@coinbase/cdp-solana-standard-wallet 0.0.94 → 0.0.96

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.
@@ -1,4 +1,4 @@
1
- const o = "0.0.94";
1
+ const o = "0.0.96";
2
2
  export {
3
3
  o as VERSION
4
4
  };
@@ -1,9 +1,9 @@
1
- import { SolanaSignAndSendTransaction as A, SolanaSignTransaction as S, SolanaSignMessage as n, SOLANA_MAINNET_CHAIN as N, SOLANA_DEVNET_CHAIN as _ } from "@solana/wallet-standard";
1
+ import { SOLANA_MAINNET_CHAIN as A, SOLANA_DEVNET_CHAIN as S, SolanaSignAndSendTransaction as n, SolanaSignTransaction as N, SolanaSignMessage as _ } from "@solana/wallet-standard";
2
2
  const o = [
3
- A,
4
- S,
5
- n
6
- ], L = "1.0.0", T = [N, _];
3
+ n,
4
+ N,
5
+ _
6
+ ], L = "1.0.0", T = [A, S];
7
7
  export {
8
8
  T as CDP_SOLANA_CHAINS,
9
9
  L as CDP_SOLANA_WALLET_STANDARD_VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cdp-solana-standard-wallet",
3
- "version": "0.0.94",
3
+ "version": "0.0.96",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/**",
@@ -22,7 +22,7 @@
22
22
  "@wallet-standard/wallet": "^1.1.0",
23
23
  "@wallet-standard/features": "^1.1.0",
24
24
  "@wallet-standard/app": "^1.1.0",
25
- "@coinbase/cdp-core": "^0.0.94"
25
+ "@coinbase/cdp-core": "^0.0.96"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@testing-library/jest-dom": "^6.6.3",
@@ -37,7 +37,7 @@
37
37
  "@size-limit/webpack": "^11.2.0",
38
38
  "@size-limit/webpack-why": "^11.2.0",
39
39
  "size-limit": "^11.2.0",
40
- "@coinbase/cdp-core": "^0.0.94"
40
+ "@coinbase/cdp-core": "^0.0.96"
41
41
  },
42
42
  "size-limit": [
43
43
  {