@bitgo-beta/abstract-eth 1.0.2-beta.115 → 1.0.2-beta.117
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.
|
@@ -382,13 +382,13 @@
|
|
|
382
382
|
"affectsGlobalScope": false
|
|
383
383
|
},
|
|
384
384
|
"../../statics/dist/src/networks.d.ts": {
|
|
385
|
-
"version": "
|
|
386
|
-
"signature": "
|
|
385
|
+
"version": "7f368045024ed749d6925ae5f98daab76279068d35de0028481e06fdbdecfbbf",
|
|
386
|
+
"signature": "7f368045024ed749d6925ae5f98daab76279068d35de0028481e06fdbdecfbbf",
|
|
387
387
|
"affectsGlobalScope": false
|
|
388
388
|
},
|
|
389
389
|
"../../statics/dist/src/base.d.ts": {
|
|
390
|
-
"version": "
|
|
391
|
-
"signature": "
|
|
390
|
+
"version": "9455cd61a01c12fa9ff999cb076b9f1af1c93f448529af739687186509d94a7d",
|
|
391
|
+
"signature": "9455cd61a01c12fa9ff999cb076b9f1af1c93f448529af739687186509d94a7d",
|
|
392
392
|
"affectsGlobalScope": false
|
|
393
393
|
},
|
|
394
394
|
"../../statics/dist/src/map.d.ts": {
|
|
@@ -412,8 +412,8 @@
|
|
|
412
412
|
"affectsGlobalScope": false
|
|
413
413
|
},
|
|
414
414
|
"../../statics/dist/src/ofc.d.ts": {
|
|
415
|
-
"version": "
|
|
416
|
-
"signature": "
|
|
415
|
+
"version": "2de048038cdd5f9e53c75392a9ed0c9520e17793810bd8487977666c14900a8f",
|
|
416
|
+
"signature": "2de048038cdd5f9e53c75392a9ed0c9520e17793810bd8487977666c14900a8f",
|
|
417
417
|
"affectsGlobalScope": false
|
|
418
418
|
},
|
|
419
419
|
"../../statics/dist/src/utxo.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.117",
|
|
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.117",
|
|
41
|
+
"@bitgo-beta/sdk-core": "1.1.1-beta.118",
|
|
42
|
+
"@bitgo-beta/statics": "7.0.1-beta.118",
|
|
43
|
+
"@bitgo-beta/utxo-lib": "2.4.2-beta.118",
|
|
44
44
|
"bignumber.js": "^8.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "b0d7f4fee02c98fab2a7b7a93d21b67fe3d65823"
|
|
47
47
|
}
|