@lifi/sdk 3.15.1 → 3.15.2
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/package.json +3 -3
- package/src/_cjs/version.js +1 -1
- package/src/_esm/version.js +1 -1
- package/src/_types/version.d.ts +1 -1
- package/src/version.ts +1 -1
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@bigmi/core": "^0.6.5",
|
|
7
7
|
"@bitcoinerlab/secp256k1": "^1.2.0",
|
|
8
|
-
"@lifi/types": "17.
|
|
8
|
+
"@lifi/types": "17.57.0",
|
|
9
9
|
"@mysten/sui": "^1.45.2",
|
|
10
10
|
"@mysten/wallet-standard": "^0.19.9",
|
|
11
11
|
"@noble/curves": "^1.9.7",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"bech32": "^2.0.0",
|
|
15
15
|
"bitcoinjs-lib": "^7.0.1",
|
|
16
16
|
"bs58": "^6.0.0",
|
|
17
|
-
"viem": "^2.44.
|
|
17
|
+
"viem": "^2.44.4"
|
|
18
18
|
},
|
|
19
19
|
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
|
|
20
20
|
"exports": {
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"types": "./src/_types/index.d.ts",
|
|
72
72
|
"typings": "./src/_types/index.d.ts",
|
|
73
|
-
"version": "3.15.
|
|
73
|
+
"version": "3.15.2"
|
|
74
74
|
}
|
package/src/_cjs/version.js
CHANGED
package/src/_esm/version.js
CHANGED
package/src/_types/version.d.ts
CHANGED
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = '@lifi/sdk'
|
|
2
|
-
export const version = '3.15.
|
|
2
|
+
export const version = '3.15.2'
|