Skip to content

Commit b0a795e

Browse files
authored
Merge pull request #10 from valorem-labs-inc/v0.0.5
V0.0.5
2 parents 569f241 + beac171 commit b0a795e

File tree

10 files changed

+649
-509
lines changed

10 files changed

+649
-509
lines changed

.changeset/stale-coats-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install packages, build, lint, and test
3333
run: |
3434
pnpm i
35+
pnpm audit
3536
pnpm build
3637
pnpm lint
3738
pnpm test

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @valorem-labs-inc/react-hooks
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- update hooks with clear foundry address
8+
- 0771616: export soft quote
9+
- add pnpm audit to workflow
10+
- add parameter to configure GRPC endpoint
11+
- 77a8c27: fix: SIWE provider sign out
12+
313
## 0.0.4
414

515
### Patch Changes

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Valorem React Hooks
22

3-
> This package provides React hooks for seamless integration with the Valorem
3+
> This package provides React hooks for seamless integration with the Valorem
44
> DeFi protocol, enabling the creation of sophisticated financial applications.
55
> This API is not yet stable and subject to change
66
@@ -17,10 +17,10 @@
1717

1818
## Background
1919

20-
Valorem, a versatile DeFi protocol, supports physically and cash-settled
21-
options trading, including American, European, and Exotic types. The React
22-
Hooks package encapsulates interactions with Valorem's signature relay,
23-
Seaport, and Clear contract interfaces, offering a set of hooks for
20+
Valorem, a versatile DeFi protocol, supports physically and cash-settled
21+
options trading, including American, European, and Exotic types. The React
22+
Hooks package encapsulates interactions with Valorem's signature relay,
23+
Seaport, and Clear contract interfaces, offering a set of hooks for
2424
intuitive use within any React frontend.
2525

2626
## Installation
@@ -58,7 +58,7 @@ function App() {
5858

5959
## Usage
6060

61-
You can use the provided hooks in any component within your app. Here's an example of using
61+
You can use the provided hooks in any component within your app. Here's an example of using
6262
useRFQ and useSeaportFulfillOrder:
6363

6464
```tsx
@@ -124,7 +124,7 @@ The package offers several hooks for various aspects of options trading:
124124

125125
- useRFQ: Request for quote from market makers.
126126
- useSeaportFulfillOrder: Fulfill an order via Seaport.
127-
Each hook is designed to be intuitive and easy to integrate, abstracting away
127+
Each hook is designed to be intuitive and easy to integrate, abstracting away
128128
the complexities of the blockchain interactions.
129129

130130
## Development
@@ -146,5 +146,6 @@ Install dependencies with `pnpm i`, run tests with `pnpm test`, and build with `
146146
Contributions are welcome.
147147

148148
## License
149+
149150
g
150151
This project is licensed under MIT License. Full license text is available in the LICENSE file.

package.json

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valorem-labs-inc/react-hooks",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/valorem-labs-inc/react-hooks.git"
@@ -27,52 +27,52 @@
2727
},
2828
"prettier": "@vercel/style-guide/prettier",
2929
"devDependencies": {
30-
"@bufbuild/protoc-gen-es": "^1.3.3",
31-
"@changesets/cli": "^2.26.2",
30+
"@bufbuild/protoc-gen-es": "^1.6.0",
31+
"@changesets/cli": "^2.27.1",
3232
"@connectrpc/protoc-gen-connect-query": "0.5.3",
33-
"@parcel/packager-ts": "2.10.3",
34-
"@parcel/transformer-typescript-types": "2.10.3",
33+
"@parcel/packager-ts": "^2.10.3",
34+
"@parcel/transformer-typescript-types": "^2.10.3",
3535
"@tanstack/query-core": "^4.36.1",
36-
"@testing-library/react": "^14.0.0",
36+
"@testing-library/react": "^14.1.2",
3737
"@testing-library/react-hooks": "^8.0.1",
38-
"@types/node": "^20.8.7",
39-
"@types/react": "^18.2.31",
40-
"@types/react-dom": "^18.2.14",
41-
"@vercel/style-guide": "^5.0.1",
38+
"@types/node": "^20.10.4",
39+
"@types/react": "^18.2.45",
40+
"@types/react-dom": "^18.2.17",
41+
"@vercel/style-guide": "^5.1.0",
4242
"@vitest/coverage-v8": "^1.0.4",
4343
"@wagmi/cli": "^1.5.2",
44-
"@wagmi/core": "1.4.7",
44+
"@wagmi/core": "^1.4.12",
4545
"abitype": "0.8.7",
4646
"connectkit": "^1.5.3",
47-
"eslint": "^8.52.0",
48-
"happy-dom": "^12.9.1",
47+
"eslint": "^8.55.0",
48+
"happy-dom": "^12.10.3",
4949
"jest-environment-jsdom": "^29.7.0",
50-
"jsdom": "^22.1.0",
50+
"jsdom": "^23.0.1",
5151
"parcel": "^2.10.3",
52-
"prettier": "^3.0.3",
52+
"prettier": "^3.1.1",
5353
"react": "^18.2.0",
5454
"react-dom": "^18.2.0",
5555
"siwe": "^2.1.4",
56-
"typedoc": "^0.25.2",
56+
"typedoc": "^0.25.4",
5757
"typedoc-plugin-missing-exports": "^2.1.0",
5858
"vitest": "^1.0.4"
5959
},
6060
"peerDependencies": {
61-
"@bufbuild/buf": "^1.27.1",
62-
"@bufbuild/protobuf": "^1.4.2",
63-
"@connectrpc/connect": "^1.1.3",
61+
"@bufbuild/buf": "^1.28.1",
62+
"@bufbuild/protobuf": "^1.6.0",
63+
"@connectrpc/connect": "^1.2.0",
6464
"@connectrpc/connect-query": "0.5.3",
65-
"@connectrpc/connect-web": "^1.1.2",
65+
"@connectrpc/connect-web": "^1.2.0",
6666
"@tanstack/react-query": "^4.36.1",
67-
"@valorem-labs-inc/sdk": "^0.0.8",
68-
"@wagmi/core": "1.4.7",
67+
"@valorem-labs-inc/sdk": "^0.0.9",
68+
"@wagmi/core": "^1.4.12",
6969
"abitype": "0.8.7",
7070
"connectkit": "^1.5.3",
7171
"react": "17.x || 18.x",
7272
"react-dom": "17.x || 18.x",
7373
"siwe": "^2.1.4",
74-
"typescript": "^5.2.0",
75-
"viem": "^1.19.9",
74+
"typescript": "^5.3.0",
75+
"viem": "^1.19.15",
7676
"wagmi": "^1.4.7",
7777
"zod": "^3.22.4"
7878
},
@@ -81,8 +81,13 @@
8181
"optional": true
8282
}
8383
},
84-
"packageManager": "pnpm@8.6.10",
84+
"packageManager": "pnpm@8.12.1",
8585
"engines": {
8686
"node": ">=18"
87+
},
88+
"pnpm": {
89+
"overrides": {
90+
"@wagmi/core": "^1.4.12"
91+
}
8792
}
8893
}

0 commit comments

Comments
 (0)