@bitgo-beta/abstract-utxo 1.6.1-alpha.32 → 1.6.1-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.
@@ -1857,8 +1857,8 @@
1857
1857
  "affectsGlobalScope": false
1858
1858
  },
1859
1859
  "../../sdk-core/dist/src/account-lib/baseCoin/enum.d.ts": {
1860
- "version": "1bb6f29a67c2c2969ac93da09e85c337dcadeead061810d65d44c3cfe878096d",
1861
- "signature": "1bb6f29a67c2c2969ac93da09e85c337dcadeead061810d65d44c3cfe878096d",
1860
+ "version": "3ec72a340c48b6c7e0ce987de2a9b3b28b05a35b354346d96d30fd096748225b",
1861
+ "signature": "3ec72a340c48b6c7e0ce987de2a9b3b28b05a35b354346d96d30fd096748225b",
1862
1862
  "affectsGlobalScope": false
1863
1863
  },
1864
1864
  "../../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-utxo",
3
- "version": "1.6.1-alpha.32",
3
+ "version": "1.6.1-alpha.33",
4
4
  "description": "BitGo SDK coin library for UTXO 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/blockapis": "1.3.3-alpha.32",
41
- "@bitgo-beta/sdk-api": "1.6.1-alpha.32",
42
- "@bitgo-beta/sdk-core": "2.4.1-alpha.32",
43
- "@bitgo-beta/unspents": "0.11.3-alpha.32",
44
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.32",
40
+ "@bitgo-beta/blockapis": "1.3.3-alpha.33",
41
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.33",
42
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.33",
43
+ "@bitgo-beta/unspents": "0.11.3-alpha.33",
44
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.33",
45
45
  "@types/bluebird": "^3.5.25",
46
46
  "@types/lodash": "^4.14.121",
47
47
  "@types/superagent": "4.1.15",
@@ -52,5 +52,5 @@
52
52
  "lodash": "^4.17.14",
53
53
  "superagent": "^3.8.3"
54
54
  },
55
- "gitHead": "73ad9139b1c82d3f3e10be4c05f83217b8abadaa"
55
+ "gitHead": "ff054757562daf5497e93126481e666d326c06ea"
56
56
  }