@rango-dev/provider-safepal 0.38.0 → 0.38.1-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 +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [0.38.0](https://github.com/rango-exchange/rango-client/compare/provider-safepal@0.37.0...provider-safepal@0.38.0) (2024-10-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump sdk and fix type issues ([d442208](https://github.com/rango-exchange/rango-client/commit/d4422083bf5dd27d5f509ce1db7f9560d05428c8))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Performance Improvements
|
|
10
|
+
|
|
11
|
+
* lazy load signer packages ([7b88f18](https://github.com/rango-exchange/rango-client/commit/7b88f1834f7b29b4b81ab6c81a07bb88e8ccf55c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
1
15
|
# [0.37.0](https://github.com/rango-exchange/rango-client/compare/provider-safepal@0.36.0...provider-safepal@0.37.0) (2024-09-10)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-safepal",
|
|
3
|
-
"version": "0.38.0",
|
|
3
|
+
"version": "0.38.1-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"lint": "eslint \"**/*.{ts,tsx}\" --ignore-path ../../.eslintignore"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@rango-dev/signer-evm": "^0.31.0",
|
|
25
|
-
"@rango-dev/signer-solana": "^0.33.0",
|
|
26
|
-
"@rango-dev/wallets-shared": "^0.38.0",
|
|
24
|
+
"@rango-dev/signer-evm": "^0.31.1-next.0",
|
|
25
|
+
"@rango-dev/signer-solana": "^0.33.1-next.0",
|
|
26
|
+
"@rango-dev/wallets-shared": "^0.38.1-next.0",
|
|
27
27
|
"rango-types": "^0.1.74"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|