@bitgo/utxo-bin 1.0.2-rc.0 → 1.0.2-rc.1

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.
@@ -746,14 +746,19 @@
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
+ },
749
754
  "../../statics/dist/src/networks.d.ts": {
750
- "version": "ffece4f7778d85271f6c3762025d2dba8993d4f02689bb61decd4b339314338a",
751
- "signature": "ffece4f7778d85271f6c3762025d2dba8993d4f02689bb61decd4b339314338a",
755
+ "version": "97bc836e1c96016e44171a7f3ac15940e94fc6d8555b1ad517ac6ca7aaa62fd5",
756
+ "signature": "97bc836e1c96016e44171a7f3ac15940e94fc6d8555b1ad517ac6ca7aaa62fd5",
752
757
  "affectsGlobalScope": false
753
758
  },
754
759
  "../../statics/dist/src/base.d.ts": {
755
- "version": "ee79ff2c9bc17eea6d3d644bbe3c7f65ac87d95f1332746e0c0889eb2ec994a5",
756
- "signature": "ee79ff2c9bc17eea6d3d644bbe3c7f65ac87d95f1332746e0c0889eb2ec994a5",
760
+ "version": "6cbfe75f7fdc2dbe7bba9c34f571f93859475b0c66fd40dda8aa04f1c38b5469",
761
+ "signature": "6cbfe75f7fdc2dbe7bba9c34f571f93859475b0c66fd40dda8aa04f1c38b5469",
757
762
  "affectsGlobalScope": false
758
763
  },
759
764
  "../../statics/dist/src/map.d.ts": {
@@ -816,11 +821,6 @@
816
821
  "signature": "338bd7c3518b05b4c473971be0e5f8f854aca7cdb00d1b97192c14860f4ebf2f",
817
822
  "affectsGlobalScope": false
818
823
  },
819
- "../../../node_modules/@types/bn.js/index.d.ts": {
820
- "version": "bc6dd50ac2fc9a7ca6488811b116bd0ddd606338db0bb97852c8fcf757e2d7f5",
821
- "signature": "bc6dd50ac2fc9a7ca6488811b116bd0ddd606338db0bb97852c8fcf757e2d7f5",
822
- "affectsGlobalScope": false
823
- },
824
824
  "../../../node_modules/@types/connect/index.d.ts": {
825
825
  "version": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
826
826
  "signature": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
@@ -1270,6 +1270,7 @@
1270
1270
  "../../statics/dist/src/base.d.ts"
1271
1271
  ],
1272
1272
  "../../statics/dist/src/networks.d.ts": [
1273
+ "../../../node_modules/@types/bn.js/index.d.ts",
1273
1274
  "../../statics/dist/src/base.d.ts"
1274
1275
  ],
1275
1276
  "../../statics/dist/src/ofc.d.ts": [
@@ -2198,6 +2199,7 @@
2198
2199
  "../../statics/dist/src/base.d.ts"
2199
2200
  ],
2200
2201
  "../../statics/dist/src/networks.d.ts": [
2202
+ "../../../node_modules/@types/bn.js/index.d.ts",
2201
2203
  "../../statics/dist/src/base.d.ts"
2202
2204
  ],
2203
2205
  "../../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.0",
4
+ "version": "1.0.2-rc.1",
5
5
  "files": [
6
6
  "dist/**/*"
7
7
  ],
@@ -26,7 +26,7 @@
26
26
  "bin": "./dist/bin/index.js",
27
27
  "dependencies": {
28
28
  "@bitgo/blockapis": "^1.0.1-rc.6",
29
- "@bitgo/statics": "^6.18.0-rc.0",
29
+ "@bitgo/statics": "^6.18.0-rc.1",
30
30
  "@bitgo/utxo-lib": "^2.2.2-rc.6",
31
31
  "archy": "^1.0.0",
32
32
  "chalk": "4",
@@ -41,5 +41,6 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "license": "MIT"
44
+ "license": "MIT",
45
+ "gitHead": "0935248346a0ff636285e864e76b91da23d3a9a1"
45
46
  }
package/CHANGELOG.md DELETED
@@ -1,56 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.0.1-rc.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.1...@bitgo/utxo-bin@1.0.1-rc.24) (2022-05-04)
7
-
8
- **Note:** Version bump only for package @bitgo/utxo-bin
9
-
10
-
11
-
12
-
13
-
14
- ## [1.0.1-rc.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.1-rc.21...@bitgo/utxo-bin@1.0.1-rc.22) (2022-04-19)
15
-
16
- **Note:** Version bump only for package @bitgo/utxo-bin
17
-
18
-
19
-
20
-
21
-
22
- ## [1.0.1-rc.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.1-rc.20...@bitgo/utxo-bin@1.0.1-rc.21) (2022-04-19)
23
-
24
- **Note:** Version bump only for package @bitgo/utxo-bin
25
-
26
-
27
-
28
-
29
-
30
- ## [1.0.1-rc.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.1-rc.18...@bitgo/utxo-bin@1.0.1-rc.19) (2022-04-12)
31
-
32
- **Note:** Version bump only for package @bitgo/utxo-bin
33
-
34
-
35
-
36
-
37
-
38
- ## [1.0.1-rc.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.1-rc.15...@bitgo/utxo-bin@1.0.1-rc.18) (2022-04-08)
39
-
40
- **Note:** Version bump only for package @bitgo/utxo-bin
41
-
42
-
43
-
44
-
45
-
46
- ## [1.0.1-rc.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.1-rc.15...@bitgo/utxo-bin@1.0.1-rc.17) (2022-04-06)
47
-
48
- **Note:** Version bump only for package @bitgo/utxo-bin
49
-
50
-
51
-
52
-
53
-
54
- ## [1.0.1-rc.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.1-rc.15...@bitgo/utxo-bin@1.0.1-rc.16) (2022-04-05)
55
-
56
- **Note:** Version bump only for package @bitgo/utxo-bin