@dzhechkov/harness-cli 0.3.262 → 0.4.2
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/.dz-manifest.json +125 -17
- package/README.md +428 -11
- package/dist/bin.js +11 -1
- package/dist/bin.js.map +1 -1
- package/dist/cli.d.ts +7 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +1092 -63
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
- package/sbom.json +292 -22
- package/src/bin.ts +12 -1
- package/src/cli.ts +1069 -65
package/.dz-manifest.json
CHANGED
|
@@ -9,15 +9,11 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "README.md",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "4e4049b871ded58ff38fc36b60387a2324610db81dedcb623fb9cce6e77b057b"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "coverage/coverage-final.json",
|
|
16
|
-
"sha256": "
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"path": "coverage/coverage-summary.json",
|
|
20
|
-
"sha256": "593705e81f851c0e65ffa9feaa9bbd396e7a3295b9b21076cfd953ee5a05b93a"
|
|
16
|
+
"sha256": "e539390d6899ede6cdd0acb76cae6c58e90d4fb3d4389c00dce8604a014aeea7"
|
|
21
17
|
},
|
|
22
18
|
{
|
|
23
19
|
"path": "dist/bin.d.ts",
|
|
@@ -29,27 +25,27 @@
|
|
|
29
25
|
},
|
|
30
26
|
{
|
|
31
27
|
"path": "dist/bin.js",
|
|
32
|
-
"sha256": "
|
|
28
|
+
"sha256": "c4a6b64f875db72a2897df0e3b0c7cd279308dba2471ae29a57775dad7a7d8f8"
|
|
33
29
|
},
|
|
34
30
|
{
|
|
35
31
|
"path": "dist/bin.js.map",
|
|
36
|
-
"sha256": "
|
|
32
|
+
"sha256": "9661e4d167ea1c13c3f40de510f311024da3c44bcb452d3781fb89f46373eadc"
|
|
37
33
|
},
|
|
38
34
|
{
|
|
39
35
|
"path": "dist/cli.d.ts",
|
|
40
|
-
"sha256": "
|
|
36
|
+
"sha256": "9afd7c4a02708d7d425214c5d3b76a2ad7bd5ea3ba6c725e4880a91d76062f34"
|
|
41
37
|
},
|
|
42
38
|
{
|
|
43
39
|
"path": "dist/cli.d.ts.map",
|
|
44
|
-
"sha256": "
|
|
40
|
+
"sha256": "a260f0e8d698ac142b38e33ef4d4ed0a21ccee96b179514bcb01bf81c5dce00f"
|
|
45
41
|
},
|
|
46
42
|
{
|
|
47
43
|
"path": "dist/cli.js",
|
|
48
|
-
"sha256": "
|
|
44
|
+
"sha256": "b8a9c6d50cea7eda1065d76adb83e7c853ed9d82db72e7b24f952598e9dbd9d9"
|
|
49
45
|
},
|
|
50
46
|
{
|
|
51
47
|
"path": "dist/cli.js.map",
|
|
52
|
-
"sha256": "
|
|
48
|
+
"sha256": "4af214e9233bd8f37ab92b95b90fcf05bd46752ecdc0d9491484ee8a7e55c539"
|
|
53
49
|
},
|
|
54
50
|
{
|
|
55
51
|
"path": "dist/index.d.ts",
|
|
@@ -73,15 +69,15 @@
|
|
|
73
69
|
},
|
|
74
70
|
{
|
|
75
71
|
"path": "package.json",
|
|
76
|
-
"sha256": "
|
|
72
|
+
"sha256": "fa591b644f5abda81022a2cfe37996d739a2290ac46e09dcb958faa4e12be9f6"
|
|
77
73
|
},
|
|
78
74
|
{
|
|
79
75
|
"path": "src/bin.ts",
|
|
80
|
-
"sha256": "
|
|
76
|
+
"sha256": "f799d9771166fe95eb40463d1ebbeb0dd3acdd78fa9c692e086a6a673f54752a"
|
|
81
77
|
},
|
|
82
78
|
{
|
|
83
79
|
"path": "src/cli.ts",
|
|
84
|
-
"sha256": "
|
|
80
|
+
"sha256": "c9847974744f5bfd383866eb1832e97cb856e73d6f65cad19abfb91f22998cae"
|
|
85
81
|
},
|
|
86
82
|
{
|
|
87
83
|
"path": "src/index.ts",
|
|
@@ -89,16 +85,128 @@
|
|
|
89
85
|
},
|
|
90
86
|
{
|
|
91
87
|
"path": "test/cli.test.ts",
|
|
92
|
-
"sha256": "
|
|
88
|
+
"sha256": "c66bdd2fbbe2e0b622e3bc4e0e4521e865cc8088e581bd4b4862c1c550307900"
|
|
93
89
|
},
|
|
94
90
|
{
|
|
95
91
|
"path": "test/epoch-replay-cli.test.ts",
|
|
96
92
|
"sha256": "a5a48585b565288ca1ea96030b02b2ccb37a621ef7b3cfe54cd7aaa7164d6904"
|
|
97
93
|
},
|
|
94
|
+
{
|
|
95
|
+
"path": "test/fixtures/install-layouts-helpers.ts",
|
|
96
|
+
"sha256": "7c1d53c295ec4cb7ee8e3036b663f20d660a1acff35dbcb5c99257aed7268b68"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"path": "test/fixtures/mutation-gate-undefended/lib/env-guard.js",
|
|
100
|
+
"sha256": "922d75852ea37cfc0e0f81f0c49918e20950f4c31d9523798cbd5c7437fdffcc"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"path": "test/fixtures/mutation-gate-undefended/lib/flaky-load.js",
|
|
104
|
+
"sha256": "bb3cda584546c43f22ab46c1c6a27b563f7ede3ed4a66530b6b35ad9f7eefc9e"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"path": "test/fixtures/mutation-gate-undefended/lib/guard.js",
|
|
108
|
+
"sha256": "69182b5c1034eda2fcf072b87847dfd27c12ddf2621f62e8db94b78f55f797cd"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"path": "test/fixtures/mutation-gate-undefended/lib/tla-mod.mjs",
|
|
112
|
+
"sha256": "c0a147f7c2d599b360fa9d1bb72c01be3b6b0a7b167cb7d508340382b3d8d619"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"path": "test/fixtures/mutation-gate-undefended/package.json",
|
|
116
|
+
"sha256": "cdceb0264c7d99c89123365ddfdc2ceb07339c2691e5e604304ee04b433b1c0b"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-defended.json",
|
|
120
|
+
"sha256": "037bcac91dae0acbd8eb81dbb33b79fc7208f6106aed8149dbecdf226a8b0e41"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-load-fatal-exit.json",
|
|
124
|
+
"sha256": "ba5c79298f3f77b6a82c78b6a8da269a98b50aa811ab785ca4a588e1262ded82"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-load-fatal-nullcount.json",
|
|
128
|
+
"sha256": "2bc7bfa3dc56ae6cf0f7986ecccbbbcddbce128c018fbbf1ff40f5a061758da6"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-load-fatal-throw.json",
|
|
132
|
+
"sha256": "fb448430a632dbf4d751947363e862391fb869d5c65d1245c8ddc817c0844649"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-overbroad.json",
|
|
136
|
+
"sha256": "89c445656718c9ad6e573bf728b06d688a85b15a1e73a93cbd4e1579e33a54d9"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-r6-env-inapplicable.json",
|
|
140
|
+
"sha256": "626c3272dfc27ec87da5f60004611940b224d14c7acbc29466b65e6eab268ab3"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-r6-flaky-load.json",
|
|
144
|
+
"sha256": "cbec89506f2696c09cf5c4c3a987d6921fb8b4cacb131de04624fd47f2eef507"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-r6-tla.json",
|
|
148
|
+
"sha256": "353c1b84ad521c04764652464c3ef60c1bf54ffa161006108d1017d57b942dbe"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-syntax-break.json",
|
|
152
|
+
"sha256": "486d313922800edb75520cb2a79a83ce44ea5a7b12050286522ea979df150933"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"path": "test/fixtures/mutation-gate-undefended/registry-undefended.json",
|
|
156
|
+
"sha256": "9aef7b82a305d1ce17ce546c73ecb94ff0e8fb5f6006d450565fcd98cb5f895c"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"path": "test/fixtures/mutation-gate-undefended/test/env-guard.test.js",
|
|
160
|
+
"sha256": "406c387bc6fbe01fa1d4cd2a3754cbb22abcea6380c1471e9eff21ddc8d35424"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"path": "test/fixtures/mutation-gate-undefended/test/flaky-load.test.js",
|
|
164
|
+
"sha256": "7a9555312097c98cb5fccd749cb61ea216a2a3bf2845db5413153eed4b9c8251"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"path": "test/fixtures/mutation-gate-undefended/test/guard.test.js",
|
|
168
|
+
"sha256": "d8e0a34fc79f40c7f89b1987793a8e09570f2a92e9c0937dd9ac1bf4a3cfbcb7"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"path": "test/fixtures/mutation-gate-undefended/test/tla-mod.test.mjs",
|
|
172
|
+
"sha256": "860e54c8bf9c86e4c09853bb862379539d360b32ea6c4b93a69659ed4dc8fe9e"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"path": "test/guard-change-fact.test.ts",
|
|
176
|
+
"sha256": "694b79712dc8902fd9046426c35d21052dbeff417fffb70939f88b31449c6e9a"
|
|
177
|
+
},
|
|
98
178
|
{
|
|
99
179
|
"path": "test/guard-promote-cli.test.ts",
|
|
100
180
|
"sha256": "f8e35085106a98be239104394539c3aec350123eed4a115abf14acc2cb6b5bb9"
|
|
101
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"path": "test/install-layouts.test.ts",
|
|
184
|
+
"sha256": "43cc6e3251500cd547997ac0916c250c8558f6c3d5c4a60254753e1e80ba24f5"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"path": "test/mutation-gate-cli.test.ts",
|
|
188
|
+
"sha256": "3b33c786713e2dfaa192ea32df8cdcf534170c59d58ce285872a3fde008afbc4"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"path": "test/mutation-registry.json",
|
|
192
|
+
"sha256": "3dd056f9d05712e45173b0911fc5900f0f52f8deba506d57c0e2b8281eb36a74"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"path": "test/statusline-panel.test.ts",
|
|
196
|
+
"sha256": "b09b42c4ece1a83e5d3f3765629b0756a8f30a7122f3fc30363f93f092a44c0d"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"path": "test/workflow-init-lint-clean.test.ts",
|
|
200
|
+
"sha256": "b7a64462983901adca86ecc29e76b3f95885210e5aaba68352356191e6bfac7f"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"path": "test/workflow-legacy-shim.test.ts",
|
|
204
|
+
"sha256": "47d35ec36aa4793ee5d61debf1d345e7d236ad21db27f052aa3e7add03852205"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": "test/workflow-trace-cli-surface.test.ts",
|
|
208
|
+
"sha256": "28df4b51fff1dc80bb38671d56f548d859949d7a9e2f00e7045e732efc7c2e3d"
|
|
209
|
+
},
|
|
102
210
|
{
|
|
103
211
|
"path": "tsconfig.json",
|
|
104
212
|
"sha256": "e80ef2911c3347a713dc3dca6a5f6034d91e938e58e71345ea920dd9833bcdbb"
|
|
@@ -109,5 +217,5 @@
|
|
|
109
217
|
}
|
|
110
218
|
]
|
|
111
219
|
},
|
|
112
|
-
"signature": "
|
|
220
|
+
"signature": "nT7OzOloD2DCFR2ZYd4uWJ6isGyyfLiYk7v8hUKp4f0OTP0fTpsVvbDYJF9VvxASNVqwOGaQ7F6WQVu3NrkmBQ=="
|
|
113
221
|
}
|