@rango-dev/provider-solflare 0.4.1 → 0.4.2-next.1
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 +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [0.4.1](https://github.com/rango-exchange/rango-client/compare/provider-solflare@0.4.0...provider-solflare@0.4.1) (2024-10-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* when host is using cjs, fallback to .default() for solfare sdk ([0aa702a](https://github.com/rango-exchange/rango-client/commit/0aa702ab1bed865a049541e87c4fa3b1a5006c1d))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
# [0.4.0](https://github.com/rango-exchange/rango-client/compare/provider-solflare@0.3.0...provider-solflare@0.4.0) (2024-10-12)
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-solflare",
|
|
3
|
-
"version": "0.4.1",
|
|
3
|
+
"version": "0.4.2-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"lint": "eslint \"**/*.{ts,tsx}\" --ignore-path ../../.eslintignore"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@rango-dev/signer-solana": "^0.33.
|
|
25
|
-
"@rango-dev/wallets-shared": "^0.38.0",
|
|
24
|
+
"@rango-dev/signer-solana": "^0.33.1-next.1",
|
|
25
|
+
"@rango-dev/wallets-shared": "^0.38.1-next.0",
|
|
26
26
|
"@solflare-wallet/sdk": "^1.4.2",
|
|
27
27
|
"bs58": "^5.0.0",
|
|
28
28
|
"rango-types": "^0.1.74"
|
|
@@ -30,4 +30,4 @@
|
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
32
32
|
}
|
|
33
|
-
}
|
|
33
|
+
}
|