@solana/react-hooks 1.1.4 → 1.1.6

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 +2 -2
package/README.md CHANGED
@@ -340,7 +340,7 @@ function ClusterBadge() {
340
340
 
341
341
  ## Notes and defaults
342
342
 
343
- - Wallet connectors: use `autoDiscover()` to pick up Wallet Standard injectables; or explicitly compose `phantom()`, `solflare()`, `backpack()`, etc.
343
+ - Wallet connectors: use `autoDiscover()` to pick up Wallet Standard injectables; or explicitly compose `phantom()`, `solflare()`, `backpack()`, `metamask()`, etc.
344
344
  - Queries: all RPC query hooks accept `swr` options under `swr` and `disabled` flags. Suspense is opt-in via `SolanaQueryProvider`’s `suspense` prop.
345
345
  - Authorities: transaction helpers default to the connected wallet session when `authority` is omitted.
346
346
  - Types: every hook exports `UseHookNameParameters` / `UseHookNameReturnType` aliases.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/react-hooks",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "React hooks for the @solana/client Solana client",
5
5
  "exports": {
6
6
  "browser": "./dist/index.browser.mjs",
@@ -44,7 +44,7 @@
44
44
  "@solana/kit": "^5.0.0",
45
45
  "swr": "^2.3.6",
46
46
  "zustand": "^5.0.0",
47
- "@solana/client": "1.1.4"
47
+ "@solana/client": "1.2.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/react": "^19.0.0",