@bitgo/utxo-bin 1.0.2-rc.6 → 1.0.2-rc.7

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.
package/dist/bin/index.js CHANGED
File without changes
@@ -746,19 +746,14 @@
746
746
  "signature": "472b3568d532016dce463342906def74aab35e526d9d2dbcbfb62e1085766c74",
747
747
  "affectsGlobalScope": false
748
748
  },
749
- "../../../node_modules/@types/bn.js/index.d.ts": {
750
- "version": "bc6dd50ac2fc9a7ca6488811b116bd0ddd606338db0bb97852c8fcf757e2d7f5",
751
- "signature": "bc6dd50ac2fc9a7ca6488811b116bd0ddd606338db0bb97852c8fcf757e2d7f5",
752
- "affectsGlobalScope": false
753
- },
754
749
  "../../statics/dist/src/networks.d.ts": {
755
- "version": "4c3208cb47174593bf102a7c2983be2e4873e01d8bb7859395184b8f2d7da5cd",
756
- "signature": "4c3208cb47174593bf102a7c2983be2e4873e01d8bb7859395184b8f2d7da5cd",
750
+ "version": "a0b0aaee094c42a67b0bd93fde9c7ee09ade93b02f49d077fddbeeee46cc31ba",
751
+ "signature": "a0b0aaee094c42a67b0bd93fde9c7ee09ade93b02f49d077fddbeeee46cc31ba",
757
752
  "affectsGlobalScope": false
758
753
  },
759
754
  "../../statics/dist/src/base.d.ts": {
760
- "version": "c1fe884da10cfe10af3077ee3d1147b214d4a03dc95c6e8a0455be9050c027d5",
761
- "signature": "c1fe884da10cfe10af3077ee3d1147b214d4a03dc95c6e8a0455be9050c027d5",
755
+ "version": "84b227323f78607873454aed3ab57ee20ae787a6038ca6b9d6c040d391f98f33",
756
+ "signature": "84b227323f78607873454aed3ab57ee20ae787a6038ca6b9d6c040d391f98f33",
762
757
  "affectsGlobalScope": false
763
758
  },
764
759
  "../../statics/dist/src/map.d.ts": {
@@ -826,6 +821,11 @@
826
821
  "signature": "338bd7c3518b05b4c473971be0e5f8f854aca7cdb00d1b97192c14860f4ebf2f",
827
822
  "affectsGlobalScope": false
828
823
  },
824
+ "../../../node_modules/@types/bn.js/index.d.ts": {
825
+ "version": "bc6dd50ac2fc9a7ca6488811b116bd0ddd606338db0bb97852c8fcf757e2d7f5",
826
+ "signature": "bc6dd50ac2fc9a7ca6488811b116bd0ddd606338db0bb97852c8fcf757e2d7f5",
827
+ "affectsGlobalScope": false
828
+ },
829
829
  "../../../node_modules/@types/connect/index.d.ts": {
830
830
  "version": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
831
831
  "signature": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
@@ -1460,7 +1460,6 @@
1460
1460
  "../../statics/dist/src/base.d.ts"
1461
1461
  ],
1462
1462
  "../../statics/dist/src/networks.d.ts": [
1463
- "../../../node_modules/@types/bn.js/index.d.ts",
1464
1463
  "../../statics/dist/src/base.d.ts"
1465
1464
  ],
1466
1465
  "../../statics/dist/src/ofc.d.ts": [
@@ -2523,7 +2522,6 @@
2523
2522
  "../../statics/dist/src/base.d.ts"
2524
2523
  ],
2525
2524
  "../../statics/dist/src/networks.d.ts": [
2526
- "../../../node_modules/@types/bn.js/index.d.ts",
2527
2525
  "../../statics/dist/src/base.d.ts"
2528
2526
  ],
2529
2527
  "../../statics/dist/src/ofc.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": "1.0.2-rc.6",
4
+ "version": "1.0.2-rc.7",
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.0.1-rc.9",
30
- "@bitgo/statics": "^6.18.0-rc.6",
31
- "@bitgo/utxo-lib": "^2.3.0-rc.3",
29
+ "@bitgo/blockapis": "^1.0.1-rc.10",
30
+ "@bitgo/statics": "^6.18.0-rc.7",
31
+ "@bitgo/utxo-lib": "^2.3.0-rc.4",
32
32
  "archy": "^1.0.0",
33
33
  "chalk": "4",
34
34
  "yargs": "^17.3.1"
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "license": "MIT",
52
- "gitHead": "cd5f225f2ede1e62d00b2ac84d91c35cb3d4d222"
52
+ "gitHead": "36f1f7ba56e560de4501856292c79ad9a5db7720"
53
53
  }