@bitgo-beta/sdk-core 8.2.1-beta.836 → 8.2.1-beta.838
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 +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [32.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@32.1.0...@bitgo/sdk-core@32.2.0) (2025-04-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **sdk-core:** messageEncoded is encoded as hex ([39efcfd](https://github.com/BitGo/BitGoJS/commit/39efcfdd09082e852a5139f217bc51bbd9531a7d))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- add approveToken function for erc20 sendMany ([6c5f1db](https://github.com/BitGo/BitGoJS/commit/6c5f1db55ab0c67c774dc21a16a3b67068e55910))
|
|
15
|
+
- **sdk-api:** add decryptKeys method for bulk wallet key decryption ([5a6e36f](https://github.com/BitGo/BitGoJS/commit/5a6e36f4adde42b414cd1e739b6f83103e07afbf))
|
|
16
|
+
- **sdk-coin-icp:** implemented recover() for WRW support ([d6bd979](https://github.com/BitGo/BitGoJS/commit/d6bd979f2a52b36a86366ce5f9d5f8e619df155f))
|
|
17
|
+
|
|
6
18
|
# [32.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@32.0.1...@bitgo/sdk-core@32.1.0) (2025-04-04)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-core",
|
|
3
|
-
"version": "8.2.1-beta.
|
|
3
|
+
"version": "8.2.1-beta.838",
|
|
4
4
|
"description": "core library functions for BitGoJS",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
41
|
-
"@bitgo-beta/secp256k1": "1.0.2-beta.
|
|
42
|
-
"@bitgo-beta/sjcl": "1.0.2-beta.
|
|
43
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
44
|
-
"@bitgo-beta/utxo-lib": "8.0.3-beta.
|
|
40
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.830",
|
|
41
|
+
"@bitgo-beta/secp256k1": "1.0.2-beta.864",
|
|
42
|
+
"@bitgo-beta/sjcl": "1.0.2-beta.1076",
|
|
43
|
+
"@bitgo-beta/statics": "15.1.1-beta.841",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.839",
|
|
45
45
|
"@bitgo/public-types": "4.17.0",
|
|
46
46
|
"@noble/curves": "1.8.1",
|
|
47
47
|
"@stablelib/hex": "^1.0.0",
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"uuid": "^8.3.2"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@bitgo-beta/sdk-opensslbytes": "1.0.0-beta.
|
|
73
|
+
"@bitgo-beta/sdk-opensslbytes": "1.0.0-beta.391",
|
|
74
74
|
"@openpgp/web-stream-tools": "0.0.14",
|
|
75
75
|
"@types/keccak": "^3.0.5",
|
|
76
76
|
"@types/lodash": "^4.14.151",
|
|
77
77
|
"nyc": "^15.0.0"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "70b8d379f61d1f9c0b6bb392c94ad933af5fb451"
|
|
80
80
|
}
|