@rango-dev/provider-phantom 0.45.2-next.8 → 0.46.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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-phantom",
3
- "version": "0.45.2-next.8",
3
+ "version": "0.46.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/mod.ts",
@@ -24,11 +24,11 @@
24
24
  "@bitcoinerlab/secp256k1": "^1.2.0",
25
25
  "@mysten/sui": "^1.21.2",
26
26
  "@mysten/wallet-standard": "^0.13.26",
27
- "@rango-dev/signer-solana": "^0.39.1-next.3",
28
- "@rango-dev/signer-sui": "^0.3.1-next.3",
29
- "@rango-dev/wallets-shared": "^0.44.2-next.8",
27
+ "@rango-dev/signer-solana": "^0.40.0",
28
+ "@rango-dev/signer-sui": "^0.4.0",
29
+ "@rango-dev/wallets-shared": "^0.45.0",
30
30
  "bitcoinjs-lib": "^6.1.7",
31
- "rango-types": "^0.1.84"
31
+ "rango-types": "^0.1.85"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
package/readme.md CHANGED
@@ -22,4 +22,4 @@ This means if Solana is not connected simultaneously, the auto-connect feature o
22
22
 
23
23
  ---
24
24
 
25
- More wallet information can be found in [wallets.md](../wallets.md).
25
+ More wallet information can be found in [readme.md](../readme.md).