@bitgo-beta/abstract-eth 1.0.2-beta.228 → 1.0.2-beta.229
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.
|
@@ -722,8 +722,8 @@
|
|
|
722
722
|
"affectsGlobalScope": false
|
|
723
723
|
},
|
|
724
724
|
"../../utxo-lib/dist/src/bitgo/wallet/Psbt.d.ts": {
|
|
725
|
-
"version": "
|
|
726
|
-
"signature": "
|
|
725
|
+
"version": "5982dfe6d5a863304bc5dcf2b59f19c34192af8cc92dd6376889d745b7bdfb9c",
|
|
726
|
+
"signature": "5982dfe6d5a863304bc5dcf2b59f19c34192af8cc92dd6376889d745b7bdfb9c",
|
|
727
727
|
"affectsGlobalScope": false
|
|
728
728
|
},
|
|
729
729
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletOutput.d.ts": {
|
|
@@ -4269,7 +4269,8 @@
|
|
|
4269
4269
|
"../../utxo-lib/dist/src/bitgo/parseInput.d.ts",
|
|
4270
4270
|
"../../utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts",
|
|
4271
4271
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
4272
|
-
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
4272
|
+
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts",
|
|
4273
|
+
"../../utxo-lib/node_modules/bitcoinjs-lib/src/index.d.ts"
|
|
4273
4274
|
],
|
|
4274
4275
|
"../../utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts": [
|
|
4275
4276
|
"../../utxo-lib/dist/src/bitgo/Unspent.d.ts",
|
|
@@ -6820,7 +6821,8 @@
|
|
|
6820
6821
|
"../../utxo-lib/dist/src/bitgo/parseInput.d.ts",
|
|
6821
6822
|
"../../utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts",
|
|
6822
6823
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
6823
|
-
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
6824
|
+
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts",
|
|
6825
|
+
"../../utxo-lib/node_modules/bitcoinjs-lib/src/index.d.ts"
|
|
6824
6826
|
],
|
|
6825
6827
|
"../../utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts": [
|
|
6826
6828
|
"../../utxo-lib/dist/src/bitgo/Unspent.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.229",
|
|
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.229",
|
|
41
|
+
"@bitgo-beta/sdk-core": "1.1.1-beta.230",
|
|
42
|
+
"@bitgo-beta/statics": "7.0.1-beta.230",
|
|
43
|
+
"@bitgo-beta/utxo-lib": "2.4.2-beta.230",
|
|
44
44
|
"bignumber.js": "^8.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "05ba2f24052e8f12f3b8878cb3d36953ffd3e292"
|
|
47
47
|
}
|