Skip to content

Commit e3a9c9a

Browse files
authored
Merge pull request #16 from valorem-labs-inc/update-sdk-trade-interfaces
Update SDK, fix SIWE unknown error, refactor useStream, & add useIsGeofenced
2 parents fc48b39 + 7fd4c72 commit e3a9c9a

18 files changed

Lines changed: 1025 additions & 508 deletions

.changeset/silly-bats-clap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@valorem-labs-inc/react-hooks": patch
3+
---
4+
5+
add `useIsGeofenced` hook

.changeset/smooth-rings-breathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@valorem-labs-inc/react-hooks": patch
3+
---
4+
5+
fix SIWE `Unknown Error` bug

.changeset/sweet-snakes-clap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@valorem-labs-inc/react-hooks": patch
3+
---
4+
5+
use `window.location.host` in creation of SIWE message

.changeset/twelve-fans-marry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@valorem-labs-inc/react-hooks": patch
3+
---
4+
5+
pin `trade-interfaces` to v1.4.0

.changeset/twelve-seals-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@valorem-labs-inc/react-hooks": patch
3+
---
4+
5+
update `onResponse` props in useRFQ/useSoftQuote

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
"@tanstack/query-core": "^4.36.1",
5959
"@testing-library/react": "^14.1.2",
6060
"@testing-library/react-hooks": "^8.0.1",
61-
"@types/node": "^20.10.5",
62-
"@types/react": "^18.2.46",
61+
"@types/node": "^20.10.8",
62+
"@types/react": "^18.2.47",
6363
"@types/react-dom": "^18.2.18",
6464
"@vercel/style-guide": "^5.1.0",
65-
"@vitest/coverage-v8": "^1.1.0",
65+
"@vitest/coverage-v8": "^1.1.3",
6666
"@wagmi/cli": "^1.5.2",
6767
"@wagmi/core": "^1.4.12",
6868
"abitype": "0.8.7",
69-
"connectkit": "^1.5.3",
69+
"connectkit": "^1.6.0",
7070
"eslint": "^8.56.0",
7171
"eslint-config-canonical": "^42.8.0",
7272
"happy-dom": "^12.10.3",
@@ -79,7 +79,7 @@
7979
"tsup": "^8.0.1",
8080
"typedoc": "^0.25.4",
8181
"typedoc-plugin-missing-exports": "^2.1.0",
82-
"vitest": "^1.1.0"
82+
"vitest": "^1.1.3"
8383
},
8484
"peerDependencies": {
8585
"@bufbuild/buf": "^1.28.1",
@@ -88,15 +88,15 @@
8888
"@connectrpc/connect-query": "0.5.3",
8989
"@connectrpc/connect-web": "^1.2.0",
9090
"@tanstack/react-query": "^4.36.1",
91-
"@valorem-labs-inc/sdk": "^0.0.11-alpha.6",
92-
"@wagmi/core": "^1.4.12",
91+
"@valorem-labs-inc/sdk": "^0.0.11-alpha.8",
92+
"@wagmi/core": "^1.4.13",
9393
"abitype": "0.8.7",
9494
"connectkit": "^1.5.3",
9595
"react": "17.x || 18.x",
9696
"react-dom": "17.x || 18.x",
9797
"siwe": "^2.1.4",
9898
"typescript": "^5.3.0",
99-
"viem": "^1.21.1",
99+
"viem": "^1.21.4",
100100
"wagmi": "^1.4.12",
101101
"zod": "^3.22.4"
102102
},
@@ -111,8 +111,8 @@
111111
},
112112
"pnpm": {
113113
"overrides": {
114-
"@wagmi/core": "^1.4.12",
115-
"viem": "^1.21.1"
114+
"@wagmi/core": "^1.4.13",
115+
"viem": "^1.21.4"
116116
}
117117
}
118118
}

0 commit comments

Comments
 (0)