@rango-dev/provider-safe 0.41.1-next.2 → 0.42.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [0.42.0](https://github.com/rango-exchange/rango-client/compare/provider-safe@0.41.0...provider-safe@0.42.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.41.0](https://github.com/rango-exchange/rango-client/compare/provider-safe@0.40.0...provider-safe@0.41.0) (2025-08-05)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-safe",
3
- "version": "0.41.1-next.2",
3
+ "version": "0.42.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.39.1-next.0",
25
- "@rango-dev/wallets-core": "^0.47.1-next.1",
26
- "@rango-dev/wallets-shared": "^0.48.1-next.2",
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
  "@safe-global/safe-apps-provider": "^0.17.0",
28
28
  "@safe-global/safe-apps-sdk": "^9.1.0",
29
29
  "ethers": "^6.13.2",