@bitgo-beta/sdk-core 8.2.1-beta.895 → 8.2.1-beta.897
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 +33 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
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
|
+
# [35.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@34.0.0...@bitgo/sdk-core@35.0.0) (2025-05-22)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **express:** validate amount as integer type in sendCoins ([c571b13](https://github.com/BitGo/BitGoJS/commit/c571b13a94fa3649f3874c43e981752ceeec5852))
|
|
11
|
+
- fix near public rest endpoint ([934706a](https://github.com/BitGo/BitGoJS/commit/934706ab1b733d2ed5a189d7756c0f0606848832))
|
|
12
|
+
- **sdk-coin-fetchai:** change asset name from fetch to fetchai ([9cc7236](https://github.com/BitGo/BitGoJS/commit/9cc72360dbb7c025000fe5cccc5d05a974cae6f5))
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **sdk-coin-vet:** add sdk skeleton for vet ([8ccd9a4](https://github.com/BitGo/BitGoJS/commit/8ccd9a4a4919c9fe283932a8593ac858038ac284))
|
|
17
|
+
- update opengpg version ([5304e88](https://github.com/BitGo/BitGoJS/commit/5304e88ff65467b8cd3ff21b1fc98aa00ddcde8f))
|
|
18
|
+
|
|
19
|
+
### BREAKING CHANGES
|
|
20
|
+
|
|
21
|
+
- **sdk-coin-fetchai:** Changing module/asset name from fetch to fetchai
|
|
22
|
+
|
|
23
|
+
# [34.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@33.2.0...@bitgo/sdk-core@34.0.0) (2025-05-20)
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- **sdk-coin-initia:** change asset name from init to initia ([87c65dd](https://github.com/BitGo/BitGoJS/commit/87c65dd98c132fa22ba145e7acafaa703b60f484))
|
|
28
|
+
- update rest endpoint for cronos ([37b4107](https://github.com/BitGo/BitGoJS/commit/37b41071a0095359c5aadd56aa961f11e7b8aa05))
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
- add NFT consolidation script ([9a37718](https://github.com/BitGo/BitGoJS/commit/9a3771832456f142496634138b6267224cf6f526))
|
|
33
|
+
- **sdk-coin-icp:** integrate ic0 library for account balance retrieval ([63df09e](https://github.com/BitGo/BitGoJS/commit/63df09e1e1f4c77a67322d5f4155cfdc20e1146b))
|
|
34
|
+
|
|
35
|
+
### BREAKING CHANGES
|
|
36
|
+
|
|
37
|
+
- **sdk-coin-initia:** Changing module/asset name from init to initia
|
|
38
|
+
|
|
6
39
|
# [33.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@33.1.0...@bitgo/sdk-core@33.2.0) (2025-05-07)
|
|
7
40
|
|
|
8
41
|
### 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.897",
|
|
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.889",
|
|
41
|
+
"@bitgo-beta/secp256k1": "1.0.2-beta.924",
|
|
42
|
+
"@bitgo-beta/sjcl": "1.0.2-beta.1136",
|
|
43
|
+
"@bitgo-beta/statics": "15.1.1-beta.900",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.898",
|
|
45
45
|
"@bitgo/public-types": "5.1.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.450",
|
|
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": "b76abba92f34b78bc07ba8a6794d4f8ac44a71f1"
|
|
80
80
|
}
|