@bitgo-beta/abstract-eth 1.0.2-beta.136 → 1.0.2-beta.137

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.
@@ -412,8 +412,8 @@
412
412
  "affectsGlobalScope": false
413
413
  },
414
414
  "../../statics/dist/src/ofc.d.ts": {
415
- "version": "5b65a8013b0618b87c9812400223f7e9e0022a343f2ac860bffaeeb0363fa21a",
416
- "signature": "5b65a8013b0618b87c9812400223f7e9e0022a343f2ac860bffaeeb0363fa21a",
415
+ "version": "9830104c7e1286b76f503cea136d4a0ef5adc539ca497f47d8d029e43c737f9e",
416
+ "signature": "9830104c7e1286b76f503cea136d4a0ef5adc539ca497f47d8d029e43c737f9e",
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.136",
3
+ "version": "1.0.2-beta.137",
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.136",
41
- "@bitgo-beta/sdk-core": "1.1.1-beta.137",
42
- "@bitgo-beta/statics": "7.0.1-beta.137",
43
- "@bitgo-beta/utxo-lib": "2.4.2-beta.137",
40
+ "@bitgo-beta/sdk-coin-eth": "1.1.1-beta.137",
41
+ "@bitgo-beta/sdk-core": "1.1.1-beta.138",
42
+ "@bitgo-beta/statics": "7.0.1-beta.138",
43
+ "@bitgo-beta/utxo-lib": "2.4.2-beta.138",
44
44
  "bignumber.js": "^8.0.1"
45
45
  },
46
- "gitHead": "5e1ae6bddef912f5212667b889d0c7aaea49a803"
46
+ "gitHead": "8f913598247a54fae29943238be9c6ea879d81bf"
47
47
  }