@bitgo-beta/abstract-eth 1.0.2-beta.66 → 1.0.2-beta.67

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.
@@ -657,8 +657,8 @@
657
657
  "affectsGlobalScope": false
658
658
  },
659
659
  "../../utxo-lib/dist/src/bitgo/parseInput.d.ts": {
660
- "version": "af9cc3554065d17636ff72d6dec96f097f4878a8c31844415201c9bb6793606d",
661
- "signature": "af9cc3554065d17636ff72d6dec96f097f4878a8c31844415201c9bb6793606d",
660
+ "version": "9675fb9c34599c47054f273044aa52b872f49837eef48052a22b8043749b0050",
661
+ "signature": "9675fb9c34599c47054f273044aa52b872f49837eef48052a22b8043749b0050",
662
662
  "affectsGlobalScope": false
663
663
  },
664
664
  "../../../node_modules/bip32/types/bip32.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.66",
3
+ "version": "1.0.2-beta.67",
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.66",
41
- "@bitgo-beta/sdk-core": "1.1.1-beta.66",
42
- "@bitgo-beta/statics": "7.0.1-beta.66",
43
- "@bitgo-beta/utxo-lib": "2.4.2-beta.66",
40
+ "@bitgo-beta/sdk-coin-eth": "1.1.1-beta.67",
41
+ "@bitgo-beta/sdk-core": "1.1.1-beta.67",
42
+ "@bitgo-beta/statics": "7.0.1-beta.67",
43
+ "@bitgo-beta/utxo-lib": "2.4.2-beta.67",
44
44
  "bignumber.js": "^8.0.1"
45
45
  },
46
- "gitHead": "d7e54ac84becaba22f48818704964dcc76ec5853"
46
+ "gitHead": "691028a59b83799092a1c40f4d188e80ce2442ec"
47
47
  }