@rango-dev/provider-enkrypt 0.48.1-next.2 → 0.49.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 +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [0.49.0](https://github.com/rango-exchange/rango-client/compare/provider-enkrypt@0.48.0...provider-enkrypt@0.49.0) (2025-08-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add rango-dev/wallets-core to dependencies of providers ([84b4b2b](https://github.com/rango-exchange/rango-client/commit/84b4b2b7c3a7f5631228fb6ebf04617c3c4428e9))
|
|
7
|
+
* remove retry dynamic import and throw refined error on dynamic import failure ([a2944ac](https://github.com/rango-exchange/rango-client/commit/a2944ac3c05a0e945f6e5621fa5693ab89625485))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* implement retry mechanism for lazy imports ([9a8e191](https://github.com/rango-exchange/rango-client/commit/9a8e191711d2319990ca4d0613e8188a5f86842f))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
# [0.48.0](https://github.com/rango-exchange/rango-client/compare/provider-enkrypt@0.47.0...provider-enkrypt@0.48.0) (2025-08-05)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-enkrypt",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.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}\""
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@rango-dev/signer-evm": "^0.
|
|
25
|
-
"@rango-dev/wallets-core": "^0.
|
|
26
|
-
"@rango-dev/wallets-shared": "^0.
|
|
24
|
+
"@rango-dev/signer-evm": "^0.40.0",
|
|
25
|
+
"@rango-dev/wallets-core": "^0.48.1-next.0",
|
|
26
|
+
"@rango-dev/wallets-shared": "^0.49.1-next.0",
|
|
27
27
|
"rango-types": "^0.1.89"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|