@solana/react 6.10.0-canary-20260514084615 → 6.10.0

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.
@@ -2,7 +2,7 @@ import { SolanaSignAndSendTransaction, SolanaSignIn, SolanaSignMessage, SolanaSi
2
2
  import { WalletStandardError, WALLET_STANDARD_ERROR__FEATURES__WALLET_ACCOUNT_CHAIN_UNSUPPORTED } from '@wallet-standard/errors';
3
3
  import { getWalletAccountFeature, getWalletFeature } from '@wallet-standard/ui';
4
4
  import { getWalletAccountForUiWalletAccount_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, getWalletForHandle_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, getOrCreateUiWalletAccountForStandardWalletAccount_DO_NOT_USE_OR_YOU_WILL_BE_FIRED } from '@wallet-standard/ui-registry';
5
- import React2, { createContext, useCallback, useMemo, useRef } from 'react';
5
+ import React2, { useCallback, useMemo, useRef, createContext } from 'react';
6
6
  import { address } from '@solana/addresses';
7
7
  import { SolanaError, SOLANA_ERROR__SIGNER__WALLET_MULTISIGN_UNIMPLEMENTED } from '@solana/errors';
8
8
  import { getAbortablePromise } from '@solana/promises';
@@ -2,7 +2,7 @@ import { SolanaSignAndSendTransaction, SolanaSignIn, SolanaSignMessage, SolanaSi
2
2
  import { WalletStandardError, WALLET_STANDARD_ERROR__FEATURES__WALLET_ACCOUNT_CHAIN_UNSUPPORTED } from '@wallet-standard/errors';
3
3
  import { getWalletAccountFeature, getWalletFeature } from '@wallet-standard/ui';
4
4
  import { getWalletAccountForUiWalletAccount_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, getWalletForHandle_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, getOrCreateUiWalletAccountForStandardWalletAccount_DO_NOT_USE_OR_YOU_WILL_BE_FIRED } from '@wallet-standard/ui-registry';
5
- import React2, { createContext, useCallback, useMemo, useRef } from 'react';
5
+ import React2, { useCallback, useMemo, useRef, createContext } from 'react';
6
6
  import { address } from '@solana/addresses';
7
7
  import { SolanaError, SOLANA_ERROR__SIGNER__WALLET_MULTISIGN_UNIMPLEMENTED } from '@solana/errors';
8
8
  import { getAbortablePromise } from '@solana/promises';
@@ -2,7 +2,7 @@ import { SolanaSignAndSendTransaction, SolanaSignIn, SolanaSignMessage, SolanaSi
2
2
  import { WalletStandardError, WALLET_STANDARD_ERROR__FEATURES__WALLET_ACCOUNT_CHAIN_UNSUPPORTED } from '@wallet-standard/errors';
3
3
  import { getWalletAccountFeature, getWalletFeature } from '@wallet-standard/ui';
4
4
  import { getWalletAccountForUiWalletAccount_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, getWalletForHandle_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, getOrCreateUiWalletAccountForStandardWalletAccount_DO_NOT_USE_OR_YOU_WILL_BE_FIRED } from '@wallet-standard/ui-registry';
5
- import React2, { createContext, useCallback, useMemo, useRef } from 'react';
5
+ import React2, { useCallback, useMemo, useRef, createContext } from 'react';
6
6
  import { address } from '@solana/addresses';
7
7
  import { SolanaError, SOLANA_ERROR__SIGNER__WALLET_MULTISIGN_UNIMPLEMENTED } from '@solana/errors';
8
8
  import { getAbortablePromise } from '@solana/promises';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/react",
3
- "version": "6.10.0-canary-20260514084615",
3
+ "version": "6.10.0",
4
4
  "description": "React hooks for building Solana apps",
5
5
  "homepage": "https://www.solanakit.com/api#solanareact",
6
6
  "exports": {
@@ -58,17 +58,17 @@
58
58
  "dependencies": {
59
59
  "@solana/wallet-standard-features": "^1.3.0",
60
60
  "@wallet-standard/base": "^1.1.0",
61
- "@wallet-standard/errors": "^0.1.1",
61
+ "@wallet-standard/errors": "^0.1.2",
62
62
  "@wallet-standard/react": "^1.0.1",
63
63
  "@wallet-standard/ui": "^1.0.1",
64
64
  "@wallet-standard/ui-registry": "^1.0.1",
65
- "@solana/addresses": "6.10.0-canary-20260514084615",
66
- "@solana/errors": "6.10.0-canary-20260514084615",
67
- "@solana/keys": "6.10.0-canary-20260514084615",
68
- "@solana/promises": "6.10.0-canary-20260514084615",
69
- "@solana/signers": "6.10.0-canary-20260514084615",
70
- "@solana/transaction-messages": "6.10.0-canary-20260514084615",
71
- "@solana/transactions": "6.10.0-canary-20260514084615"
65
+ "@solana/addresses": "6.10.0",
66
+ "@solana/errors": "6.10.0",
67
+ "@solana/keys": "6.10.0",
68
+ "@solana/promises": "6.10.0",
69
+ "@solana/signers": "6.10.0",
70
+ "@solana/transaction-messages": "6.10.0",
71
+ "@solana/transactions": "6.10.0"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "react": ">=18"