@bitgo-beta/abstract-utxo 1.1.1-beta.98 → 1.1.1-beta.99

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.
@@ -832,8 +832,8 @@
832
832
  "affectsGlobalScope": false
833
833
  },
834
834
  "../../statics/dist/src/base.d.ts": {
835
- "version": "905700eb7d46efbc8a2c7506352b21470601531b1d0281c11427460fa15837d7",
836
- "signature": "905700eb7d46efbc8a2c7506352b21470601531b1d0281c11427460fa15837d7",
835
+ "version": "777d8e12da7cb7524a6c43e57557a040b3bf21a9f6ff34e6da9aa199322334bf",
836
+ "signature": "777d8e12da7cb7524a6c43e57557a040b3bf21a9f6ff34e6da9aa199322334bf",
837
837
  "affectsGlobalScope": false
838
838
  },
839
839
  "../../statics/dist/src/map.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-utxo",
3
- "version": "1.1.1-beta.98",
3
+ "version": "1.1.1-beta.99",
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.0.5-beta.99",
41
- "@bitgo-beta/sdk-api": "1.1.1-beta.99",
42
- "@bitgo-beta/sdk-core": "1.1.1-beta.99",
43
- "@bitgo-beta/unspents": "0.8.4-beta.99",
44
- "@bitgo-beta/utxo-lib": "2.4.2-beta.99",
40
+ "@bitgo-beta/blockapis": "1.0.5-beta.100",
41
+ "@bitgo-beta/sdk-api": "1.1.1-beta.100",
42
+ "@bitgo-beta/sdk-core": "1.1.1-beta.100",
43
+ "@bitgo-beta/unspents": "0.8.4-beta.100",
44
+ "@bitgo-beta/utxo-lib": "2.4.2-beta.100",
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": "5a9e115fca56325a187d174e31e6c466177c7e76"
55
+ "gitHead": "1769275c66cf83fa7de300cc4592fc1d31a894cc"
56
56
  }