Skip to content

Commit

Permalink
Merge pull request #16 from valorem-labs-inc/update-sdk-trade-interfaces
Browse files Browse the repository at this point in the history
Update SDK, fix SIWE unknown error, refactor useStream, & add useIsGeofenced
  • Loading branch information
0xAlcibiades authored Jan 11, 2024
2 parents fc48b39 + 7fd4c72 commit e3a9c9a
Show file tree
Hide file tree
Showing 18 changed files with 1,025 additions and 508 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-bats-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@valorem-labs-inc/react-hooks": patch
---

add `useIsGeofenced` hook
5 changes: 5 additions & 0 deletions .changeset/smooth-rings-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@valorem-labs-inc/react-hooks": patch
---

fix SIWE `Unknown Error` bug
5 changes: 5 additions & 0 deletions .changeset/sweet-snakes-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@valorem-labs-inc/react-hooks": patch
---

use `window.location.host` in creation of SIWE message
5 changes: 5 additions & 0 deletions .changeset/twelve-fans-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@valorem-labs-inc/react-hooks": patch
---

pin `trade-interfaces` to v1.4.0
5 changes: 5 additions & 0 deletions .changeset/twelve-seals-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@valorem-labs-inc/react-hooks": patch
---

update `onResponse` props in useRFQ/useSoftQuote
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"@tanstack/query-core": "^4.36.1",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/node": "^20.10.5",
"@types/react": "^18.2.46",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vercel/style-guide": "^5.1.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/coverage-v8": "^1.1.3",
"@wagmi/cli": "^1.5.2",
"@wagmi/core": "^1.4.12",
"abitype": "0.8.7",
"connectkit": "^1.5.3",
"connectkit": "^1.6.0",
"eslint": "^8.56.0",
"eslint-config-canonical": "^42.8.0",
"happy-dom": "^12.10.3",
Expand All @@ -79,7 +79,7 @@
"tsup": "^8.0.1",
"typedoc": "^0.25.4",
"typedoc-plugin-missing-exports": "^2.1.0",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
},
"peerDependencies": {
"@bufbuild/buf": "^1.28.1",
Expand All @@ -88,15 +88,15 @@
"@connectrpc/connect-query": "0.5.3",
"@connectrpc/connect-web": "^1.2.0",
"@tanstack/react-query": "^4.36.1",
"@valorem-labs-inc/sdk": "^0.0.11-alpha.6",
"@wagmi/core": "^1.4.12",
"@valorem-labs-inc/sdk": "^0.0.11-alpha.8",
"@wagmi/core": "^1.4.13",
"abitype": "0.8.7",
"connectkit": "^1.5.3",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x",
"siwe": "^2.1.4",
"typescript": "^5.3.0",
"viem": "^1.21.1",
"viem": "^1.21.4",
"wagmi": "^1.4.12",
"zod": "^3.22.4"
},
Expand All @@ -111,8 +111,8 @@
},
"pnpm": {
"overrides": {
"@wagmi/core": "^1.4.12",
"viem": "^1.21.1"
"@wagmi/core": "^1.4.13",
"viem": "^1.21.4"
}
}
}
Loading

0 comments on commit e3a9c9a

Please sign in to comment.