@bitgo-beta/abstract-eth 1.2.3-alpha.32 → 1.2.3-alpha.33
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.
|
@@ -1752,8 +1752,8 @@
|
|
|
1752
1752
|
"affectsGlobalScope": false
|
|
1753
1753
|
},
|
|
1754
1754
|
"../../sdk-core/dist/src/account-lib/baseCoin/enum.d.ts": {
|
|
1755
|
-
"version": "
|
|
1756
|
-
"signature": "
|
|
1755
|
+
"version": "3ec72a340c48b6c7e0ce987de2a9b3b28b05a35b354346d96d30fd096748225b",
|
|
1756
|
+
"signature": "3ec72a340c48b6c7e0ce987de2a9b3b28b05a35b354346d96d30fd096748225b",
|
|
1757
1757
|
"affectsGlobalScope": false
|
|
1758
1758
|
},
|
|
1759
1759
|
"../../sdk-core/dist/src/account-lib/baseCoin/baseTransaction.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.33",
|
|
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.33",
|
|
41
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.33",
|
|
42
|
+
"@bitgo-beta/statics": "10.0.1-alpha.33",
|
|
43
|
+
"@bitgo-beta/utxo-lib": "4.0.1-alpha.33",
|
|
44
44
|
"bignumber.js": "^8.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "ff054757562daf5497e93126481e666d326c06ea"
|
|
47
47
|
}
|