@bitgo-beta/abstract-eth 1.2.3-alpha.34 → 1.2.3-alpha.36
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.
|
@@ -617,8 +617,8 @@
|
|
|
617
617
|
"affectsGlobalScope": false
|
|
618
618
|
},
|
|
619
619
|
"../../utxo-lib/dist/src/bitgo/outputScripts.d.ts": {
|
|
620
|
-
"version": "
|
|
621
|
-
"signature": "
|
|
620
|
+
"version": "6924d5646e508cd96047074a933402faf15cb73beddbfec1f9f3e60af25c237a",
|
|
621
|
+
"signature": "6924d5646e508cd96047074a933402faf15cb73beddbfec1f9f3e60af25c237a",
|
|
622
622
|
"affectsGlobalScope": false
|
|
623
623
|
},
|
|
624
624
|
"../../utxo-lib/dist/src/bitgo/UtxoTransaction.d.ts": {
|
|
@@ -677,8 +677,8 @@
|
|
|
677
677
|
"affectsGlobalScope": false
|
|
678
678
|
},
|
|
679
679
|
"../../utxo-lib/dist/src/bitgo/parseInput.d.ts": {
|
|
680
|
-
"version": "
|
|
681
|
-
"signature": "
|
|
680
|
+
"version": "fd6e006c91b7e677c79c56b2cb7876eae6a9c533d7fe0c98770e9d706421dafb",
|
|
681
|
+
"signature": "fd6e006c91b7e677c79c56b2cb7876eae6a9c533d7fe0c98770e9d706421dafb",
|
|
682
682
|
"affectsGlobalScope": false
|
|
683
683
|
},
|
|
684
684
|
"../../utxo-lib/dist/src/bitgo/signature.d.ts": {
|
|
@@ -712,8 +712,8 @@
|
|
|
712
712
|
"affectsGlobalScope": false
|
|
713
713
|
},
|
|
714
714
|
"../../utxo-lib/dist/src/bitgo/wallet/Psbt.d.ts": {
|
|
715
|
-
"version": "
|
|
716
|
-
"signature": "
|
|
715
|
+
"version": "b1a10dc2e582b1f9a56d5df6c03b1cd93b5c5b42411aaa4d804f2be7a1c23e95",
|
|
716
|
+
"signature": "b1a10dc2e582b1f9a56d5df6c03b1cd93b5c5b42411aaa4d804f2be7a1c23e95",
|
|
717
717
|
"affectsGlobalScope": false
|
|
718
718
|
},
|
|
719
719
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletOutput.d.ts": {
|
|
@@ -772,8 +772,8 @@
|
|
|
772
772
|
"affectsGlobalScope": false
|
|
773
773
|
},
|
|
774
774
|
"../../utxo-lib/dist/src/taproot.d.ts": {
|
|
775
|
-
"version": "
|
|
776
|
-
"signature": "
|
|
775
|
+
"version": "9225a491b9b87d43a9400a9cd9e581016f155a492945b6e0132e9f6e8108fb73",
|
|
776
|
+
"signature": "9225a491b9b87d43a9400a9cd9e581016f155a492945b6e0132e9f6e8108fb73",
|
|
777
777
|
"affectsGlobalScope": false
|
|
778
778
|
},
|
|
779
779
|
"../../utxo-lib/dist/src/testutil/keys.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-eth",
|
|
3
|
-
"version": "1.2.3-alpha.
|
|
3
|
+
"version": "1.2.3-alpha.36",
|
|
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": "2.4.1-alpha.
|
|
41
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
42
|
-
"@bitgo-beta/statics": "10.0.1-alpha.
|
|
43
|
-
"@bitgo-beta/utxo-lib": "4.0.1-alpha.
|
|
40
|
+
"@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.36",
|
|
41
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.36",
|
|
42
|
+
"@bitgo-beta/statics": "10.0.1-alpha.36",
|
|
43
|
+
"@bitgo-beta/utxo-lib": "4.0.1-alpha.36",
|
|
44
44
|
"bignumber.js": "^8.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "af9719c13b8882f4d074ec99e5cc62d1a7d194b1"
|
|
47
47
|
}
|