@bitgo-beta/abstract-eth 1.0.2-beta.208 → 1.0.2-beta.209
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.
|
@@ -887,8 +887,8 @@
|
|
|
887
887
|
"affectsGlobalScope": false
|
|
888
888
|
},
|
|
889
889
|
"../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts": {
|
|
890
|
-
"version": "
|
|
891
|
-
"signature": "
|
|
890
|
+
"version": "c7ffcf760aa06b43a82840c3245fc7a650c408d474f3fbbefcff7b394533209f",
|
|
891
|
+
"signature": "c7ffcf760aa06b43a82840c3245fc7a650c408d474f3fbbefcff7b394533209f",
|
|
892
892
|
"affectsGlobalScope": false
|
|
893
893
|
},
|
|
894
894
|
"../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts": {
|
|
@@ -917,8 +917,8 @@
|
|
|
917
917
|
"affectsGlobalScope": false
|
|
918
918
|
},
|
|
919
919
|
"../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/rangeproof.d.ts": {
|
|
920
|
-
"version": "
|
|
921
|
-
"signature": "
|
|
920
|
+
"version": "643890e9da58e73434e39fb049ce2a0e4b0579861e46b0f4af00d2eae5b29354",
|
|
921
|
+
"signature": "643890e9da58e73434e39fb049ce2a0e4b0579861e46b0f4af00d2eae5b29354",
|
|
922
922
|
"affectsGlobalScope": false
|
|
923
923
|
},
|
|
924
924
|
"../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/index.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-eth",
|
|
3
|
-
"version": "1.0.2-beta.
|
|
3
|
+
"version": "1.0.2-beta.209",
|
|
4
4
|
"description": "BitGo SDK coin library for ETH base implementation",
|
|
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-coin-eth": "1.1.1-beta.
|
|
41
|
-
"@bitgo-beta/sdk-core": "1.1.1-beta.
|
|
42
|
-
"@bitgo-beta/statics": "7.0.1-beta.
|
|
43
|
-
"@bitgo-beta/utxo-lib": "2.4.2-beta.
|
|
40
|
+
"@bitgo-beta/sdk-coin-eth": "1.1.1-beta.209",
|
|
41
|
+
"@bitgo-beta/sdk-core": "1.1.1-beta.210",
|
|
42
|
+
"@bitgo-beta/statics": "7.0.1-beta.210",
|
|
43
|
+
"@bitgo-beta/utxo-lib": "2.4.2-beta.210",
|
|
44
44
|
"bignumber.js": "^8.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "9e367cfe52b3b8646e5e2f7709cb02cc4eb65ffa"
|
|
47
47
|
}
|