@towns-protocol/react-sdk 0.0.431 → 0.0.433

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,7 +7,7 @@ React Hooks for River SDK.
7
7
  in the future:
8
8
 
9
9
  ```sh
10
- yarn add @towns-protocol/react-sdk
10
+ bun add @towns-protocol/react-sdk
11
11
  ```
12
12
 
13
13
  # Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@towns-protocol/react-sdk",
3
3
  "description": "React Hooks for Towns Protocol SDK",
4
- "version": "0.0.431",
4
+ "version": "0.0.433",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -18,9 +18,9 @@
18
18
  "watch": "bun run build -w"
19
19
  },
20
20
  "dependencies": {
21
- "@towns-protocol/proto": "^0.0.431",
22
- "@towns-protocol/sdk": "^0.0.431",
23
- "@towns-protocol/web3": "^0.0.431",
21
+ "@towns-protocol/proto": "^0.0.433",
22
+ "@towns-protocol/sdk": "^0.0.433",
23
+ "@towns-protocol/web3": "^0.0.433",
24
24
  "ethers": "^5.8.0"
25
25
  },
26
26
  "devDependencies": {
@@ -72,5 +72,5 @@
72
72
  },
73
73
  "sideEffects": false,
74
74
  "typings": "./dist/types/index.d.ts",
75
- "gitHead": "02cd0a82c6fe5e92ce21456e2aa910978b46a1bf"
75
+ "gitHead": "0fe7289140a4eb11ccc26cc9deb3c1818d0d5ea3"
76
76
  }