@bitgo-beta/abstract-eth 1.0.2-beta.229 → 1.0.2-beta.230

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.
@@ -1427,8 +1427,8 @@
1427
1427
  "affectsGlobalScope": false
1428
1428
  },
1429
1429
  "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts": {
1430
- "version": "9397c4934530da993fa90a08030894091a5a64033f6a145b1babdd19aa14a10b",
1431
- "signature": "9397c4934530da993fa90a08030894091a5a64033f6a145b1babdd19aa14a10b",
1430
+ "version": "937a5178ee5845a0eb16911ea798faaa0e27ea94d0e05a25cd7c98e5f36fb953",
1431
+ "signature": "937a5178ee5845a0eb16911ea798faaa0e27ea94d0e05a25cd7c98e5f36fb953",
1432
1432
  "affectsGlobalScope": false
1433
1433
  },
1434
1434
  "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/index.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.229",
3
+ "version": "1.0.2-beta.230",
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.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",
40
+ "@bitgo-beta/sdk-coin-eth": "1.1.1-beta.230",
41
+ "@bitgo-beta/sdk-core": "1.1.1-beta.231",
42
+ "@bitgo-beta/statics": "7.0.1-beta.231",
43
+ "@bitgo-beta/utxo-lib": "2.4.2-beta.231",
44
44
  "bignumber.js": "^8.0.1"
45
45
  },
46
- "gitHead": "05ba2f24052e8f12f3b8878cb3d36953ffd3e292"
46
+ "gitHead": "f538c3754ae80aa73b07a2b476d2ffbaa3283319"
47
47
  }