@rango-dev/provider-safepal 0.22.0 → 0.23.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 +0 -15
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
# 0.22.0 (2023-12-24)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* fix HMR for widget and playground ([8524820](https://github.com/yeager-eren/rango-client/commit/8524820f10cf0b8921f3db0c4f620ff98daa4103))
|
|
7
|
-
* update rango-types and fix notification bugs ([993f185](https://github.com/yeager-eren/rango-client/commit/993f185e0b8c5e5e15a2c65ba2d85d1f9c8daa90))
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### Reverts
|
|
11
|
-
|
|
12
|
-
* Revert "support for rango-types cjs format" ([ed4e050](https://github.com/yeager-eren/rango-client/commit/ed4e050bfc0dcde7aeffa6b0d73b02080a5721eb))
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
1
|
# [0.14.0](https://github.com/rango-exchange/rango-client/compare/provider-safepal@0.13.0...provider-safepal@0.14.0) (2023-08-03)
|
|
17
2
|
|
|
18
3
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-safepal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.1-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"lint": "eslint \"**/*.{ts,tsx}\" --ignore-path ../../.eslintignore"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@rango-dev/signer-evm": "^0.
|
|
25
|
-
"@rango-dev/signer-solana": "^0.
|
|
26
|
-
"@rango-dev/wallets-shared": "^0.
|
|
24
|
+
"@rango-dev/signer-evm": "^0.23.1-next.0",
|
|
25
|
+
"@rango-dev/signer-solana": "^0.23.1-next.0",
|
|
26
|
+
"@rango-dev/wallets-shared": "^0.23.1-next.0",
|
|
27
27
|
"rango-types": "^0.1.57"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
}
|
|
32
|
-
}
|
|
32
|
+
}
|