@bitgo/utxo-bin 2.1.0-rc.12 → 2.1.0-rc.13

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.
@@ -777,8 +777,8 @@
777
777
  "affectsGlobalScope": false
778
778
  },
779
779
  "../../statics/dist/src/networks.d.ts": {
780
- "version": "23c0b384d5a792766b2ff7d51a23d8bb4f9eadb2036c265095a04f8790bc7250",
781
- "signature": "23c0b384d5a792766b2ff7d51a23d8bb4f9eadb2036c265095a04f8790bc7250",
780
+ "version": "626fa6a82815054679585faf8744965c6eb9d70057163415a55df10a6feb3d52",
781
+ "signature": "626fa6a82815054679585faf8744965c6eb9d70057163415a55df10a6feb3d52",
782
782
  "affectsGlobalScope": false
783
783
  },
784
784
  "../../statics/dist/src/base.d.ts": {
@@ -1061,6 +1061,11 @@
1061
1061
  "signature": "96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538",
1062
1062
  "affectsGlobalScope": false
1063
1063
  },
1064
+ "../../../node_modules/@types/keccak/index.d.ts": {
1065
+ "version": "44469f7cd056fda8a8c31ce768df26a401262098db908b436155b3f7860734c1",
1066
+ "signature": "44469f7cd056fda8a8c31ce768df26a401262098db908b436155b3f7860734c1",
1067
+ "affectsGlobalScope": false
1068
+ },
1064
1069
  "../../../node_modules/@types/lodash/common/common.d.ts": {
1065
1070
  "version": "675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8",
1066
1071
  "signature": "675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8",
@@ -1774,6 +1779,10 @@
1774
1779
  "../../../node_modules/@types/node/stream.d.ts",
1775
1780
  "../../../node_modules/@types/node/url.d.ts"
1776
1781
  ],
1782
+ "../../../node_modules/@types/keccak/index.d.ts": [
1783
+ "../../../node_modules/@types/node/index.d.ts",
1784
+ "../../../node_modules/@types/node/stream.d.ts"
1785
+ ],
1777
1786
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1778
1787
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1779
1788
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2760,6 +2769,10 @@
2760
2769
  "../../../node_modules/@types/node/stream.d.ts",
2761
2770
  "../../../node_modules/@types/node/url.d.ts"
2762
2771
  ],
2772
+ "../../../node_modules/@types/keccak/index.d.ts": [
2773
+ "../../../node_modules/@types/node/index.d.ts",
2774
+ "../../../node_modules/@types/node/stream.d.ts"
2775
+ ],
2763
2776
  "../../../node_modules/@types/lodash/common/array.d.ts": [
2764
2777
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2765
2778
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -3486,6 +3499,7 @@
3486
3499
  "../../../node_modules/@types/jasmine/index.d.ts",
3487
3500
  "../../../node_modules/@types/json-schema/index.d.ts",
3488
3501
  "../../../node_modules/@types/json5/index.d.ts",
3502
+ "../../../node_modules/@types/keccak/index.d.ts",
3489
3503
  "../../../node_modules/@types/lodash/common/array.d.ts",
3490
3504
  "../../../node_modules/@types/lodash/common/collection.d.ts",
3491
3505
  "../../../node_modules/@types/lodash/common/common.d.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitgo/utxo-bin",
3
3
  "description": "Command-line utility for BitGo UTXO transactions",
4
- "version": "2.1.0-rc.12",
4
+ "version": "2.1.0-rc.13",
5
5
  "files": [
6
6
  "dist/**/*"
7
7
  ],
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "bin": "./dist/bin/index.js",
28
28
  "dependencies": {
29
- "@bitgo/blockapis": "^1.1.0-rc.1",
30
- "@bitgo/statics": "^8.0.0-rc.11",
31
- "@bitgo/utxo-lib": "^3.0.0-rc.3",
29
+ "@bitgo/blockapis": "^1.1.0-rc.2",
30
+ "@bitgo/statics": "^8.0.0-rc.12",
31
+ "@bitgo/utxo-lib": "^3.0.0-rc.4",
32
32
  "archy": "^1.0.0",
33
33
  "chalk": "4",
34
34
  "yargs": "^17.3.1"
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "license": "MIT",
50
- "gitHead": "75e74b1010d66f9b7b9d5aeb4db54b02f5b21265"
50
+ "gitHead": "0b826ee75426287888890705ec4d4a6300a17e04"
51
51
  }