@bitgo/sdk-core 1.1.0-rc.24 → 1.1.0-rc.25
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 +8 -0
- package/dist/tsconfig.tsbuildinfo +2 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
# [1.1.0-rc.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@1.1.0-rc.24...@bitgo/sdk-core@1.1.0-rc.25) (2022-07-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.1.0-rc.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@1.1.0-rc.23...@bitgo/sdk-core@1.1.0-rc.24) (2022-07-11)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bitgo/sdk-core
|
|
@@ -847,8 +847,8 @@
|
|
|
847
847
|
"affectsGlobalScope": false
|
|
848
848
|
},
|
|
849
849
|
"../../statics/dist/src/networks.d.ts": {
|
|
850
|
-
"version": "
|
|
851
|
-
"signature": "
|
|
850
|
+
"version": "c1959612d3c9ad88e88b8be87acd96b8c92fbe503759807647de6c2e00eb76fa",
|
|
851
|
+
"signature": "c1959612d3c9ad88e88b8be87acd96b8c92fbe503759807647de6c2e00eb76fa",
|
|
852
852
|
"affectsGlobalScope": false
|
|
853
853
|
},
|
|
854
854
|
"../../statics/dist/src/base.d.ts": {
|
|
@@ -1766,11 +1766,6 @@
|
|
|
1766
1766
|
"signature": "96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538",
|
|
1767
1767
|
"affectsGlobalScope": false
|
|
1768
1768
|
},
|
|
1769
|
-
"../../../node_modules/@types/libsodium-wrappers/index.d.ts": {
|
|
1770
|
-
"version": "13d24e4c08e70dbd95b83cd664c4e7e207208e79d62169a80e202b1d6f5de1ad",
|
|
1771
|
-
"signature": "13d24e4c08e70dbd95b83cd664c4e7e207208e79d62169a80e202b1d6f5de1ad",
|
|
1772
|
-
"affectsGlobalScope": false
|
|
1773
|
-
},
|
|
1774
1769
|
"../../../node_modules/@types/long/index.d.ts": {
|
|
1775
1770
|
"version": "e8465811693dfe4e96ef2b3dffda539d6edfe896961b7af37b44db2c0e48532b",
|
|
1776
1771
|
"signature": "e8465811693dfe4e96ef2b3dffda539d6edfe896961b7af37b44db2c0e48532b",
|
|
@@ -5464,7 +5459,6 @@
|
|
|
5464
5459
|
"../../../node_modules/@types/jasmine/index.d.ts",
|
|
5465
5460
|
"../../../node_modules/@types/json-schema/index.d.ts",
|
|
5466
5461
|
"../../../node_modules/@types/json5/index.d.ts",
|
|
5467
|
-
"../../../node_modules/@types/libsodium-wrappers/index.d.ts",
|
|
5468
5462
|
"../../../node_modules/@types/lodash/common/array.d.ts",
|
|
5469
5463
|
"../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
5470
5464
|
"../../../node_modules/@types/lodash/common/common.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/sdk-core",
|
|
3
|
-
"version": "1.1.0-rc.
|
|
3
|
+
"version": "1.1.0-rc.25",
|
|
4
4
|
"description": "core library functions for BitGoJS",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@bitgo/bls-dkg": "^1.1.0-rc.1",
|
|
39
|
-
"@bitgo/statics": "^7.0.0-rc.
|
|
39
|
+
"@bitgo/statics": "^7.0.0-rc.1",
|
|
40
40
|
"@bitgo/utxo-lib": "^2.3.0-rc.11",
|
|
41
41
|
"@noble/secp256k1": "1.6.0",
|
|
42
42
|
"@stablelib/hex": "^1.0.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/lodash": "^4.14.151"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "9057ecef7b6a776dd12d757ff87b8f924b0bd01a"
|
|
66
66
|
}
|