@rango-dev/provider-phantom 0.45.0 → 0.45.2-next.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.
- package/CHANGELOG.md +23 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## [0.45.1](https://github.com/rango-exchange/rango-client/compare/provider-phantom@0.45.0...provider-phantom@0.45.1) (2025-05-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
# [0.45.0](https://github.com/rango-exchange/rango-client/compare/provider-phantom@0.44.0...provider-phantom@0.45.0) (2025-04-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* error rethrow in or action ([61bc658](https://github.com/rango-exchange/rango-client/commit/61bc658f6a0dab513bb595e2943c85b675c65ada))
|
|
11
|
+
* rename pbt to ptb for sui ([3d6d89f](https://github.com/rango-exchange/rango-client/commit/3d6d89f2265766607a15d61e0df92643fb33072b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add can eager connect to namespaces ([16b4792](https://github.com/rango-exchange/rango-client/commit/16b4792f877b565ccf767be22ebe14fa79ddd8c6))
|
|
17
|
+
* implement updated design for initial connect modal ([2873c63](https://github.com/rango-exchange/rango-client/commit/2873c630de0740bb3b9f4e52bfa018857bd54dcd))
|
|
18
|
+
* Sui support for Phantom ([3769b8b](https://github.com/rango-exchange/rango-client/commit/3769b8ba174783190e242103548bcf4da28cff14))
|
|
19
|
+
* update sui to consider recent api changes ([d764b25](https://github.com/rango-exchange/rango-client/commit/d764b2501df9bb295f63cdbc0b05acd4a3abb4b9))
|
|
20
|
+
* update wallets readme ([0d52ecb](https://github.com/rango-exchange/rango-client/commit/0d52ecbee31b0d3241be71a6f77d508e4a15d3c4))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
1
24
|
# [0.44.0](https://github.com/rango-exchange/rango-client/compare/provider-phantom@0.43.0...provider-phantom@0.44.0) (2025-03-11)
|
|
2
25
|
|
|
3
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-phantom",
|
|
3
|
-
"version": "0.45.0",
|
|
3
|
+
"version": "0.45.2-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/mod.ts",
|
|
@@ -24,9 +24,9 @@
|
|
|
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.0",
|
|
28
|
-
"@rango-dev/signer-sui": "^0.3.0",
|
|
29
|
-
"@rango-dev/wallets-shared": "^0.44.0",
|
|
27
|
+
"@rango-dev/signer-solana": "^0.39.1-next.0",
|
|
28
|
+
"@rango-dev/signer-sui": "^0.3.1-next.0",
|
|
29
|
+
"@rango-dev/wallets-shared": "^0.44.2-next.0",
|
|
30
30
|
"bitcoinjs-lib": "^6.1.7",
|
|
31
31
|
"rango-types": "^0.1.84"
|
|
32
32
|
},
|