@bitgo-beta/sdk-core 8.2.1-beta.984 → 8.2.1-beta.985
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 +9 -9
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
|
+
# [35.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@35.4.1...@bitgo/sdk-core@35.5.0) (2025-07-03)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **account-lib:** register message builder factory ([bc5c71c](https://github.com/BitGo/BitGoJS/commit/bc5c71cd92266ec1011d85f0568bf174c3743bc2))
|
|
11
|
+
- add go staking service endpoints to sdk ([13c4430](https://github.com/BitGo/BitGoJS/commit/13c44306137cf1c5e74f2b9fa6fcc7485b91c88b))
|
|
12
|
+
- **sdk-core:** add message builder and message builder factory ([5741739](https://github.com/BitGo/BitGoJS/commit/57417395029ec064485ac9ee69eb38fb08c592ec))
|
|
13
|
+
|
|
14
|
+
## [35.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@35.4.0...@bitgo/sdk-core@35.4.1) (2025-06-25)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @bitgo/sdk-core
|
|
17
|
+
|
|
6
18
|
# [35.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@35.3.0...@bitgo/sdk-core@35.4.0) (2025-06-24)
|
|
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.985",
|
|
4
4
|
"description": "core library functions for BitGoJS",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -37,12 +37,12 @@
|
|
|
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-core": "1.8.1-beta.
|
|
45
|
-
"@bitgo-beta/utxo-lib": "8.0.3-beta.
|
|
40
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.977",
|
|
41
|
+
"@bitgo-beta/secp256k1": "1.0.2-beta.1012",
|
|
42
|
+
"@bitgo-beta/sjcl": "1.0.2-beta.1224",
|
|
43
|
+
"@bitgo-beta/statics": "15.1.1-beta.988",
|
|
44
|
+
"@bitgo-beta/utxo-core": "1.8.1-beta.102",
|
|
45
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.986",
|
|
46
46
|
"@bitgo/public-types": "5.1.0",
|
|
47
47
|
"@noble/curves": "1.8.1",
|
|
48
48
|
"@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.538",
|
|
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": "b28d477d7ac235e6a994aa077dd81decf230f8e3"
|
|
80
80
|
}
|