@bitgo/utxo-bin 1.0.2-rc.11 → 1.0.2-rc.12

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.
@@ -817,8 +817,8 @@
817
817
  "affectsGlobalScope": false
818
818
  },
819
819
  "../../statics/dist/src/base.d.ts": {
820
- "version": "ec3ba7d86135872cdd3dc7bcd201e39a6b1d515485cd048b662a0ddb07554c02",
821
- "signature": "ec3ba7d86135872cdd3dc7bcd201e39a6b1d515485cd048b662a0ddb07554c02",
820
+ "version": "d57e2dfa033b04a5d83a61f9f9da6f908e525d662cf16a857fa8c3ead00c6bf1",
821
+ "signature": "d57e2dfa033b04a5d83a61f9f9da6f908e525d662cf16a857fa8c3ead00c6bf1",
822
822
  "affectsGlobalScope": false
823
823
  },
824
824
  "../../statics/dist/src/map.d.ts": {
@@ -1461,7 +1461,7 @@
1461
1461
  "rootDir": "..",
1462
1462
  "allowJs": false,
1463
1463
  "strict": true,
1464
- "incremental": true,
1464
+ "watch": true,
1465
1465
  "configFilePath": "../tsconfig.json"
1466
1466
  },
1467
1467
  "referencedMap": {
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.11",
4
+ "version": "1.0.2-rc.12",
5
5
  "files": [
6
6
  "dist/**/*"
7
7
  ],
@@ -27,7 +27,7 @@
27
27
  "bin": "./dist/bin/index.js",
28
28
  "dependencies": {
29
29
  "@bitgo/blockapis": "^1.0.1-rc.12",
30
- "@bitgo/statics": "^6.18.0-rc.11",
30
+ "@bitgo/statics": "^6.18.0-rc.12",
31
31
  "@bitgo/utxo-lib": "^2.3.0-rc.6",
32
32
  "archy": "^1.0.0",
33
33
  "chalk": "4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "license": "MIT",
50
- "gitHead": "3f41f2e219c3ad45d156cf6d5bfe71a5f340cd32"
50
+ "gitHead": "ba8cd5df9db7252eb16c73483d999f043dcbd372"
51
51
  }
package/CHANGELOG.md DELETED
@@ -1,136 +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.2-rc.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.10...@bitgo/utxo-bin@1.0.2-rc.11) (2022-06-07)
7
-
8
- **Note:** Version bump only for package @bitgo/utxo-bin
9
-
10
-
11
-
12
-
13
-
14
- ## [1.0.2-rc.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.9...@bitgo/utxo-bin@1.0.2-rc.10) (2022-06-07)
15
-
16
- **Note:** Version bump only for package @bitgo/utxo-bin
17
-
18
-
19
-
20
-
21
-
22
- ## [1.0.2-rc.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.8...@bitgo/utxo-bin@1.0.2-rc.9) (2022-06-01)
23
-
24
- **Note:** Version bump only for package @bitgo/utxo-bin
25
-
26
-
27
-
28
-
29
-
30
- ## [1.0.2-rc.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.7...@bitgo/utxo-bin@1.0.2-rc.8) (2022-05-23)
31
-
32
- **Note:** Version bump only for package @bitgo/utxo-bin
33
-
34
-
35
-
36
-
37
-
38
- ## [1.0.2-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.6...@bitgo/utxo-bin@1.0.2-rc.7) (2022-05-17)
39
-
40
- **Note:** Version bump only for package @bitgo/utxo-bin
41
-
42
-
43
-
44
-
45
-
46
- ## [1.0.2-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.5...@bitgo/utxo-bin@1.0.2-rc.6) (2022-05-16)
47
-
48
- **Note:** Version bump only for package @bitgo/utxo-bin
49
-
50
-
51
-
52
-
53
-
54
- ## [1.0.2-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.4...@bitgo/utxo-bin@1.0.2-rc.5) (2022-05-13)
55
-
56
- **Note:** Version bump only for package @bitgo/utxo-bin
57
-
58
-
59
-
60
-
61
-
62
- ## [1.0.2-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.3...@bitgo/utxo-bin@1.0.2-rc.4) (2022-05-13)
63
-
64
- **Note:** Version bump only for package @bitgo/utxo-bin
65
-
66
-
67
-
68
-
69
-
70
- ## [1.0.2-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.2...@bitgo/utxo-bin@1.0.2-rc.3) (2022-05-12)
71
-
72
- **Note:** Version bump only for package @bitgo/utxo-bin
73
-
74
-
75
-
76
-
77
-
78
- ## [1.0.2-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@1.0.2-rc.0...@bitgo/utxo-bin@1.0.2-rc.1) (2022-05-06)
79
-
80
- **Note:** Version bump only for package @bitgo/utxo-bin
81
-
82
-
83
-
84
-
85
-
86
- ## [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)
87
-
88
- **Note:** Version bump only for package @bitgo/utxo-bin
89
-
90
-
91
-
92
-
93
-
94
- ## [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)
95
-
96
- **Note:** Version bump only for package @bitgo/utxo-bin
97
-
98
-
99
-
100
-
101
-
102
- ## [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)
103
-
104
- **Note:** Version bump only for package @bitgo/utxo-bin
105
-
106
-
107
-
108
-
109
-
110
- ## [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)
111
-
112
- **Note:** Version bump only for package @bitgo/utxo-bin
113
-
114
-
115
-
116
-
117
-
118
- ## [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)
119
-
120
- **Note:** Version bump only for package @bitgo/utxo-bin
121
-
122
-
123
-
124
-
125
-
126
- ## [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)
127
-
128
- **Note:** Version bump only for package @bitgo/utxo-bin
129
-
130
-
131
-
132
-
133
-
134
- ## [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)
135
-
136
- **Note:** Version bump only for package @bitgo/utxo-bin