@rnx-kit/cli 0.9.51 → 0.9.55

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +56 -3
  2. package/coverage/clover.xml +110 -71
  3. package/coverage/coverage-final.json +3 -2
  4. package/coverage/lcov-report/index.html +43 -28
  5. package/coverage/lcov-report/src/bundle/index.html +15 -15
  6. package/coverage/lcov-report/src/bundle/kit-config.ts.html +1 -1
  7. package/coverage/lcov-report/src/bundle/metro.ts.html +15 -78
  8. package/coverage/lcov-report/src/bundle/overrides.ts.html +1 -1
  9. package/coverage/lcov-report/src/index.html +21 -21
  10. package/coverage/lcov-report/src/metro-config.ts.html +105 -129
  11. package/coverage/lcov-report/src/typescript/index.html +111 -0
  12. package/coverage/lcov-report/src/typescript/project-cache.ts.html +539 -0
  13. package/coverage/lcov.info +198 -126
  14. package/lib/bundle/metro.d.ts +1 -2
  15. package/lib/bundle/metro.d.ts.map +1 -1
  16. package/lib/bundle/metro.js +5 -17
  17. package/lib/bundle/metro.js.map +1 -1
  18. package/lib/bundle.d.ts.map +1 -1
  19. package/lib/bundle.js +1 -3
  20. package/lib/bundle.js.map +1 -1
  21. package/lib/metro-config.d.ts +3 -3
  22. package/lib/metro-config.d.ts.map +1 -1
  23. package/lib/metro-config.js +56 -67
  24. package/lib/metro-config.js.map +1 -1
  25. package/lib/start.d.ts.map +1 -1
  26. package/lib/start.js +6 -17
  27. package/lib/start.js.map +1 -1
  28. package/lib/types.d.ts +3 -4
  29. package/lib/types.d.ts.map +1 -1
  30. package/lib/typescript/project-cache.d.ts +38 -0
  31. package/lib/typescript/project-cache.d.ts.map +1 -0
  32. package/lib/typescript/project-cache.js +101 -0
  33. package/lib/typescript/project-cache.js.map +1 -0
  34. package/package.json +15 -15
  35. package/src/bundle/metro.ts +6 -27
  36. package/src/bundle.ts +1 -4
  37. package/src/metro-config.ts +73 -81
  38. package/src/start.ts +7 -26
  39. package/src/types.ts +3 -5
  40. package/src/typescript/project-cache.ts +153 -0
  41. package/CHANGELOG.json +0 -3074
  42. package/just.config.js +0 -2
package/CHANGELOG.json DELETED
@@ -1,3074 +0,0 @@
1
- {
2
- "name": "@rnx-kit/cli",
3
- "entries": [
4
- {
5
- "date": "Tue, 16 Nov 2021 14:33:02 GMT",
6
- "tag": "@rnx-kit/cli_v0.9.51",
7
- "version": "0.9.51",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "beachball",
12
- "package": "@rnx-kit/cli",
13
- "comment": "Bump @rnx-kit/dep-check to v1.9.3",
14
- "commit": "5e6b37004875b8778dbb7c889aee715a7952bf0b"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Mon, 15 Nov 2021 12:33:07 GMT",
21
- "tag": "@rnx-kit/cli_v0.9.50",
22
- "version": "0.9.50",
23
- "comments": {
24
- "patch": [
25
- {
26
- "author": "beachball",
27
- "package": "@rnx-kit/cli",
28
- "comment": "Bump @rnx-kit/dep-check to v1.9.2",
29
- "commit": "ff0bfe9f7ca3fec970417f64dcd4e41da3c99939"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "date": "Fri, 12 Nov 2021 13:04:39 GMT",
36
- "tag": "@rnx-kit/cli_v0.9.49",
37
- "version": "0.9.49",
38
- "comments": {
39
- "patch": [
40
- {
41
- "author": "beachball",
42
- "package": "@rnx-kit/cli",
43
- "comment": "Bump @rnx-kit/dep-check to v1.9.1",
44
- "commit": "646b90d5771c866d78a9ffcb0375ce8dab018101"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "date": "Thu, 11 Nov 2021 17:49:21 GMT",
51
- "tag": "@rnx-kit/cli_v0.9.48",
52
- "version": "0.9.48",
53
- "comments": {
54
- "patch": [
55
- {
56
- "author": "beachball",
57
- "package": "@rnx-kit/cli",
58
- "comment": "Bump @rnx-kit/dep-check to v1.9.0",
59
- "commit": "c40418e51589ab5b862989e25b7708fba62ba5c1"
60
- }
61
- ]
62
- }
63
- },
64
- {
65
- "date": "Tue, 09 Nov 2021 21:11:31 GMT",
66
- "tag": "@rnx-kit/cli_v0.9.47",
67
- "version": "0.9.47",
68
- "comments": {
69
- "patch": [
70
- {
71
- "author": "afoxman@microsoft.com",
72
- "package": "@rnx-kit/cli",
73
- "commit": "f75a209043f131e09b32b8783bf912a8c14f26f7",
74
- "comment": "Update the CLI's Metro/TS integration to use the new, generalized resolver in @rnx-kit/typescript-react-native-resolver. Remove the unneeded \"default\" resolver."
75
- },
76
- {
77
- "author": "beachball",
78
- "package": "@rnx-kit/cli",
79
- "comment": "Bump @rnx-kit/typescript-react-native-resolver to v0.1.0",
80
- "commit": "f75a209043f131e09b32b8783bf912a8c14f26f7"
81
- },
82
- {
83
- "author": "beachball",
84
- "package": "@rnx-kit/cli",
85
- "comment": "Bump @rnx-kit/typescript-service to v1.5.0",
86
- "commit": "f75a209043f131e09b32b8783bf912a8c14f26f7"
87
- }
88
- ]
89
- }
90
- },
91
- {
92
- "date": "Tue, 09 Nov 2021 19:26:57 GMT",
93
- "tag": "@rnx-kit/cli_v0.9.46",
94
- "version": "0.9.46",
95
- "comments": {
96
- "none": [
97
- {
98
- "author": "4123478+tido64@users.noreply.github.com",
99
- "package": "@rnx-kit/cli",
100
- "commit": "not available",
101
- "comment": "Renamed rnx-kit-scripts package to @rnx-kit/scripts to prevent hijacking"
102
- }
103
- ]
104
- }
105
- },
106
- {
107
- "date": "Tue, 09 Nov 2021 19:26:33 GMT",
108
- "tag": "@rnx-kit/cli_v0.9.46",
109
- "version": "0.9.46",
110
- "comments": {
111
- "none": [
112
- {
113
- "author": "4123478+tido64@users.noreply.github.com",
114
- "package": "@rnx-kit/cli",
115
- "commit": "83db2a2f3de04ec602286f6c67dea16977e2828a",
116
- "comment": "Renamed rnx-kit-scripts package to @rnx-kit/scripts to prevent hijacking"
117
- }
118
- ]
119
- }
120
- },
121
- {
122
- "date": "Mon, 08 Nov 2021 16:33:53 GMT",
123
- "tag": "@rnx-kit/cli_v0.9.46",
124
- "version": "0.9.46",
125
- "comments": {
126
- "none": [
127
- {
128
- "author": "afoxman@microsoft.com",
129
- "package": "@rnx-kit/cli",
130
- "commit": "not available",
131
- "comment": "Transition from using our private Metro @types packages to the officially published @types packages."
132
- }
133
- ]
134
- }
135
- },
136
- {
137
- "date": "Mon, 08 Nov 2021 16:31:46 GMT",
138
- "tag": "@rnx-kit/cli_v0.9.46",
139
- "version": "0.9.46",
140
- "comments": {
141
- "none": [
142
- {
143
- "author": "afoxman@microsoft.com",
144
- "package": "@rnx-kit/cli",
145
- "commit": "9c3acf4028bb449e60340b1096993b3f3fe462d5",
146
- "comment": "Transition from using our private Metro @types packages to the officially published @types packages."
147
- }
148
- ]
149
- }
150
- },
151
- {
152
- "date": "Mon, 08 Nov 2021 10:20:15 GMT",
153
- "tag": "@rnx-kit/cli_v0.9.46",
154
- "version": "0.9.46",
155
- "comments": {
156
- "patch": [
157
- {
158
- "author": "4123478+tido64@users.noreply.github.com",
159
- "package": "@rnx-kit/cli",
160
- "commit": "3b0b310ba9394c145fd1570043c0649f1f9200e7",
161
- "comment": "Default value for `projectRoot` overrides value in Metro config"
162
- },
163
- {
164
- "author": "beachball",
165
- "package": "@rnx-kit/cli",
166
- "comment": "Bump @rnx-kit/config to v0.4.19",
167
- "commit": "62e605f399f6c0817054a16d7e398d9876d9bbc2"
168
- },
169
- {
170
- "author": "beachball",
171
- "package": "@rnx-kit/cli",
172
- "comment": "Bump @rnx-kit/dep-check to v1.8.18",
173
- "commit": "62e605f399f6c0817054a16d7e398d9876d9bbc2"
174
- }
175
- ]
176
- }
177
- },
178
- {
179
- "date": "Fri, 05 Nov 2021 19:24:49 GMT",
180
- "tag": "@rnx-kit/cli_v0.9.45",
181
- "version": "0.9.45",
182
- "comments": {
183
- "patch": [
184
- {
185
- "author": "beachball",
186
- "package": "@rnx-kit/cli",
187
- "comment": "Bump @rnx-kit/config to v0.4.18",
188
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
189
- },
190
- {
191
- "author": "beachball",
192
- "package": "@rnx-kit/cli",
193
- "comment": "Bump @rnx-kit/console to v1.0.9",
194
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
195
- },
196
- {
197
- "author": "beachball",
198
- "package": "@rnx-kit/cli",
199
- "comment": "Bump @rnx-kit/dep-check to v1.8.17",
200
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
201
- },
202
- {
203
- "author": "beachball",
204
- "package": "@rnx-kit/cli",
205
- "comment": "Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.19",
206
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
207
- },
208
- {
209
- "author": "beachball",
210
- "package": "@rnx-kit/cli",
211
- "comment": "Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.13",
212
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
213
- },
214
- {
215
- "author": "beachball",
216
- "package": "@rnx-kit/cli",
217
- "comment": "Bump @rnx-kit/metro-serializer to v1.0.9",
218
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
219
- },
220
- {
221
- "author": "beachball",
222
- "package": "@rnx-kit/cli",
223
- "comment": "Bump @rnx-kit/metro-serializer-esbuild to v0.0.21",
224
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
225
- },
226
- {
227
- "author": "beachball",
228
- "package": "@rnx-kit/cli",
229
- "comment": "Bump @rnx-kit/metro-service to v1.1.11",
230
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
231
- },
232
- {
233
- "author": "beachball",
234
- "package": "@rnx-kit/cli",
235
- "comment": "Bump @rnx-kit/third-party-notices to v1.2.11",
236
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
237
- },
238
- {
239
- "author": "beachball",
240
- "package": "@rnx-kit/cli",
241
- "comment": "Bump @rnx-kit/tools-language to v1.2.4",
242
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
243
- },
244
- {
245
- "author": "beachball",
246
- "package": "@rnx-kit/cli",
247
- "comment": "Bump @rnx-kit/tools-node to v1.2.4",
248
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
249
- },
250
- {
251
- "author": "beachball",
252
- "package": "@rnx-kit/cli",
253
- "comment": "Bump @rnx-kit/tools-react-native to v1.0.8",
254
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
255
- },
256
- {
257
- "author": "beachball",
258
- "package": "@rnx-kit/cli",
259
- "comment": "Bump @rnx-kit/typescript-service to v1.4.3",
260
- "commit": "103d8c85f90a43985b56aa0364c9d568bcf56b05"
261
- }
262
- ]
263
- }
264
- },
265
- {
266
- "date": "Fri, 05 Nov 2021 07:33:42 GMT",
267
- "tag": "@rnx-kit/cli_v0.9.44",
268
- "version": "0.9.44",
269
- "comments": {
270
- "patch": [
271
- {
272
- "author": "beachball",
273
- "package": "@rnx-kit/cli",
274
- "comment": "Bump @rnx-kit/config to v0.4.17",
275
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
276
- },
277
- {
278
- "author": "beachball",
279
- "package": "@rnx-kit/cli",
280
- "comment": "Bump @rnx-kit/console to v1.0.8",
281
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
282
- },
283
- {
284
- "author": "beachball",
285
- "package": "@rnx-kit/cli",
286
- "comment": "Bump @rnx-kit/dep-check to v1.8.16",
287
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
288
- },
289
- {
290
- "author": "beachball",
291
- "package": "@rnx-kit/cli",
292
- "comment": "Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.18",
293
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
294
- },
295
- {
296
- "author": "beachball",
297
- "package": "@rnx-kit/cli",
298
- "comment": "Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.12",
299
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
300
- },
301
- {
302
- "author": "beachball",
303
- "package": "@rnx-kit/cli",
304
- "comment": "Bump @rnx-kit/metro-serializer to v1.0.8",
305
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
306
- },
307
- {
308
- "author": "beachball",
309
- "package": "@rnx-kit/cli",
310
- "comment": "Bump @rnx-kit/metro-serializer-esbuild to v0.0.20",
311
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
312
- },
313
- {
314
- "author": "beachball",
315
- "package": "@rnx-kit/cli",
316
- "comment": "Bump @rnx-kit/metro-service to v1.1.10",
317
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
318
- },
319
- {
320
- "author": "beachball",
321
- "package": "@rnx-kit/cli",
322
- "comment": "Bump @rnx-kit/third-party-notices to v1.2.10",
323
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
324
- },
325
- {
326
- "author": "beachball",
327
- "package": "@rnx-kit/cli",
328
- "comment": "Bump @rnx-kit/tools-language to v1.2.3",
329
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
330
- },
331
- {
332
- "author": "beachball",
333
- "package": "@rnx-kit/cli",
334
- "comment": "Bump @rnx-kit/tools-node to v1.2.3",
335
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
336
- },
337
- {
338
- "author": "beachball",
339
- "package": "@rnx-kit/cli",
340
- "comment": "Bump @rnx-kit/tools-react-native to v1.0.7",
341
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
342
- },
343
- {
344
- "author": "beachball",
345
- "package": "@rnx-kit/cli",
346
- "comment": "Bump @rnx-kit/typescript-service to v1.4.2",
347
- "commit": "52adbb5f16d429cd38d8ec12a7b47dea357fdd81"
348
- }
349
- ]
350
- }
351
- },
352
- {
353
- "date": "Wed, 03 Nov 2021 18:15:39 GMT",
354
- "tag": "@rnx-kit/cli_v0.9.43",
355
- "version": "0.9.43",
356
- "comments": {
357
- "patch": [
358
- {
359
- "author": "beachball",
360
- "package": "@rnx-kit/cli",
361
- "comment": "Bump @rnx-kit/config to v0.4.16",
362
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
363
- },
364
- {
365
- "author": "beachball",
366
- "package": "@rnx-kit/cli",
367
- "comment": "Bump @rnx-kit/console to v1.0.7",
368
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
369
- },
370
- {
371
- "author": "beachball",
372
- "package": "@rnx-kit/cli",
373
- "comment": "Bump @rnx-kit/dep-check to v1.8.15",
374
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
375
- },
376
- {
377
- "author": "beachball",
378
- "package": "@rnx-kit/cli",
379
- "comment": "Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.17",
380
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
381
- },
382
- {
383
- "author": "beachball",
384
- "package": "@rnx-kit/cli",
385
- "comment": "Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.11",
386
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
387
- },
388
- {
389
- "author": "beachball",
390
- "package": "@rnx-kit/cli",
391
- "comment": "Bump @rnx-kit/metro-serializer to v1.0.7",
392
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
393
- },
394
- {
395
- "author": "beachball",
396
- "package": "@rnx-kit/cli",
397
- "comment": "Bump @rnx-kit/metro-serializer-esbuild to v0.0.19",
398
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
399
- },
400
- {
401
- "author": "beachball",
402
- "package": "@rnx-kit/cli",
403
- "comment": "Bump @rnx-kit/metro-service to v1.1.9",
404
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
405
- },
406
- {
407
- "author": "beachball",
408
- "package": "@rnx-kit/cli",
409
- "comment": "Bump @rnx-kit/third-party-notices to v1.2.9",
410
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
411
- },
412
- {
413
- "author": "beachball",
414
- "package": "@rnx-kit/cli",
415
- "comment": "Bump @rnx-kit/tools-language to v1.2.2",
416
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
417
- },
418
- {
419
- "author": "beachball",
420
- "package": "@rnx-kit/cli",
421
- "comment": "Bump @rnx-kit/tools-node to v1.2.2",
422
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
423
- },
424
- {
425
- "author": "beachball",
426
- "package": "@rnx-kit/cli",
427
- "comment": "Bump @rnx-kit/tools-react-native to v1.0.6",
428
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
429
- },
430
- {
431
- "author": "beachball",
432
- "package": "@rnx-kit/cli",
433
- "comment": "Bump @rnx-kit/typescript-service to v1.4.1",
434
- "commit": "acebdc3d387fc38e11b487736e1d7ba065131f1d"
435
- }
436
- ]
437
- }
438
- },
439
- {
440
- "date": "Mon, 01 Nov 2021 15:07:43 GMT",
441
- "tag": "@rnx-kit/cli_v0.9.42",
442
- "version": "0.9.42",
443
- "comments": {
444
- "patch": [
445
- {
446
- "author": "afoxman@microsoft.com",
447
- "package": "@rnx-kit/cli",
448
- "commit": "a45168c5c37cde1565d91cf6b4f7f24e50696a0e",
449
- "comment": "Update the CLI, adjusting it to use the new typescript-service package."
450
- },
451
- {
452
- "author": "beachball",
453
- "package": "@rnx-kit/cli",
454
- "comment": "Bump @rnx-kit/typescript-service to v1.4.0",
455
- "commit": "a45168c5c37cde1565d91cf6b4f7f24e50696a0e"
456
- }
457
- ]
458
- }
459
- },
460
- {
461
- "date": "Mon, 01 Nov 2021 13:46:12 GMT",
462
- "tag": "@rnx-kit/cli_v0.9.41",
463
- "version": "0.9.41",
464
- "comments": {
465
- "patch": [
466
- {
467
- "author": "afoxman@microsoft.com",
468
- "package": "@rnx-kit/cli",
469
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb",
470
- "comment": "Normalize main and types fields across all packages which use them."
471
- },
472
- {
473
- "author": "beachball",
474
- "package": "@rnx-kit/cli",
475
- "comment": "Bump @rnx-kit/config to v0.4.15",
476
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
477
- },
478
- {
479
- "author": "beachball",
480
- "package": "@rnx-kit/cli",
481
- "comment": "Bump @rnx-kit/console to v1.0.6",
482
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
483
- },
484
- {
485
- "author": "beachball",
486
- "package": "@rnx-kit/cli",
487
- "comment": "Bump @rnx-kit/dep-check to v1.8.14",
488
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
489
- },
490
- {
491
- "author": "beachball",
492
- "package": "@rnx-kit/cli",
493
- "comment": "Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.16",
494
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
495
- },
496
- {
497
- "author": "beachball",
498
- "package": "@rnx-kit/cli",
499
- "comment": "Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.10",
500
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
501
- },
502
- {
503
- "author": "beachball",
504
- "package": "@rnx-kit/cli",
505
- "comment": "Bump @rnx-kit/metro-serializer to v1.0.6",
506
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
507
- },
508
- {
509
- "author": "beachball",
510
- "package": "@rnx-kit/cli",
511
- "comment": "Bump @rnx-kit/metro-serializer-esbuild to v0.0.18",
512
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
513
- },
514
- {
515
- "author": "beachball",
516
- "package": "@rnx-kit/cli",
517
- "comment": "Bump @rnx-kit/metro-service to v1.1.8",
518
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
519
- },
520
- {
521
- "author": "beachball",
522
- "package": "@rnx-kit/cli",
523
- "comment": "Bump @rnx-kit/third-party-notices to v1.2.8",
524
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
525
- },
526
- {
527
- "author": "beachball",
528
- "package": "@rnx-kit/cli",
529
- "comment": "Bump @rnx-kit/tools-language to v1.2.1",
530
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
531
- },
532
- {
533
- "author": "beachball",
534
- "package": "@rnx-kit/cli",
535
- "comment": "Bump @rnx-kit/tools-node to v1.2.1",
536
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
537
- },
538
- {
539
- "author": "beachball",
540
- "package": "@rnx-kit/cli",
541
- "comment": "Bump @rnx-kit/tools-react-native to v1.0.5",
542
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
543
- },
544
- {
545
- "author": "beachball",
546
- "package": "@rnx-kit/cli",
547
- "comment": "Bump @rnx-kit/typescript-service to v1.3.10",
548
- "commit": "b4558421f2dd05b05e9460cb81332d702f1addcb"
549
- }
550
- ]
551
- }
552
- },
553
- {
554
- "date": "Sat, 30 Oct 2021 07:50:51 GMT",
555
- "tag": "@rnx-kit/cli_v0.9.40",
556
- "version": "0.9.40",
557
- "comments": {
558
- "patch": [
559
- {
560
- "author": "beachball",
561
- "package": "@rnx-kit/cli",
562
- "comment": "Bump @rnx-kit/config to v0.4.14",
563
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
564
- },
565
- {
566
- "author": "beachball",
567
- "package": "@rnx-kit/cli",
568
- "comment": "Bump @rnx-kit/dep-check to v1.8.13",
569
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
570
- },
571
- {
572
- "author": "beachball",
573
- "package": "@rnx-kit/cli",
574
- "comment": "Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.15",
575
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
576
- },
577
- {
578
- "author": "beachball",
579
- "package": "@rnx-kit/cli",
580
- "comment": "Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.9",
581
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
582
- },
583
- {
584
- "author": "beachball",
585
- "package": "@rnx-kit/cli",
586
- "comment": "Bump @rnx-kit/metro-service to v1.1.7",
587
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
588
- },
589
- {
590
- "author": "beachball",
591
- "package": "@rnx-kit/cli",
592
- "comment": "Bump @rnx-kit/third-party-notices to v1.2.7",
593
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
594
- },
595
- {
596
- "author": "beachball",
597
- "package": "@rnx-kit/cli",
598
- "comment": "Bump @rnx-kit/tools-language to v1.2.0",
599
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
600
- },
601
- {
602
- "author": "beachball",
603
- "package": "@rnx-kit/cli",
604
- "comment": "Bump @rnx-kit/tools-node to v1.2.0",
605
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
606
- },
607
- {
608
- "author": "beachball",
609
- "package": "@rnx-kit/cli",
610
- "comment": "Bump @rnx-kit/typescript-service to v1.3.9",
611
- "commit": "6133f8fe0298611e4c736e94b46f32752d139e76"
612
- }
613
- ]
614
- }
615
- },
616
- {
617
- "date": "Fri, 29 Oct 2021 14:13:32 GMT",
618
- "tag": "@rnx-kit/cli_v0.9.39",
619
- "version": "0.9.39",
620
- "comments": {
621
- "patch": [
622
- {
623
- "author": "beachball",
624
- "package": "@rnx-kit/cli",
625
- "comment": "Bump @rnx-kit/dep-check to v1.8.12",
626
- "commit": "1a724093ce98611f0d2d40b37de9c91119deb5f1"
627
- }
628
- ]
629
- }
630
- },
631
- {
632
- "date": "Fri, 29 Oct 2021 12:14:31 GMT",
633
- "tag": "@rnx-kit/cli_v0.9.38",
634
- "version": "0.9.38",
635
- "comments": {
636
- "patch": [
637
- {
638
- "author": "beachball",
639
- "package": "@rnx-kit/cli",
640
- "comment": "Bump @rnx-kit/config to v0.4.13",
641
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
642
- },
643
- {
644
- "author": "beachball",
645
- "package": "@rnx-kit/cli",
646
- "comment": "Bump @rnx-kit/console to v1.0.5",
647
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
648
- },
649
- {
650
- "author": "beachball",
651
- "package": "@rnx-kit/cli",
652
- "comment": "Bump @rnx-kit/dep-check to v1.8.11",
653
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
654
- },
655
- {
656
- "author": "beachball",
657
- "package": "@rnx-kit/cli",
658
- "comment": "Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.14",
659
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
660
- },
661
- {
662
- "author": "beachball",
663
- "package": "@rnx-kit/cli",
664
- "comment": "Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.8",
665
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
666
- },
667
- {
668
- "author": "beachball",
669
- "package": "@rnx-kit/cli",
670
- "comment": "Bump @rnx-kit/metro-serializer to v1.0.5",
671
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
672
- },
673
- {
674
- "author": "beachball",
675
- "package": "@rnx-kit/cli",
676
- "comment": "Bump @rnx-kit/metro-serializer-esbuild to v0.0.17",
677
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
678
- },
679
- {
680
- "author": "beachball",
681
- "package": "@rnx-kit/cli",
682
- "comment": "Bump @rnx-kit/metro-service to v1.1.6",
683
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
684
- },
685
- {
686
- "author": "beachball",
687
- "package": "@rnx-kit/cli",
688
- "comment": "Bump @rnx-kit/third-party-notices to v1.2.6",
689
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
690
- },
691
- {
692
- "author": "beachball",
693
- "package": "@rnx-kit/cli",
694
- "comment": "Bump @rnx-kit/tools-language to v1.1.4",
695
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
696
- },
697
- {
698
- "author": "beachball",
699
- "package": "@rnx-kit/cli",
700
- "comment": "Bump @rnx-kit/tools-node to v1.1.6",
701
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
702
- },
703
- {
704
- "author": "beachball",
705
- "package": "@rnx-kit/cli",
706
- "comment": "Bump @rnx-kit/tools-react-native to v1.0.4",
707
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
708
- },
709
- {
710
- "author": "beachball",
711
- "package": "@rnx-kit/cli",
712
- "comment": "Bump @rnx-kit/typescript-service to v1.3.8",
713
- "commit": "8b9c88041612fcd365898c087cf6da4344dd3ffa"
714
- }
715
- ]
716
- }
717
- },
718
- {
719
- "date": "Fri, 29 Oct 2021 10:31:10 GMT",
720
- "tag": "@rnx-kit/cli_v0.9.37",
721
- "version": "0.9.37",
722
- "comments": {
723
- "patch": [
724
- {
725
- "author": "beachball",
726
- "package": "@rnx-kit/cli",
727
- "comment": "Bump @rnx-kit/config to v0.4.12",
728
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
729
- },
730
- {
731
- "author": "beachball",
732
- "package": "@rnx-kit/cli",
733
- "comment": "Bump @rnx-kit/console to v1.0.4",
734
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
735
- },
736
- {
737
- "author": "beachball",
738
- "package": "@rnx-kit/cli",
739
- "comment": "Bump @rnx-kit/dep-check to v1.8.10",
740
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
741
- },
742
- {
743
- "author": "beachball",
744
- "package": "@rnx-kit/cli",
745
- "comment": "Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.13",
746
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
747
- },
748
- {
749
- "author": "beachball",
750
- "package": "@rnx-kit/cli",
751
- "comment": "Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.7",
752
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
753
- },
754
- {
755
- "author": "beachball",
756
- "package": "@rnx-kit/cli",
757
- "comment": "Bump @rnx-kit/metro-serializer to v1.0.4",
758
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
759
- },
760
- {
761
- "author": "beachball",
762
- "package": "@rnx-kit/cli",
763
- "comment": "Bump @rnx-kit/metro-serializer-esbuild to v0.0.16",
764
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
765
- },
766
- {
767
- "author": "beachball",
768
- "package": "@rnx-kit/cli",
769
- "comment": "Bump @rnx-kit/metro-service to v1.1.5",
770
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
771
- },
772
- {
773
- "author": "beachball",
774
- "package": "@rnx-kit/cli",
775
- "comment": "Bump @rnx-kit/third-party-notices to v1.2.5",
776
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
777
- },
778
- {
779
- "author": "beachball",
780
- "package": "@rnx-kit/cli",
781
- "comment": "Bump @rnx-kit/tools-language to v1.1.3",
782
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
783
- },
784
- {
785
- "author": "beachball",
786
- "package": "@rnx-kit/cli",
787
- "comment": "Bump @rnx-kit/tools-node to v1.1.5",
788
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
789
- },
790
- {
791
- "author": "beachball",
792
- "package": "@rnx-kit/cli",
793
- "comment": "Bump @rnx-kit/tools-react-native to v1.0.3",
794
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
795
- },
796
- {
797
- "author": "beachball",
798
- "package": "@rnx-kit/cli",
799
- "comment": "Bump @rnx-kit/typescript-service to v1.3.7",
800
- "commit": "0c7c668b4041ec34c1a86ed3d33879b7c222a584"
801
- }
802
- ]
803
- }
804
- },
805
- {
806
- "date": "Fri, 29 Oct 2021 08:51:30 GMT",
807
- "tag": "@rnx-kit/cli_v0.9.36",
808
- "version": "0.9.36",
809
- "comments": {
810
- "patch": [
811
- {
812
- "author": "beachball",
813
- "package": "@rnx-kit/cli",
814
- "comment": "Bump @rnx-kit/config to v0.4.11",
815
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
816
- },
817
- {
818
- "author": "beachball",
819
- "package": "@rnx-kit/cli",
820
- "comment": "Bump @rnx-kit/console to v1.0.3",
821
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
822
- },
823
- {
824
- "author": "beachball",
825
- "package": "@rnx-kit/cli",
826
- "comment": "Bump @rnx-kit/dep-check to v1.8.9",
827
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
828
- },
829
- {
830
- "author": "beachball",
831
- "package": "@rnx-kit/cli",
832
- "comment": "Bump @rnx-kit/metro-plugin-cyclic-dependencies-detector to v1.0.12",
833
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
834
- },
835
- {
836
- "author": "beachball",
837
- "package": "@rnx-kit/cli",
838
- "comment": "Bump @rnx-kit/metro-plugin-duplicates-checker to v1.2.6",
839
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
840
- },
841
- {
842
- "author": "beachball",
843
- "package": "@rnx-kit/cli",
844
- "comment": "Bump @rnx-kit/metro-serializer to v1.0.3",
845
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
846
- },
847
- {
848
- "author": "beachball",
849
- "package": "@rnx-kit/cli",
850
- "comment": "Bump @rnx-kit/metro-serializer-esbuild to v0.0.15",
851
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
852
- },
853
- {
854
- "author": "beachball",
855
- "package": "@rnx-kit/cli",
856
- "comment": "Bump @rnx-kit/metro-service to v1.1.4",
857
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
858
- },
859
- {
860
- "author": "beachball",
861
- "package": "@rnx-kit/cli",
862
- "comment": "Bump @rnx-kit/third-party-notices to v1.2.4",
863
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
864
- },
865
- {
866
- "author": "beachball",
867
- "package": "@rnx-kit/cli",
868
- "comment": "Bump @rnx-kit/tools-language to v1.1.2",
869
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
870
- },
871
- {
872
- "author": "beachball",
873
- "package": "@rnx-kit/cli",
874
- "comment": "Bump @rnx-kit/tools-node to v1.1.4",
875
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
876
- },
877
- {
878
- "author": "beachball",
879
- "package": "@rnx-kit/cli",
880
- "comment": "Bump @rnx-kit/tools-react-native to v1.0.2",
881
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
882
- },
883
- {
884
- "author": "beachball",
885
- "package": "@rnx-kit/cli",
886
- "comment": "Bump @rnx-kit/typescript-service to v1.3.6",
887
- "commit": "04ebb242c7c48691ff4ffb84a6c508def06e42f7"
888
- }
889
- ]
890
- }
891
- },
892
- {
893
- "date": "Tue, 26 Oct 2021 17:22:16 GMT",
894
- "tag": "@rnx-kit/cli_v0.9.35",
895
- "version": "0.9.35",
896
- "comments": {
897
- "patch": [
898
- {
899
- "author": "beachball",
900
- "package": "@rnx-kit/cli",
901
- "comment": "Bump @rnx-kit/dep-check to v1.8.8",
902
- "commit": "feff223563721779580bf96e6b1c71db4c3081c9"
903
- }
904
- ]
905
- }
906
- },
907
- {
908
- "date": "Thu, 14 Oct 2021 07:54:03 GMT",
909
- "tag": "@rnx-kit/cli_v0.9.34",
910
- "version": "0.9.34",
911
- "comments": {
912
- "patch": [
913
- {
914
- "author": "beachball",
915
- "package": "@rnx-kit/cli",
916
- "comment": "Bump @rnx-kit/dep-check to v1.8.7",
917
- "commit": "0e1c7f2ede6feeaa12df3b43b33516df7fb88f95"
918
- }
919
- ]
920
- }
921
- },
922
- {
923
- "date": "Wed, 29 Sep 2021 11:02:41 GMT",
924
- "tag": "@rnx-kit/cli_v0.9.33",
925
- "version": "0.9.33",
926
- "comments": {
927
- "patch": [
928
- {
929
- "author": "beachball",
930
- "package": "@rnx-kit/cli",
931
- "comment": "Bump @rnx-kit/config to v0.4.10",
932
- "commit": "9cc04af545d3c278daa05687277adbdabcff6eed"
933
- },
934
- {
935
- "author": "beachball",
936
- "package": "@rnx-kit/cli",
937
- "comment": "Bump @rnx-kit/dep-check to v1.8.6",
938
- "commit": "9cc04af545d3c278daa05687277adbdabcff6eed"
939
- }
940
- ]
941
- }
942
- },
943
- {
944
- "date": "Wed, 29 Sep 2021 09:09:11 GMT",
945
- "tag": "@rnx-kit/cli_v0.9.32",
946
- "version": "0.9.32",
947
- "comments": {
948
- "patch": [
949
- {
950
- "author": "beachball",
951
- "package": "@rnx-kit/cli",
952
- "comment": "Bump @rnx-kit/dep-check to v1.8.5",
953
- "commit": "67b92e575fa8a8ed4d631a1f953009fe5582f33d"
954
- }
955
- ]
956
- }
957
- },
958
- {
959
- "date": "Mon, 27 Sep 2021 12:28:41 GMT",
960
- "tag": "@rnx-kit/cli_v0.9.31",
961
- "version": "0.9.31",
962
- "comments": {
963
- "patch": [
964
- {
965
- "author": "beachball",
966
- "package": "@rnx-kit/cli",
967
- "comment": "Bump @rnx-kit/config to v0.4.9",
968
- "commit": "e0c30adaae8b368a6c5b2d66dc9e69fdab5b8c71"
969
- },
970
- {
971
- "author": "beachball",
972
- "package": "@rnx-kit/cli",
973
- "comment": "Bump @rnx-kit/dep-check to v1.8.4",
974
- "commit": "e0c30adaae8b368a6c5b2d66dc9e69fdab5b8c71"
975
- }
976
- ]
977
- }
978
- },
979
- {
980
- "date": "Mon, 27 Sep 2021 10:56:47 GMT",
981
- "tag": "@rnx-kit/cli_v0.9.30",
982
- "version": "0.9.30",
983
- "comments": {
984
- "patch": [
985
- {
986
- "author": "beachball",
987
- "package": "@rnx-kit/cli",
988
- "comment": "Bump @rnx-kit/config to v0.4.8",
989
- "commit": "d1640ad5e33316d66dbb969e8c8242b0c0ca9ffa"
990
- },
991
- {
992
- "author": "beachball",
993
- "package": "@rnx-kit/cli",
994
- "comment": "Bump @rnx-kit/dep-check to v1.8.3",
995
- "commit": "d1640ad5e33316d66dbb969e8c8242b0c0ca9ffa"
996
- }
997
- ]
998
- }
999
- },
1000
- {
1001
- "date": "Tue, 14 Sep 2021 15:28:16 GMT",
1002
- "tag": "@rnx-kit/cli_v0.9.29",
1003
- "version": "0.9.29",
1004
- "comments": {
1005
- "patch": [
1006
- {
1007
- "author": "4123478+tido64@users.noreply.github.com",
1008
- "package": "@rnx-kit/cli",
1009
- "commit": "9d8cbae61aa4942747d1c7c1e9bd007d764168de",
1010
- "comment": "Bump @rnx-kit/cli to v0.9.29"
1011
- }
1012
- ]
1013
- }
1014
- },
1015
- {
1016
- "date": "Mon, 13 Sep 2021 18:43:23 GMT",
1017
- "tag": "@rnx-kit/cli_v0.9.28",
1018
- "version": "0.9.28",
1019
- "comments": {
1020
- "patch": [
1021
- {
1022
- "author": "4123478+tido64@users.noreply.github.com",
1023
- "package": "@rnx-kit/cli",
1024
- "comment": "Fix plugins cannot be disabled when bundling/serving",
1025
- "commit": "879da8b132357b2b19d643ee4f508d11a69e81ef"
1026
- }
1027
- ]
1028
- }
1029
- },
1030
- {
1031
- "date": "Mon, 13 Sep 2021 17:38:26 GMT",
1032
- "tag": "@rnx-kit/cli_v0.9.27",
1033
- "version": "0.9.27",
1034
- "comments": {
1035
- "patch": [
1036
- {
1037
- "author": "4123478+tido64@users.noreply.github.com",
1038
- "package": "@rnx-kit/cli",
1039
- "commit": "b912e8f7cc3d3ee7a7b31768d10fc8077c9f622d",
1040
- "comment": "Bump @rnx-kit/cli to v0.9.27"
1041
- }
1042
- ]
1043
- }
1044
- },
1045
- {
1046
- "date": "Wed, 08 Sep 2021 07:04:15 GMT",
1047
- "tag": "@rnx-kit/cli_v0.9.26",
1048
- "version": "0.9.26",
1049
- "comments": {
1050
- "patch": [
1051
- {
1052
- "author": "4123478+tido64@users.noreply.github.com",
1053
- "package": "@rnx-kit/cli",
1054
- "commit": "a3f63fb86e5facc1f7251abc116e3d23aca37473",
1055
- "comment": "Bump @rnx-kit/cli to v0.9.26"
1056
- }
1057
- ]
1058
- }
1059
- },
1060
- {
1061
- "date": "Wed, 08 Sep 2021 06:42:50 GMT",
1062
- "tag": "@rnx-kit/cli_v0.9.25",
1063
- "version": "0.9.25",
1064
- "comments": {
1065
- "none": [
1066
- {
1067
- "author": "4123478+tido64@users.noreply.github.com",
1068
- "package": "@rnx-kit/cli",
1069
- "comment": "Use repo Jest preset",
1070
- "commit": "01595b237b2d2c44857385bed84f7bd752e434b3"
1071
- },
1072
- {
1073
- "author": "4123478+tido64@users.noreply.github.com",
1074
- "package": "@rnx-kit/cli",
1075
- "commit": "01595b237b2d2c44857385bed84f7bd752e434b3",
1076
- "comment": "Bump @rnx-kit/cli to v0.9.25"
1077
- }
1078
- ]
1079
- }
1080
- },
1081
- {
1082
- "date": "Mon, 06 Sep 2021 06:57:59 GMT",
1083
- "tag": "@rnx-kit/cli_v0.9.25",
1084
- "version": "0.9.25",
1085
- "comments": {
1086
- "patch": [
1087
- {
1088
- "author": "4123478+tido64@users.noreply.github.com",
1089
- "package": "@rnx-kit/cli",
1090
- "commit": "263c7c4d160895f857f6b76b147ad3c6a5e97343",
1091
- "comment": "Bump @rnx-kit/cli to v0.9.25"
1092
- }
1093
- ]
1094
- }
1095
- },
1096
- {
1097
- "date": "Fri, 03 Sep 2021 12:18:30 GMT",
1098
- "tag": "@rnx-kit/cli_v0.9.24",
1099
- "version": "0.9.24",
1100
- "comments": {
1101
- "patch": [
1102
- {
1103
- "author": "4123478+tido64@users.noreply.github.com",
1104
- "package": "@rnx-kit/cli",
1105
- "commit": "ced0ef438232d91f7fa527f51e23e6da9e7dbf2c",
1106
- "comment": "Bump @rnx-kit/cli to v0.9.24"
1107
- }
1108
- ]
1109
- }
1110
- },
1111
- {
1112
- "date": "Fri, 03 Sep 2021 09:49:28 GMT",
1113
- "tag": "@rnx-kit/cli_v0.9.23",
1114
- "version": "0.9.23",
1115
- "comments": {
1116
- "patch": [
1117
- {
1118
- "author": "4123478+tido64@users.noreply.github.com",
1119
- "package": "@rnx-kit/cli",
1120
- "commit": "73624d095f4e874d5ceee8d123c9b8fedfdf0452",
1121
- "comment": "Bump @rnx-kit/cli to v0.9.23"
1122
- }
1123
- ]
1124
- }
1125
- },
1126
- {
1127
- "date": "Tue, 31 Aug 2021 10:50:41 GMT",
1128
- "tag": "@rnx-kit/cli_v0.9.22",
1129
- "version": "0.9.22",
1130
- "comments": {
1131
- "patch": [
1132
- {
1133
- "author": "4123478+tido64@users.noreply.github.com",
1134
- "package": "@rnx-kit/cli",
1135
- "commit": "ff12b97c1107ad1eb6d253f74ff0f3daa7ec1b26",
1136
- "comment": "Bump @rnx-kit/cli to v0.9.22"
1137
- }
1138
- ]
1139
- }
1140
- },
1141
- {
1142
- "date": "Tue, 31 Aug 2021 07:00:17 GMT",
1143
- "tag": "@rnx-kit/cli_v0.9.21",
1144
- "version": "0.9.21",
1145
- "comments": {
1146
- "none": [
1147
- {
1148
- "author": "4123478+tido64@users.noreply.github.com",
1149
- "package": "@rnx-kit/cli",
1150
- "commit": "0eecc568dd8ff556cd3964772c614cbbf7eefb98",
1151
- "comment": "Bump @rnx-kit/cli to v0.9.21"
1152
- }
1153
- ]
1154
- }
1155
- },
1156
- {
1157
- "date": "Tue, 31 Aug 2021 06:43:13 GMT",
1158
- "tag": "@rnx-kit/cli_v0.9.21",
1159
- "version": "0.9.21",
1160
- "comments": {
1161
- "patch": [
1162
- {
1163
- "author": "4123478+tido64@users.noreply.github.com",
1164
- "package": "@rnx-kit/cli",
1165
- "commit": "25b936b3786f2a37dc6feacb4034e6afb56e343b",
1166
- "comment": "Bump @rnx-kit/cli to v0.9.21"
1167
- }
1168
- ]
1169
- }
1170
- },
1171
- {
1172
- "date": "Tue, 31 Aug 2021 06:21:44 GMT",
1173
- "tag": "@rnx-kit/cli_v0.9.20",
1174
- "version": "0.9.20",
1175
- "comments": {
1176
- "none": [
1177
- {
1178
- "author": "4123478+tido64@users.noreply.github.com",
1179
- "package": "@rnx-kit/cli",
1180
- "commit": "eed680eae677e25f2b0b70e832319260271cc0e6",
1181
- "comment": "Bump @rnx-kit/cli to v0.9.20"
1182
- }
1183
- ]
1184
- }
1185
- },
1186
- {
1187
- "date": "Fri, 27 Aug 2021 18:41:43 GMT",
1188
- "tag": "@rnx-kit/cli_v0.9.20",
1189
- "version": "0.9.20",
1190
- "comments": {
1191
- "patch": [
1192
- {
1193
- "author": "4123478+tido64@users.noreply.github.com",
1194
- "package": "@rnx-kit/cli",
1195
- "commit": "dcb826baf0cc3705b460776bdb31e19930f4f2dc",
1196
- "comment": "Bump @rnx-kit/cli to v0.9.20"
1197
- }
1198
- ]
1199
- }
1200
- },
1201
- {
1202
- "date": "Thu, 26 Aug 2021 17:24:29 GMT",
1203
- "tag": "@rnx-kit/cli_v0.9.19",
1204
- "version": "0.9.19",
1205
- "comments": {
1206
- "patch": [
1207
- {
1208
- "author": "dannyvv@microsoft.com",
1209
- "package": "@rnx-kit/cli",
1210
- "commit": "28439d4f5c7da369bfb8cea52afc5b72988c015c",
1211
- "comment": "Bump @rnx-kit/cli to v0.9.19"
1212
- }
1213
- ]
1214
- }
1215
- },
1216
- {
1217
- "date": "Wed, 25 Aug 2021 16:13:13 GMT",
1218
- "tag": "@rnx-kit/cli_v0.9.18",
1219
- "version": "0.9.18",
1220
- "comments": {
1221
- "none": [
1222
- {
1223
- "author": "afoxman@microsoft.com",
1224
- "package": "@rnx-kit/cli",
1225
- "comment": "Separate out the code which converts from a bundle config to Metro bundle args. Add tests for the conversion.",
1226
- "commit": "a66b07778871fffd7921acf14e697031432c424e"
1227
- }
1228
- ]
1229
- }
1230
- },
1231
- {
1232
- "date": "Wed, 25 Aug 2021 08:52:48 GMT",
1233
- "tag": "@rnx-kit/cli_v0.9.18",
1234
- "version": "0.9.18",
1235
- "comments": {
1236
- "none": [
1237
- {
1238
- "author": "afoxman@microsoft.com",
1239
- "package": "@rnx-kit/cli",
1240
- "comment": "Mechanical change -- move metro-specific bundling logic to its own file. No code changes.",
1241
- "commit": "0e657ab7ff261ebf6873ef7418cbb40d6418ca8e"
1242
- },
1243
- {
1244
- "author": "afoxman@microsoft.com",
1245
- "package": "@rnx-kit/cli",
1246
- "comment": "Use createDirectory tools function",
1247
- "commit": "0e657ab7ff261ebf6873ef7418cbb40d6418ca8e"
1248
- }
1249
- ],
1250
- "patch": [
1251
- {
1252
- "author": "afoxman@microsoft.com",
1253
- "package": "@rnx-kit/cli",
1254
- "commit": "0e657ab7ff261ebf6873ef7418cbb40d6418ca8e",
1255
- "comment": "Bump @rnx-kit/cli to v0.9.18"
1256
- }
1257
- ]
1258
- }
1259
- },
1260
- {
1261
- "date": "Wed, 25 Aug 2021 08:31:56 GMT",
1262
- "tag": "@rnx-kit/cli_v0.9.17",
1263
- "version": "0.9.17",
1264
- "comments": {
1265
- "patch": [
1266
- {
1267
- "author": "4123478+tido64@users.noreply.github.com",
1268
- "package": "@rnx-kit/cli",
1269
- "comment": "Make `@react-native-community/cli-server-api` optional. We want to prevent cli from installing an extra copy, and also not require the user to explicitly add it to their dependencies. Since we're running inside `@react-native-community/cli`, it is reasonable to assume that this package will be installed. And if it isn't, we need to update our code anyway.",
1270
- "commit": "09e3ee0807e9558a0c46b252b2662c524095c41c"
1271
- }
1272
- ]
1273
- }
1274
- },
1275
- {
1276
- "date": "Wed, 25 Aug 2021 07:32:57 GMT",
1277
- "tag": "@rnx-kit/cli_v0.9.16",
1278
- "version": "0.9.16",
1279
- "comments": {
1280
- "patch": [
1281
- {
1282
- "author": "afoxman@microsoft.com",
1283
- "package": "@rnx-kit/cli",
1284
- "comment": "Create a new type to encapsulate everything needed for bundling. Use this as the main type for driving metro bundle runs in the rnxBundle loop.",
1285
- "commit": "b8093ce5af4bcdad1b2d91b45da54ee640fab8ae"
1286
- },
1287
- {
1288
- "author": "afoxman@microsoft.com",
1289
- "package": "@rnx-kit/cli",
1290
- "commit": "b8093ce5af4bcdad1b2d91b45da54ee640fab8ae",
1291
- "comment": "Bump @rnx-kit/cli to v0.9.16"
1292
- }
1293
- ]
1294
- }
1295
- },
1296
- {
1297
- "date": "Wed, 25 Aug 2021 06:13:43 GMT",
1298
- "tag": "@rnx-kit/cli_v0.9.15",
1299
- "version": "0.9.15",
1300
- "comments": {
1301
- "none": [
1302
- {
1303
- "author": "4123478+tido64@users.noreply.github.com",
1304
- "package": "@rnx-kit/cli",
1305
- "comment": "Bump @react-native-community/cli to 6.0",
1306
- "commit": "0ef422105802569f5ce0688aea238926c9570fe9"
1307
- },
1308
- {
1309
- "author": "4123478+tido64@users.noreply.github.com",
1310
- "package": "@rnx-kit/cli",
1311
- "commit": "0ef422105802569f5ce0688aea238926c9570fe9",
1312
- "comment": "Bump @rnx-kit/cli to v0.9.15"
1313
- }
1314
- ]
1315
- }
1316
- },
1317
- {
1318
- "date": "Tue, 24 Aug 2021 09:20:39 GMT",
1319
- "tag": "@rnx-kit/cli_v0.9.15",
1320
- "version": "0.9.15",
1321
- "comments": {
1322
- "patch": [
1323
- {
1324
- "author": "afoxman@microsoft.com",
1325
- "package": "@rnx-kit/cli",
1326
- "comment": "Combine all kit config retrieval under getKitBundleConfigs. Move \"apply overrides\" out of the config loop. When applying overrides, do it across all kit bundle configs, not just one at a time.",
1327
- "commit": "47bed722fef16852bd119dc460e500f4e6a5521e"
1328
- }
1329
- ]
1330
- }
1331
- },
1332
- {
1333
- "date": "Tue, 24 Aug 2021 08:15:03 GMT",
1334
- "tag": "@rnx-kit/cli_v0.9.14",
1335
- "version": "0.9.14",
1336
- "comments": {
1337
- "patch": [
1338
- {
1339
- "author": "afoxman@microsoft.com",
1340
- "package": "@rnx-kit/cli",
1341
- "comment": "Create type KitBundleConfig which combines a platform and its bundle configuration. Update rnxBundle to build a set of these, and apply command-line overrides to each one. Add/update related tests.",
1342
- "commit": "b72c487ff1c4a6e5750a5c6156b4283e632683d4"
1343
- }
1344
- ]
1345
- }
1346
- },
1347
- {
1348
- "date": "Tue, 24 Aug 2021 08:09:36 GMT",
1349
- "tag": "@rnx-kit/cli_v0.9.13",
1350
- "version": "0.9.13",
1351
- "comments": {
1352
- "none": [
1353
- {
1354
- "author": "4123478+tido64@users.noreply.github.com",
1355
- "package": "@rnx-kit/cli",
1356
- "commit": "ccf242e997e1b399f3dc7253f36e5639a3e64036",
1357
- "comment": "Bump @rnx-kit/cli to v0.9.13"
1358
- }
1359
- ]
1360
- }
1361
- },
1362
- {
1363
- "date": "Mon, 23 Aug 2021 18:57:47 GMT",
1364
- "tag": "@rnx-kit/cli_v0.9.13",
1365
- "version": "0.9.13",
1366
- "comments": {
1367
- "patch": [
1368
- {
1369
- "author": "afoxman@microsoft.com",
1370
- "package": "@rnx-kit/cli",
1371
- "comment": "Fix type-checking on windows",
1372
- "commit": "113f0631a2342c55ee52046ec3c70b14b9962303"
1373
- }
1374
- ]
1375
- }
1376
- },
1377
- {
1378
- "date": "Mon, 23 Aug 2021 18:52:43 GMT",
1379
- "tag": "@rnx-kit/cli_v0.9.12",
1380
- "version": "0.9.12",
1381
- "comments": {
1382
- "none": [
1383
- {
1384
- "author": "4123478+tido64@users.noreply.github.com",
1385
- "package": "@rnx-kit/cli",
1386
- "commit": "36fc1c476c151223208d9f35c8a68a386807e3be",
1387
- "comment": "Bump @rnx-kit/cli to v0.9.12"
1388
- }
1389
- ]
1390
- }
1391
- },
1392
- {
1393
- "date": "Mon, 23 Aug 2021 18:18:31 GMT",
1394
- "tag": "@rnx-kit/cli_v0.9.12",
1395
- "version": "0.9.12",
1396
- "comments": {
1397
- "patch": [
1398
- {
1399
- "author": "afoxman@microsoft.com",
1400
- "package": "@rnx-kit/cli",
1401
- "comment": "Fix targeting bug in bundle command",
1402
- "commit": "0f3e59491a4c9f9389dacb32d4161031179da2ba"
1403
- }
1404
- ]
1405
- }
1406
- },
1407
- {
1408
- "date": "Mon, 23 Aug 2021 17:58:06 GMT",
1409
- "tag": "@rnx-kit/cli_v0.9.11",
1410
- "version": "0.9.11",
1411
- "comments": {
1412
- "none": [
1413
- {
1414
- "author": "afoxman@microsoft.com",
1415
- "package": "@rnx-kit/cli",
1416
- "comment": "Separate the retrieval of a platform bundle definition from applying overrides to it. Move override logic into its own source file. Move override tests to their own suite.",
1417
- "commit": "45341d8c509d074de7e45b9ea071a91babe12fae"
1418
- }
1419
- ]
1420
- }
1421
- },
1422
- {
1423
- "date": "Mon, 23 Aug 2021 17:40:48 GMT",
1424
- "tag": "@rnx-kit/cli_v0.9.11",
1425
- "version": "0.9.11",
1426
- "comments": {
1427
- "patch": [
1428
- {
1429
- "author": "afoxman@microsoft.com",
1430
- "package": "@rnx-kit/cli",
1431
- "comment": "Update serializer hook to do full TypeScript validation with platform override support as well as module-name substitution support",
1432
- "commit": "44540aa06df3f7ec554caf13bad7acd16a74a381"
1433
- },
1434
- {
1435
- "author": "afoxman@microsoft.com",
1436
- "package": "@rnx-kit/cli",
1437
- "commit": "44540aa06df3f7ec554caf13bad7acd16a74a381",
1438
- "comment": "Bump @rnx-kit/cli to v0.9.11"
1439
- }
1440
- ],
1441
- "none": [
1442
- {
1443
- "author": "afoxman@microsoft.com",
1444
- "package": "@rnx-kit/cli",
1445
- "comment": "Add tests for bundle/kit-config",
1446
- "commit": "44540aa06df3f7ec554caf13bad7acd16a74a381"
1447
- }
1448
- ]
1449
- }
1450
- },
1451
- {
1452
- "date": "Mon, 23 Aug 2021 17:18:07 GMT",
1453
- "tag": "@rnx-kit/cli_v0.9.10",
1454
- "version": "0.9.10",
1455
- "comments": {
1456
- "patch": [
1457
- {
1458
- "author": "sverre.johansen@gmail.com",
1459
- "package": "@rnx-kit/cli",
1460
- "commit": "7200426250deb288fb38a3d8da91bb74a0e71437",
1461
- "comment": "Bump @rnx-kit/cli to v0.9.10"
1462
- }
1463
- ]
1464
- }
1465
- },
1466
- {
1467
- "date": "Mon, 23 Aug 2021 09:13:20 GMT",
1468
- "tag": "@rnx-kit/cli_v0.9.9",
1469
- "version": "0.9.9",
1470
- "comments": {
1471
- "none": [
1472
- {
1473
- "author": "afoxman@microsoft.com",
1474
- "package": "@rnx-kit/cli",
1475
- "comment": "Mechanical change: move kit-config code into separate bundle and serve files. No code changes.",
1476
- "commit": "528f370fdcdd2db2523eaa9e0ade9ed6f100d775"
1477
- }
1478
- ]
1479
- }
1480
- },
1481
- {
1482
- "date": "Mon, 23 Aug 2021 08:49:21 GMT",
1483
- "tag": "@rnx-kit/cli_v0.9.9",
1484
- "version": "0.9.9",
1485
- "comments": {
1486
- "patch": [
1487
- {
1488
- "author": "4123478+tido64@users.noreply.github.com",
1489
- "package": "@rnx-kit/cli",
1490
- "comment": "`--experimental-tree-shake` shouldn't need extra config",
1491
- "commit": "32ae291705cd20962bf4f315972d74ea088b7455"
1492
- }
1493
- ]
1494
- }
1495
- },
1496
- {
1497
- "date": "Sat, 21 Aug 2021 08:22:48 GMT",
1498
- "tag": "@rnx-kit/cli_v0.9.8",
1499
- "version": "0.9.8",
1500
- "comments": {
1501
- "patch": [
1502
- {
1503
- "author": "afoxman@microsoft.com",
1504
- "package": "@rnx-kit/cli",
1505
- "comment": "Integrate tools package and other common libraries throughout monorepo, removing custom code.",
1506
- "commit": "f65f706c734841c4339ca1f825b9c9505cea8941"
1507
- },
1508
- {
1509
- "author": "afoxman@microsoft.com",
1510
- "package": "@rnx-kit/cli",
1511
- "commit": "f65f706c734841c4339ca1f825b9c9505cea8941",
1512
- "comment": "Bump @rnx-kit/cli to v0.9.8"
1513
- }
1514
- ]
1515
- }
1516
- },
1517
- {
1518
- "date": "Fri, 20 Aug 2021 09:36:58 GMT",
1519
- "tag": "@rnx-kit/cli_v0.9.7",
1520
- "version": "0.9.7",
1521
- "comments": {
1522
- "patch": [
1523
- {
1524
- "author": "4123478+tido64@users.noreply.github.com",
1525
- "package": "@rnx-kit/cli",
1526
- "comment": "Fix `--experimental-tree-shake` not being applied correctly",
1527
- "commit": "2deee7a9285f3899e99aca2135ecd123fc777de2"
1528
- },
1529
- {
1530
- "author": "4123478+tido64@users.noreply.github.com",
1531
- "package": "@rnx-kit/cli",
1532
- "commit": "2deee7a9285f3899e99aca2135ecd123fc777de2",
1533
- "comment": "Bump @rnx-kit/cli to v0.9.7"
1534
- }
1535
- ]
1536
- }
1537
- },
1538
- {
1539
- "date": "Thu, 19 Aug 2021 07:59:20 GMT",
1540
- "tag": "@rnx-kit/cli_v0.9.6",
1541
- "version": "0.9.6",
1542
- "comments": {
1543
- "patch": [
1544
- {
1545
- "author": "4123478+tido64@users.noreply.github.com",
1546
- "package": "@rnx-kit/cli",
1547
- "commit": "84c80d34cad6f8452954f3fcbb7d0ad5457055d5",
1548
- "comment": "Bump @rnx-kit/cli to v0.9.6"
1549
- }
1550
- ]
1551
- }
1552
- },
1553
- {
1554
- "date": "Wed, 18 Aug 2021 14:54:20 GMT",
1555
- "tag": "@rnx-kit/cli_v0.9.5",
1556
- "version": "0.9.5",
1557
- "comments": {
1558
- "patch": [
1559
- {
1560
- "author": "4123478+tido64@users.noreply.github.com",
1561
- "package": "@rnx-kit/cli",
1562
- "comment": "Allow apps to depend on a newer version of React Native than their dependencies declare support for via the `--loose` flag.",
1563
- "commit": "f6651e5391d69c5c77d495a447a546c0f9abba1e"
1564
- },
1565
- {
1566
- "author": "4123478+tido64@users.noreply.github.com",
1567
- "package": "@rnx-kit/cli",
1568
- "commit": "f6651e5391d69c5c77d495a447a546c0f9abba1e",
1569
- "comment": "Bump @rnx-kit/cli to v0.9.5"
1570
- }
1571
- ]
1572
- }
1573
- },
1574
- {
1575
- "date": "Tue, 17 Aug 2021 20:18:02 GMT",
1576
- "tag": "@rnx-kit/cli_v0.9.4",
1577
- "version": "0.9.4",
1578
- "comments": {
1579
- "patch": [
1580
- {
1581
- "author": "4123478+tido64@users.noreply.github.com",
1582
- "package": "@rnx-kit/cli",
1583
- "comment": "Fix `rnx-test` failing under Jest 27",
1584
- "commit": "13dcd0c6da90c76db9ee188658b9f9aa5cb034d6"
1585
- }
1586
- ]
1587
- }
1588
- },
1589
- {
1590
- "date": "Tue, 17 Aug 2021 09:36:56 GMT",
1591
- "tag": "@rnx-kit/cli_v0.9.3",
1592
- "version": "0.9.3",
1593
- "comments": {
1594
- "patch": [
1595
- {
1596
- "author": "4123478+tido64@users.noreply.github.com",
1597
- "package": "@rnx-kit/cli",
1598
- "comment": "Fix arguments not being properly forwarded to dep-check",
1599
- "commit": "150ed8e6ffca098c9bb72f5cd9e466a6d3ee393b"
1600
- },
1601
- {
1602
- "author": "4123478+tido64@users.noreply.github.com",
1603
- "package": "@rnx-kit/cli",
1604
- "commit": "150ed8e6ffca098c9bb72f5cd9e466a6d3ee393b",
1605
- "comment": "Bump @rnx-kit/cli to v0.9.3"
1606
- }
1607
- ]
1608
- }
1609
- },
1610
- {
1611
- "date": "Mon, 16 Aug 2021 14:17:13 GMT",
1612
- "tag": "@rnx-kit/cli_v0.9.2",
1613
- "version": "0.9.2",
1614
- "comments": {
1615
- "patch": [
1616
- {
1617
- "author": "4123478+tido64@users.noreply.github.com",
1618
- "package": "@rnx-kit/cli",
1619
- "comment": "Bump @rnx-kit/console to 1.0.2",
1620
- "commit": "59fb7d424f11437a534812df67804544baddeacc"
1621
- }
1622
- ]
1623
- }
1624
- },
1625
- {
1626
- "date": "Fri, 13 Aug 2021 13:30:40 GMT",
1627
- "tag": "@rnx-kit/cli_v0.9.1",
1628
- "version": "0.9.1",
1629
- "comments": {
1630
- "patch": [
1631
- {
1632
- "author": "4123478+tido64@users.noreply.github.com",
1633
- "package": "@rnx-kit/cli",
1634
- "commit": "74979015c3e51ca33e9c66a411e4457a9e1edd49",
1635
- "comment": "Bump @rnx-kit/cli to v0.9.1"
1636
- }
1637
- ]
1638
- }
1639
- },
1640
- {
1641
- "date": "Fri, 06 Aug 2021 22:07:45 GMT",
1642
- "tag": "@rnx-kit/cli_v0.9.0",
1643
- "version": "0.9.0",
1644
- "comments": {
1645
- "minor": [
1646
- {
1647
- "author": "afoxman@microsoft.com",
1648
- "package": "@rnx-kit/cli",
1649
- "comment": "Add `rnx-start` command to CLI. Update docs",
1650
- "commit": "f8f9598f2be6df361dd6adb06921a05a46a1230b"
1651
- },
1652
- {
1653
- "author": "afoxman@microsoft.com",
1654
- "package": "@rnx-kit/cli",
1655
- "commit": "f8f9598f2be6df361dd6adb06921a05a46a1230b",
1656
- "comment": "Bump @rnx-kit/cli to v0.9.0"
1657
- }
1658
- ]
1659
- }
1660
- },
1661
- {
1662
- "date": "Fri, 06 Aug 2021 18:23:09 GMT",
1663
- "tag": "@rnx-kit/cli_v0.8.0",
1664
- "version": "0.8.0",
1665
- "comments": {
1666
- "minor": [
1667
- {
1668
- "author": "afoxman@microsoft.com",
1669
- "package": "@rnx-kit/cli",
1670
- "comment": "Refactor bundle command, moving kit and metro config logic to separate files. Add failure when no target platform is given. Remove command-line props which have no effect. Remove Metro config validation as it isn't workable with all the props we override. Update Metro hook function to track one TS project per platform. Fix Metro hook function: incorrectly using modified to delete file from TS project. Change @rnx-kit dependencies to semver ranges.",
1671
- "commit": "d4cc9733fff683948473f181fe649a30c8747103"
1672
- }
1673
- ]
1674
- }
1675
- },
1676
- {
1677
- "date": "Fri, 06 Aug 2021 18:05:53 GMT",
1678
- "tag": "@rnx-kit/cli_v0.7.1",
1679
- "version": "0.7.1",
1680
- "comments": {
1681
- "patch": [
1682
- {
1683
- "author": "afoxman@microsoft.com",
1684
- "package": "@rnx-kit/cli",
1685
- "commit": "e0c49e3c2e2acb7327f81f42d3023667b3887b93",
1686
- "comment": "Bump @rnx-kit/cli to v0.7.1"
1687
- }
1688
- ]
1689
- }
1690
- },
1691
- {
1692
- "date": "Fri, 06 Aug 2021 17:50:49 GMT",
1693
- "tag": "@rnx-kit/cli_v0.7.0",
1694
- "version": "0.7.0",
1695
- "comments": {
1696
- "minor": [
1697
- {
1698
- "author": "afoxman@microsoft.com",
1699
- "package": "@rnx-kit/cli",
1700
- "comment": "Remove props which have no effect from bundle command.",
1701
- "commit": "97ec3dcb6845ec8b7e766d1916ed61728b80ef86"
1702
- },
1703
- {
1704
- "author": "afoxman@microsoft.com",
1705
- "package": "@rnx-kit/cli",
1706
- "commit": "97ec3dcb6845ec8b7e766d1916ed61728b80ef86",
1707
- "comment": "Bump @rnx-kit/cli to v0.7.0"
1708
- }
1709
- ]
1710
- }
1711
- },
1712
- {
1713
- "date": "Wed, 04 Aug 2021 10:08:23 GMT",
1714
- "tag": "@rnx-kit/cli_v0.6.8",
1715
- "version": "0.6.8",
1716
- "comments": {
1717
- "patch": [
1718
- {
1719
- "author": "4123478+tido64@users.noreply.github.com",
1720
- "package": "@rnx-kit/cli",
1721
- "commit": "1d13d5df2ec61bb3426521199cde4e588cb849b1",
1722
- "comment": "Bump @rnx-kit/cli to v0.6.8"
1723
- }
1724
- ]
1725
- }
1726
- },
1727
- {
1728
- "date": "Mon, 02 Aug 2021 11:18:46 GMT",
1729
- "tag": "@rnx-kit/cli_v0.6.7",
1730
- "version": "0.6.7",
1731
- "comments": {
1732
- "patch": [
1733
- {
1734
- "author": "4123478+tido64@users.noreply.github.com",
1735
- "package": "@rnx-kit/cli",
1736
- "comment": "jest-cli allows passing argv directly to run()",
1737
- "commit": "49774eaf30ab5f7e87f1464cc14d1d58c83fb037"
1738
- },
1739
- {
1740
- "author": "4123478+tido64@users.noreply.github.com",
1741
- "package": "@rnx-kit/cli",
1742
- "commit": "49774eaf30ab5f7e87f1464cc14d1d58c83fb037",
1743
- "comment": "Bump @rnx-kit/cli to v0.6.7"
1744
- }
1745
- ]
1746
- }
1747
- },
1748
- {
1749
- "date": "Fri, 30 Jul 2021 18:00:51 GMT",
1750
- "tag": "@rnx-kit/cli_v0.6.6",
1751
- "version": "0.6.6",
1752
- "comments": {
1753
- "patch": [
1754
- {
1755
- "author": "4123478+tido64@users.noreply.github.com",
1756
- "package": "@rnx-kit/cli",
1757
- "comment": "Add JSON output format to `rnx-write-third-party-notices`",
1758
- "commit": "dd66becefd2a7e26e96d06c607a127700ecda9bc"
1759
- },
1760
- {
1761
- "author": "4123478+tido64@users.noreply.github.com",
1762
- "package": "@rnx-kit/cli",
1763
- "commit": "dd66becefd2a7e26e96d06c607a127700ecda9bc",
1764
- "comment": "Bump @rnx-kit/cli to v0.6.6"
1765
- }
1766
- ]
1767
- }
1768
- },
1769
- {
1770
- "date": "Thu, 29 Jul 2021 19:42:04 GMT",
1771
- "tag": "@rnx-kit/cli_v0.6.5",
1772
- "version": "0.6.5",
1773
- "comments": {
1774
- "patch": [
1775
- {
1776
- "author": "4123478+tido64@users.noreply.github.com",
1777
- "package": "@rnx-kit/cli",
1778
- "comment": "Add `rnx-test` command for running Jest with React Native platform awareness",
1779
- "commit": "bf6cf5092d383a447d0075fcf4f2584bbb347236"
1780
- },
1781
- {
1782
- "author": "4123478+tido64@users.noreply.github.com",
1783
- "package": "@rnx-kit/cli",
1784
- "commit": "bf6cf5092d383a447d0075fcf4f2584bbb347236",
1785
- "comment": "Bump @rnx-kit/cli to v0.6.5"
1786
- }
1787
- ]
1788
- }
1789
- },
1790
- {
1791
- "date": "Mon, 26 Jul 2021 15:59:59 GMT",
1792
- "tag": "@rnx-kit/cli_v0.6.4",
1793
- "version": "0.6.4",
1794
- "comments": {
1795
- "patch": [
1796
- {
1797
- "author": "4123478+tido64@users.noreply.github.com",
1798
- "package": "@rnx-kit/cli",
1799
- "commit": "b02743b55c37ac6b32b11a747e01c2d43013f954",
1800
- "comment": "Bump @rnx-kit/cli to v0.6.4"
1801
- }
1802
- ]
1803
- }
1804
- },
1805
- {
1806
- "date": "Thu, 22 Jul 2021 16:59:25 GMT",
1807
- "tag": "@rnx-kit/cli_v0.6.3",
1808
- "version": "0.6.3",
1809
- "comments": {
1810
- "patch": [
1811
- {
1812
- "comment": "Bump @rnx-kit/cli to v0.6.3",
1813
- "author": "4123478+tido64@users.noreply.github.com",
1814
- "commit": "722506bfdb7966d022c7804574812aa8543fc2de",
1815
- "package": "@rnx-kit/cli"
1816
- }
1817
- ]
1818
- }
1819
- },
1820
- {
1821
- "date": "Tue, 20 Jul 2021 09:45:40 GMT",
1822
- "tag": "@rnx-kit/cli_v0.6.2",
1823
- "version": "0.6.2",
1824
- "comments": {
1825
- "none": [
1826
- {
1827
- "comment": "Bump @rnx-kit/cli to v0.6.2",
1828
- "author": "4123478+tido64@users.noreply.github.com",
1829
- "commit": "c5a30021862aad0f991cb985496bcc1a07120d11",
1830
- "package": "@rnx-kit/cli"
1831
- }
1832
- ]
1833
- }
1834
- },
1835
- {
1836
- "date": "Fri, 16 Jul 2021 21:45:40 GMT",
1837
- "tag": "@rnx-kit/cli_v0.6.2",
1838
- "version": "0.6.2",
1839
- "comments": {
1840
- "patch": [
1841
- {
1842
- "comment": "Bump @rnx-kit/cli to v0.6.2",
1843
- "author": "4123478+tido64@users.noreply.github.com",
1844
- "commit": "eb831d4e7e3b540e6e380a678dd0238304ce7e38",
1845
- "package": "@rnx-kit/cli"
1846
- }
1847
- ]
1848
- }
1849
- },
1850
- {
1851
- "date": "Tue, 13 Jul 2021 17:31:45 GMT",
1852
- "tag": "@rnx-kit/cli_v0.6.1",
1853
- "version": "0.6.1",
1854
- "comments": {
1855
- "patch": [
1856
- {
1857
- "comment": "Bump @rnx-kit/cli to v0.6.1",
1858
- "author": "afoxman@microsoft.com",
1859
- "commit": "0f0c380b62f4ee8d40070048be13e99f707296d2",
1860
- "package": "@rnx-kit/cli"
1861
- }
1862
- ]
1863
- }
1864
- },
1865
- {
1866
- "date": "Tue, 13 Jul 2021 17:03:23 GMT",
1867
- "tag": "@rnx-kit/cli_v0.6.0",
1868
- "version": "0.6.0",
1869
- "comments": {
1870
- "minor": [
1871
- {
1872
- "comment": "Bump @rnx-kit/cli to v0.6.0",
1873
- "author": "afoxman@microsoft.com",
1874
- "commit": "a95b353ad91c18ed040cff23079edcc489645ca1",
1875
- "package": "@rnx-kit/cli"
1876
- }
1877
- ]
1878
- }
1879
- },
1880
- {
1881
- "date": "Tue, 13 Jul 2021 13:40:11 GMT",
1882
- "tag": "@rnx-kit/cli_v0.5.36",
1883
- "version": "0.5.36",
1884
- "comments": {
1885
- "patch": [
1886
- {
1887
- "comment": "Bump @rnx-kit/cli to v0.5.36",
1888
- "author": "lsciandra@microsoft.com",
1889
- "commit": "c9e8b65095d29973099c6ef2910dfc02160880de",
1890
- "package": "@rnx-kit/cli"
1891
- }
1892
- ]
1893
- }
1894
- },
1895
- {
1896
- "date": "Mon, 12 Jul 2021 21:55:53 GMT",
1897
- "tag": "@rnx-kit/cli_v0.5.35",
1898
- "version": "0.5.35",
1899
- "comments": {
1900
- "patch": [
1901
- {
1902
- "comment": "Bump @rnx-kit/cli to v0.5.35",
1903
- "author": "4123478+tido64@users.noreply.github.com",
1904
- "commit": "0de555701c26b643e8c80457f105933e405b7e34",
1905
- "package": "@rnx-kit/cli"
1906
- }
1907
- ]
1908
- }
1909
- },
1910
- {
1911
- "date": "Mon, 12 Jul 2021 17:30:15 GMT",
1912
- "tag": "@rnx-kit/cli_v0.5.34",
1913
- "version": "0.5.34",
1914
- "comments": {
1915
- "patch": [
1916
- {
1917
- "comment": "Bump @rnx-kit/cli to v0.5.34",
1918
- "author": "4123478+tido64@users.noreply.github.com",
1919
- "commit": "b7e5477028dc4e33cc78dbe23b5a8c3279105e80",
1920
- "package": "@rnx-kit/cli"
1921
- }
1922
- ]
1923
- }
1924
- },
1925
- {
1926
- "date": "Mon, 12 Jul 2021 09:53:10 GMT",
1927
- "tag": "@rnx-kit/cli_v0.5.33",
1928
- "version": "0.5.33",
1929
- "comments": {
1930
- "none": [
1931
- {
1932
- "comment": "Bump @rnx-kit/cli to v0.5.33",
1933
- "author": "4123478+tido64@users.noreply.github.com",
1934
- "commit": "d5c36bb21e3482c24ff8b029cb60802d04e6bb64",
1935
- "package": "@rnx-kit/cli"
1936
- }
1937
- ]
1938
- }
1939
- },
1940
- {
1941
- "date": "Mon, 12 Jul 2021 08:34:12 GMT",
1942
- "tag": "@rnx-kit/cli_v0.5.33",
1943
- "version": "0.5.33",
1944
- "comments": {
1945
- "patch": [
1946
- {
1947
- "comment": "Bump @rnx-kit/cli to v0.5.33",
1948
- "author": "4123478+tido64@users.noreply.github.com",
1949
- "commit": "10e9415e4120495665d6f3448d89948eacc100b8",
1950
- "package": "@rnx-kit/cli"
1951
- }
1952
- ]
1953
- }
1954
- },
1955
- {
1956
- "date": "Mon, 12 Jul 2021 07:51:46 GMT",
1957
- "tag": "@rnx-kit/cli_v0.5.32",
1958
- "version": "0.5.32",
1959
- "comments": {
1960
- "patch": [
1961
- {
1962
- "comment": "Bump @rnx-kit/cli to v0.5.32",
1963
- "author": "afoxman@microsoft.com",
1964
- "commit": "021cfdb3fe726b76a377b2a6cccbe16a6999bf7a",
1965
- "package": "@rnx-kit/cli"
1966
- }
1967
- ]
1968
- }
1969
- },
1970
- {
1971
- "date": "Sat, 10 Jul 2021 07:28:45 GMT",
1972
- "tag": "@rnx-kit/cli_v0.5.31",
1973
- "version": "0.5.31",
1974
- "comments": {
1975
- "none": [
1976
- {
1977
- "comment": "Bump @rnx-kit/cli to v0.5.31",
1978
- "author": "4123478+tido64@users.noreply.github.com",
1979
- "commit": "eaedb2cae443a479e131cfd71fab5c1039daca9d",
1980
- "package": "@rnx-kit/cli"
1981
- }
1982
- ]
1983
- }
1984
- },
1985
- {
1986
- "date": "Sat, 10 Jul 2021 07:28:25 GMT",
1987
- "tag": "@rnx-kit/cli_v0.5.31",
1988
- "version": "0.5.31",
1989
- "comments": {
1990
- "none": [
1991
- {
1992
- "comment": "Bump @rnx-kit/cli to v0.5.31",
1993
- "author": "4123478+tido64@users.noreply.github.com",
1994
- "commit": "12196abcec79794493615829c3783d35f5bfc364",
1995
- "package": "@rnx-kit/cli"
1996
- }
1997
- ]
1998
- }
1999
- },
2000
- {
2001
- "date": "Fri, 09 Jul 2021 12:23:47 GMT",
2002
- "tag": "@rnx-kit/cli_v0.5.31",
2003
- "version": "0.5.31",
2004
- "comments": {
2005
- "none": [
2006
- {
2007
- "comment": "Bump @rnx-kit/cli to v0.5.31",
2008
- "author": "4123478+tido64@users.noreply.github.com",
2009
- "commit": "2dc9fe456410eed10abbfa464ae7aa7e5cef7aef",
2010
- "package": "@rnx-kit/cli"
2011
- }
2012
- ]
2013
- }
2014
- },
2015
- {
2016
- "date": "Fri, 09 Jul 2021 12:23:07 GMT",
2017
- "tag": "@rnx-kit/cli_v0.5.31",
2018
- "version": "0.5.31",
2019
- "comments": {
2020
- "none": [
2021
- {
2022
- "comment": "Bump @rnx-kit/cli to v0.5.31",
2023
- "author": "4123478+tido64@users.noreply.github.com",
2024
- "commit": "f3ff6e5f5c20cf9e8c81ca25a4fae3f483925c59",
2025
- "package": "@rnx-kit/cli"
2026
- }
2027
- ]
2028
- }
2029
- },
2030
- {
2031
- "date": "Fri, 09 Jul 2021 12:21:45 GMT",
2032
- "tag": "@rnx-kit/cli_v0.5.31",
2033
- "version": "0.5.31",
2034
- "comments": {
2035
- "none": [
2036
- {
2037
- "comment": "Bump @rnx-kit/cli to v0.5.31",
2038
- "author": "4123478+tido64@users.noreply.github.com",
2039
- "commit": "ea2c03568d7e64c763b9883072a7a75d5a445953",
2040
- "package": "@rnx-kit/cli"
2041
- }
2042
- ]
2043
- }
2044
- },
2045
- {
2046
- "date": "Fri, 09 Jul 2021 12:17:59 GMT",
2047
- "tag": "@rnx-kit/cli_v0.5.31",
2048
- "version": "0.5.31",
2049
- "comments": {
2050
- "patch": [
2051
- {
2052
- "comment": "Bump @rnx-kit/cli to v0.5.31",
2053
- "author": "4123478+tido64@users.noreply.github.com",
2054
- "commit": "10beb208470cb3d1c8de4c12a829da41dbf8983a",
2055
- "package": "@rnx-kit/cli"
2056
- }
2057
- ]
2058
- }
2059
- },
2060
- {
2061
- "date": "Thu, 08 Jul 2021 09:26:30 GMT",
2062
- "tag": "@rnx-kit/cli_v0.5.30",
2063
- "version": "0.5.30",
2064
- "comments": {
2065
- "none": [
2066
- {
2067
- "comment": "Bump @rnx-kit/cli to v0.5.30",
2068
- "author": "afoxman@microsoft.com",
2069
- "commit": "dc1565a9c099dfb9fb336aec69ad41ecf05e0a8e",
2070
- "package": "@rnx-kit/cli"
2071
- }
2072
- ]
2073
- }
2074
- },
2075
- {
2076
- "date": "Mon, 05 Jul 2021 15:15:06 GMT",
2077
- "tag": "@rnx-kit/cli_v0.5.30",
2078
- "version": "0.5.30",
2079
- "comments": {
2080
- "none": [
2081
- {
2082
- "comment": "Bump @rnx-kit/cli to v0.5.30",
2083
- "author": "4123478+tido64@users.noreply.github.com",
2084
- "commit": "53faa95399eaad7a8df9c758335380029d0d2041",
2085
- "package": "@rnx-kit/cli"
2086
- }
2087
- ]
2088
- }
2089
- },
2090
- {
2091
- "date": "Thu, 01 Jul 2021 13:59:39 GMT",
2092
- "tag": "@rnx-kit/cli_v0.5.30",
2093
- "version": "0.5.30",
2094
- "comments": {
2095
- "patch": [
2096
- {
2097
- "comment": "Bump @rnx-kit/cli to v0.5.30",
2098
- "author": "4123478+tido64@users.noreply.github.com",
2099
- "commit": "e06636db33664f9d57d598b445c4e6b437ee86ee",
2100
- "package": "@rnx-kit/cli"
2101
- }
2102
- ]
2103
- }
2104
- },
2105
- {
2106
- "date": "Tue, 29 Jun 2021 06:01:48 GMT",
2107
- "tag": "@rnx-kit/cli_v0.5.29",
2108
- "version": "0.5.29",
2109
- "comments": {
2110
- "patch": [
2111
- {
2112
- "comment": "Bump @rnx-kit/cli to v0.5.29",
2113
- "author": "afoxman@microsoft.com",
2114
- "commit": "0608b0120730c5cf0a78dd8bed80c18083851011",
2115
- "package": "@rnx-kit/cli"
2116
- }
2117
- ]
2118
- }
2119
- },
2120
- {
2121
- "date": "Mon, 28 Jun 2021 14:19:44 GMT",
2122
- "tag": "@rnx-kit/cli_v0.5.28",
2123
- "version": "0.5.28",
2124
- "comments": {
2125
- "patch": [
2126
- {
2127
- "comment": "Bump @rnx-kit/cli to v0.5.28",
2128
- "author": "4123478+tido64@users.noreply.github.com",
2129
- "commit": "4794d9d1b5f8b9d1174dc0799291ff2e0a19b792",
2130
- "package": "@rnx-kit/cli"
2131
- }
2132
- ]
2133
- }
2134
- },
2135
- {
2136
- "date": "Fri, 25 Jun 2021 16:53:16 GMT",
2137
- "tag": "@rnx-kit/cli_v0.5.27",
2138
- "version": "0.5.27",
2139
- "comments": {
2140
- "patch": [
2141
- {
2142
- "comment": "Bump @rnx-kit/cli to v0.5.27",
2143
- "author": "4123478+tido64@users.noreply.github.com",
2144
- "commit": "1822fcdb44bce87b2f07551f9e31c2f099084b5e",
2145
- "package": "@rnx-kit/cli"
2146
- }
2147
- ]
2148
- }
2149
- },
2150
- {
2151
- "date": "Wed, 23 Jun 2021 17:54:11 GMT",
2152
- "tag": "@rnx-kit/cli_v0.5.26",
2153
- "version": "0.5.26",
2154
- "comments": {
2155
- "patch": [
2156
- {
2157
- "comment": "Bump @rnx-kit/cli to v0.5.26",
2158
- "author": "4123478+tido64@users.noreply.github.com",
2159
- "commit": "48a9a57e0163eb1edef65240d1f0eb95f78f0850",
2160
- "package": "@rnx-kit/cli"
2161
- }
2162
- ]
2163
- }
2164
- },
2165
- {
2166
- "date": "Wed, 23 Jun 2021 17:39:16 GMT",
2167
- "tag": "@rnx-kit/cli_v0.5.25",
2168
- "version": "0.5.25",
2169
- "comments": {
2170
- "none": [
2171
- {
2172
- "comment": "Bump @rnx-kit/cli to v0.5.25",
2173
- "author": "4123478+tido64@users.noreply.github.com",
2174
- "commit": "41bc87cda7c7c74084abf9f3f8039b0b670ab6ba",
2175
- "package": "@rnx-kit/cli"
2176
- }
2177
- ]
2178
- }
2179
- },
2180
- {
2181
- "date": "Wed, 23 Jun 2021 17:38:46 GMT",
2182
- "tag": "@rnx-kit/cli_v0.5.25",
2183
- "version": "0.5.25",
2184
- "comments": {
2185
- "none": [
2186
- {
2187
- "comment": "Bump @rnx-kit/cli to v0.5.25",
2188
- "author": "4123478+tido64@users.noreply.github.com",
2189
- "commit": "c630c871d6747cb6631070f6f8ccba8d8933b353",
2190
- "package": "@rnx-kit/cli"
2191
- }
2192
- ]
2193
- }
2194
- },
2195
- {
2196
- "date": "Wed, 23 Jun 2021 09:28:25 GMT",
2197
- "tag": "@rnx-kit/cli_v0.5.25",
2198
- "version": "0.5.25",
2199
- "comments": {
2200
- "none": [
2201
- {
2202
- "comment": "Bump @rnx-kit/cli to v0.5.25",
2203
- "author": "4123478+tido64@users.noreply.github.com",
2204
- "commit": "4701f7a40c050f8d376fbcfc84ce6e50f5fcf501",
2205
- "package": "@rnx-kit/cli"
2206
- }
2207
- ]
2208
- }
2209
- },
2210
- {
2211
- "date": "Wed, 23 Jun 2021 07:30:22 GMT",
2212
- "tag": "@rnx-kit/cli_v0.5.25",
2213
- "version": "0.5.25",
2214
- "comments": {
2215
- "none": [
2216
- {
2217
- "comment": "Bump @rnx-kit/cli to v0.5.25",
2218
- "author": "afoxman@microsoft.com",
2219
- "commit": "167081c3c6c2ef84c461b420a9875184358a8ded",
2220
- "package": "@rnx-kit/cli"
2221
- }
2222
- ]
2223
- }
2224
- },
2225
- {
2226
- "date": "Wed, 23 Jun 2021 06:06:43 GMT",
2227
- "tag": "@rnx-kit/cli_v0.5.25",
2228
- "version": "0.5.25",
2229
- "comments": {
2230
- "none": [
2231
- {
2232
- "comment": "Bump @rnx-kit/cli to v0.5.25",
2233
- "author": "4123478+tido64@users.noreply.github.com",
2234
- "commit": "45de83b3208bc137ae6eeb7451bcfde5a0b3779a",
2235
- "package": "@rnx-kit/cli"
2236
- }
2237
- ]
2238
- }
2239
- },
2240
- {
2241
- "date": "Tue, 22 Jun 2021 15:04:23 GMT",
2242
- "tag": "@rnx-kit/cli_v0.5.25",
2243
- "version": "0.5.25",
2244
- "comments": {
2245
- "patch": [
2246
- {
2247
- "comment": "Bump @rnx-kit/cli to v0.5.25",
2248
- "author": "4123478+tido64@users.noreply.github.com",
2249
- "commit": "fe36a9a52319cfac244fbbeb8c47a210af067366",
2250
- "package": "@rnx-kit/cli"
2251
- }
2252
- ]
2253
- }
2254
- },
2255
- {
2256
- "date": "Mon, 21 Jun 2021 17:32:05 GMT",
2257
- "tag": "@rnx-kit/cli_v0.5.24",
2258
- "version": "0.5.24",
2259
- "comments": {
2260
- "patch": [
2261
- {
2262
- "comment": "Bump @rnx-kit/cli to v0.5.24",
2263
- "author": "4123478+tido64@users.noreply.github.com",
2264
- "commit": "d2c832f866d64e595f8cceae5139bbbd033098b5",
2265
- "package": "@rnx-kit/cli"
2266
- }
2267
- ]
2268
- }
2269
- },
2270
- {
2271
- "date": "Mon, 21 Jun 2021 11:43:28 GMT",
2272
- "tag": "@rnx-kit/cli_v0.5.23",
2273
- "version": "0.5.23",
2274
- "comments": {
2275
- "patch": [
2276
- {
2277
- "comment": "Bump @rnx-kit/cli to v0.5.23",
2278
- "author": "4123478+tido64@users.noreply.github.com",
2279
- "commit": "97e5ae4b804010fe2457075ff5c1969391097b61",
2280
- "package": "@rnx-kit/cli"
2281
- }
2282
- ]
2283
- }
2284
- },
2285
- {
2286
- "date": "Thu, 17 Jun 2021 06:05:20 GMT",
2287
- "tag": "@rnx-kit/cli_v0.5.22",
2288
- "version": "0.5.22",
2289
- "comments": {
2290
- "patch": [
2291
- {
2292
- "comment": "Bump @rnx-kit/cli to v0.5.22",
2293
- "author": "4123478+tido64@users.noreply.github.com",
2294
- "commit": "1e9d77d5f6f95f3c9819f81081850beea5cecbf3",
2295
- "package": "@rnx-kit/cli"
2296
- }
2297
- ]
2298
- }
2299
- },
2300
- {
2301
- "date": "Sat, 05 Jun 2021 08:39:15 GMT",
2302
- "tag": "@rnx-kit/cli_v0.5.21",
2303
- "version": "0.5.21",
2304
- "comments": {
2305
- "patch": [
2306
- {
2307
- "comment": "Bump @rnx-kit/cli to v0.5.21",
2308
- "author": "dannyvv@microsoft.com",
2309
- "commit": "471ae7a5aac29188257996d1b09bea31e12475f0",
2310
- "package": "@rnx-kit/cli"
2311
- }
2312
- ]
2313
- }
2314
- },
2315
- {
2316
- "date": "Fri, 04 Jun 2021 12:36:37 GMT",
2317
- "tag": "@rnx-kit/cli_v0.5.20",
2318
- "version": "0.5.20",
2319
- "comments": {
2320
- "patch": [
2321
- {
2322
- "comment": "Bump @rnx-kit/config to v0.2.9",
2323
- "author": "4123478+tido64@users.noreply.github.com",
2324
- "commit": "434c350f84c22f492f3e5f5065ba2bc2d31b2678",
2325
- "package": "@rnx-kit/cli"
2326
- }
2327
- ]
2328
- }
2329
- },
2330
- {
2331
- "date": "Fri, 04 Jun 2021 09:02:33 GMT",
2332
- "tag": "@rnx-kit/cli_v0.5.19",
2333
- "version": "0.5.19",
2334
- "comments": {
2335
- "patch": [
2336
- {
2337
- "comment": "dep-check: Added --exclude-packages to vigilant mode",
2338
- "author": "4123478+tido64@users.noreply.github.com",
2339
- "commit": "fe5932b980aa4df8d081fe601c5bb553f54a3907",
2340
- "package": "@rnx-kit/cli"
2341
- }
2342
- ]
2343
- }
2344
- },
2345
- {
2346
- "date": "Thu, 03 Jun 2021 10:15:50 GMT",
2347
- "tag": "@rnx-kit/cli_v0.5.18",
2348
- "version": "0.5.18",
2349
- "comments": {
2350
- "none": [
2351
- {
2352
- "comment": "Formatted all the things",
2353
- "author": "4123478+tido64@users.noreply.github.com",
2354
- "commit": "693d313e7ab36dcc0f28ec81b889bbd4aa4a89fd",
2355
- "package": "@rnx-kit/cli"
2356
- }
2357
- ]
2358
- }
2359
- },
2360
- {
2361
- "date": "Wed, 02 Jun 2021 17:08:58 GMT",
2362
- "tag": "@rnx-kit/cli_v0.5.18",
2363
- "version": "0.5.18",
2364
- "comments": {
2365
- "patch": [
2366
- {
2367
- "comment": "Forward --init, --vigilant, --custom-profiles flags dep-check",
2368
- "author": "4123478+tido64@users.noreply.github.com",
2369
- "commit": "26f466ce336fda0e8651582ce0c07873d0b7084e",
2370
- "package": "@rnx-kit/cli"
2371
- }
2372
- ]
2373
- }
2374
- },
2375
- {
2376
- "date": "Mon, 31 May 2021 06:57:45 GMT",
2377
- "tag": "@rnx-kit/cli_v0.5.17",
2378
- "version": "0.5.17",
2379
- "comments": {
2380
- "none": [
2381
- {
2382
- "comment": "Bump @rnx-kit/dep-check to v1.4.2",
2383
- "author": "4123478+tido64@users.noreply.github.com",
2384
- "commit": "7dfb8067e76b561b035a1b81d3cb8ef41b0978e0",
2385
- "package": "@rnx-kit/cli"
2386
- }
2387
- ]
2388
- }
2389
- },
2390
- {
2391
- "date": "Thu, 27 May 2021 06:09:59 GMT",
2392
- "tag": "@rnx-kit/cli_v0.5.17",
2393
- "version": "0.5.17",
2394
- "comments": {
2395
- "patch": [
2396
- {
2397
- "comment": "Bump @rnx-kit/dep-check to v1.4.2",
2398
- "author": "4123478+tido64@users.noreply.github.com",
2399
- "commit": "5d0bb1baee85221f9bccf25e436a996738103de1",
2400
- "package": "@rnx-kit/cli"
2401
- }
2402
- ]
2403
- }
2404
- },
2405
- {
2406
- "date": "Wed, 26 May 2021 13:22:22 GMT",
2407
- "tag": "@rnx-kit/cli_v0.5.16",
2408
- "version": "0.5.16",
2409
- "comments": {
2410
- "patch": [
2411
- {
2412
- "comment": "Bump @rnx-kit/config to v0.2.8",
2413
- "author": "4123478+tido64@users.noreply.github.com",
2414
- "commit": "dd572c96f42e6c477fbfc178afd9892935b213c3",
2415
- "package": "@rnx-kit/cli"
2416
- }
2417
- ]
2418
- }
2419
- },
2420
- {
2421
- "date": "Wed, 26 May 2021 06:53:03 GMT",
2422
- "tag": "@rnx-kit/cli_v0.5.15",
2423
- "version": "0.5.15",
2424
- "comments": {
2425
- "patch": [
2426
- {
2427
- "comment": "Bump @rnx-kit/config to v0.2.7",
2428
- "author": "4123478+tido64@users.noreply.github.com",
2429
- "commit": "d816342c652bfe239c8914e7048c9b6d20372589",
2430
- "package": "@rnx-kit/cli"
2431
- }
2432
- ]
2433
- }
2434
- },
2435
- {
2436
- "date": "Thu, 20 May 2021 16:06:43 GMT",
2437
- "tag": "@rnx-kit/cli_v0.5.14",
2438
- "version": "0.5.14",
2439
- "comments": {
2440
- "patch": [
2441
- {
2442
- "comment": "Bump @rnx-kit/dep-check to v1.3.0",
2443
- "author": "4123478+tido64@users.noreply.github.com",
2444
- "commit": "8e1f94f63652f88208e19c5d67f0f513cf449332",
2445
- "package": "@rnx-kit/cli"
2446
- }
2447
- ]
2448
- }
2449
- },
2450
- {
2451
- "date": "Thu, 20 May 2021 15:24:25 GMT",
2452
- "tag": "@rnx-kit/cli_v0.5.13",
2453
- "version": "0.5.13",
2454
- "comments": {
2455
- "patch": [
2456
- {
2457
- "comment": "Bump @rnx-kit/dep-check to v1.2.2",
2458
- "author": "4123478+tido64@users.noreply.github.com",
2459
- "commit": "84c927a1863af77c32c02cdedd29e2a30c2169ae",
2460
- "package": "@rnx-kit/cli"
2461
- }
2462
- ]
2463
- }
2464
- },
2465
- {
2466
- "date": "Wed, 19 May 2021 20:37:27 GMT",
2467
- "tag": "@rnx-kit/cli_v0.5.12",
2468
- "version": "0.5.12",
2469
- "comments": {
2470
- "none": [
2471
- {
2472
- "comment": "Bump @rnx-kit/dep-check to v1.2.1",
2473
- "author": "4123478+tido64@users.noreply.github.com",
2474
- "commit": "64d928a0fa70b9ccdc2f1ddaf69207a5a45eb1ad",
2475
- "package": "@rnx-kit/cli"
2476
- }
2477
- ]
2478
- }
2479
- },
2480
- {
2481
- "date": "Wed, 19 May 2021 16:00:47 GMT",
2482
- "tag": "@rnx-kit/cli_v0.5.12",
2483
- "version": "0.5.12",
2484
- "comments": {
2485
- "none": [
2486
- {
2487
- "comment": "Bump @rnx-kit/config to v0.2.6",
2488
- "author": "4123478+tido64@users.noreply.github.com",
2489
- "commit": "25050e7be5bd223a57940b02054ac288a6a8e0c2",
2490
- "package": "@rnx-kit/cli"
2491
- }
2492
- ]
2493
- }
2494
- },
2495
- {
2496
- "date": "Wed, 19 May 2021 15:58:50 GMT",
2497
- "tag": "@rnx-kit/cli_v0.5.12",
2498
- "version": "0.5.12",
2499
- "comments": {
2500
- "none": [
2501
- {
2502
- "comment": "Bump @rnx-kit/config to v0.2.6",
2503
- "author": "4123478+tido64@users.noreply.github.com",
2504
- "commit": "25050e7be5bd223a57940b02054ac288a6a8e0c2",
2505
- "package": "@rnx-kit/cli"
2506
- }
2507
- ]
2508
- }
2509
- },
2510
- {
2511
- "date": "Tue, 18 May 2021 18:41:27 GMT",
2512
- "tag": "@rnx-kit/cli_v0.5.12",
2513
- "version": "0.5.12",
2514
- "comments": {
2515
- "patch": [
2516
- {
2517
- "comment": "Removed unused react-native dependency",
2518
- "author": "4123478+tido64@users.noreply.github.com",
2519
- "commit": "2f84e615438734d609d22cf4dee96bd7296a79cb",
2520
- "package": "@rnx-kit/cli"
2521
- }
2522
- ]
2523
- }
2524
- },
2525
- {
2526
- "date": "Tue, 18 May 2021 09:25:17 GMT",
2527
- "tag": "@rnx-kit/cli_v0.5.11",
2528
- "version": "0.5.11",
2529
- "comments": {
2530
- "patch": [
2531
- {
2532
- "comment": "Bump @rnx-kit/dep-check to v1.2.1",
2533
- "author": "4123478+tido64@users.noreply.github.com",
2534
- "commit": "986c9db076ab35e2f53f3b710ce0708cbb1899c3",
2535
- "package": "@rnx-kit/cli"
2536
- }
2537
- ]
2538
- }
2539
- },
2540
- {
2541
- "date": "Sat, 15 May 2021 09:02:22 GMT",
2542
- "tag": "@rnx-kit/cli_v0.5.10",
2543
- "version": "0.5.10",
2544
- "comments": {
2545
- "patch": [
2546
- {
2547
- "comment": "dep-check: Added command for initializing a configuration",
2548
- "author": "4123478+tido64@users.noreply.github.com",
2549
- "commit": "30eb2a9df003d7f71b61f78829d7f6dd83e6c2ea",
2550
- "package": "@rnx-kit/cli"
2551
- }
2552
- ]
2553
- }
2554
- },
2555
- {
2556
- "date": "Sat, 15 May 2021 08:55:08 GMT",
2557
- "tag": "@rnx-kit/cli_v0.5.9",
2558
- "version": "0.5.9",
2559
- "comments": {
2560
- "patch": [
2561
- {
2562
- "comment": "Bump @rnx-kit/dep-check to v1.1.10",
2563
- "author": "4123478+tido64@users.noreply.github.com",
2564
- "commit": "124a204b9dca475c66775de809ae436eb969a193",
2565
- "package": "@rnx-kit/cli"
2566
- }
2567
- ]
2568
- }
2569
- },
2570
- {
2571
- "date": "Sat, 15 May 2021 08:49:14 GMT",
2572
- "tag": "@rnx-kit/cli_v0.5.8",
2573
- "version": "0.5.8",
2574
- "comments": {
2575
- "patch": [
2576
- {
2577
- "comment": "Bump @rnx-kit/dep-check to v1.1.9",
2578
- "author": "4123478+tido64@users.noreply.github.com",
2579
- "commit": "d70e257508d6cb7207d5132e5cfb1323a569ca38",
2580
- "package": "@rnx-kit/cli"
2581
- }
2582
- ]
2583
- }
2584
- },
2585
- {
2586
- "date": "Wed, 12 May 2021 11:52:17 GMT",
2587
- "tag": "@rnx-kit/cli_v0.5.7",
2588
- "version": "0.5.7",
2589
- "comments": {
2590
- "patch": [
2591
- {
2592
- "comment": "Bump @rnx-kit/dep-check to v1.1.8",
2593
- "author": "4123478+tido64@users.noreply.github.com",
2594
- "commit": "0dec2500df992c740b32e5b624d513b56312792f",
2595
- "package": "@rnx-kit/cli"
2596
- }
2597
- ]
2598
- }
2599
- },
2600
- {
2601
- "date": "Wed, 12 May 2021 05:38:51 GMT",
2602
- "tag": "@rnx-kit/cli_v0.5.6",
2603
- "version": "0.5.6",
2604
- "comments": {
2605
- "none": [
2606
- {
2607
- "comment": "Bump @rnx-kit/dep-check to v1.1.7",
2608
- "author": "4123478+tido64@users.noreply.github.com",
2609
- "commit": "4ebfac02941377da104bfed7eb114064acf25f7c",
2610
- "package": "@rnx-kit/cli"
2611
- }
2612
- ]
2613
- }
2614
- },
2615
- {
2616
- "date": "Tue, 11 May 2021 17:21:45 GMT",
2617
- "tag": "@rnx-kit/cli_v0.5.6",
2618
- "version": "0.5.6",
2619
- "comments": {
2620
- "patch": [
2621
- {
2622
- "comment": "Fix a bug in handling the optional source map parameter.",
2623
- "author": "afoxman@microsoft.com",
2624
- "commit": "60cd10f49912d84c537121df8fe6a2ef340de6df",
2625
- "package": "@rnx-kit/cli"
2626
- }
2627
- ]
2628
- }
2629
- },
2630
- {
2631
- "date": "Tue, 11 May 2021 15:41:12 GMT",
2632
- "tag": "@rnx-kit/cli_v0.5.5",
2633
- "version": "0.5.5",
2634
- "comments": {
2635
- "patch": [
2636
- {
2637
- "comment": "Bump @rnx-kit/dep-check to v1.1.7",
2638
- "author": "4123478+tido64@users.noreply.github.com",
2639
- "commit": "62d55105865a37216acc27e4399be2562c1deac6",
2640
- "package": "@rnx-kit/cli"
2641
- }
2642
- ]
2643
- }
2644
- },
2645
- {
2646
- "date": "Tue, 11 May 2021 15:36:06 GMT",
2647
- "tag": "@rnx-kit/cli_v0.5.4",
2648
- "version": "0.5.4",
2649
- "comments": {
2650
- "none": [
2651
- {
2652
- "comment": "Bump @rnx-kit/dep-check to v1.1.6",
2653
- "author": "4123478+tido64@users.noreply.github.com",
2654
- "commit": "4a2fe040dc45b66c552e6f947eb8c0024a658406",
2655
- "package": "@rnx-kit/cli"
2656
- }
2657
- ]
2658
- }
2659
- },
2660
- {
2661
- "date": "Tue, 11 May 2021 15:28:18 GMT",
2662
- "tag": "@rnx-kit/cli_v0.5.4",
2663
- "version": "0.5.4",
2664
- "comments": {
2665
- "patch": [
2666
- {
2667
- "comment": "Bump @rnx-kit/dep-check to v1.1.6",
2668
- "author": "4123478+tido64@users.noreply.github.com",
2669
- "commit": "f2d09f279b1d5f4eac5c81e2d4e9e260ae4bfa78",
2670
- "package": "@rnx-kit/cli"
2671
- }
2672
- ]
2673
- }
2674
- },
2675
- {
2676
- "date": "Mon, 10 May 2021 21:58:48 GMT",
2677
- "tag": "@rnx-kit/cli_v0.5.3",
2678
- "version": "0.5.3",
2679
- "comments": {
2680
- "patch": [
2681
- {
2682
- "comment": "Bump @rnx-kit/dep-check to v1.1.5",
2683
- "author": "4123478+tido64@users.noreply.github.com",
2684
- "commit": "e085c163b72a693e3c588927319457705f3a54f6",
2685
- "package": "@rnx-kit/cli"
2686
- }
2687
- ]
2688
- }
2689
- },
2690
- {
2691
- "date": "Mon, 10 May 2021 14:10:30 GMT",
2692
- "tag": "@rnx-kit/cli_v0.5.2",
2693
- "version": "0.5.2",
2694
- "comments": {
2695
- "patch": [
2696
- {
2697
- "comment": "Bump @rnx-kit/dep-check to v1.1.4",
2698
- "author": "4123478+tido64@users.noreply.github.com",
2699
- "commit": "2a699c896062bb627e62f3628f8773594e96661e",
2700
- "package": "@rnx-kit/cli"
2701
- }
2702
- ]
2703
- }
2704
- },
2705
- {
2706
- "date": "Sat, 08 May 2021 20:35:26 GMT",
2707
- "tag": "@rnx-kit/cli_v0.5.1",
2708
- "version": "0.5.1",
2709
- "comments": {
2710
- "patch": [
2711
- {
2712
- "comment": "Bump @rnx-kit/dep-check to v1.1.3",
2713
- "author": "4123478+tido64@users.noreply.github.com",
2714
- "commit": "5847a1e9383f0465e686ed15598a78831283aa7f",
2715
- "package": "@rnx-kit/cli"
2716
- }
2717
- ]
2718
- }
2719
- },
2720
- {
2721
- "date": "Thu, 06 May 2021 20:42:52 GMT",
2722
- "tag": "@rnx-kit/cli_v0.5.0",
2723
- "version": "0.5.0",
2724
- "comments": {
2725
- "none": [
2726
- {
2727
- "comment": "Bump @rnx-kit/third-party-notices to v1.0.0",
2728
- "author": "4123478+tido64@users.noreply.github.com",
2729
- "commit": "e9dd245ca19853c5bc024405e70360291d29c23e",
2730
- "package": "@rnx-kit/cli"
2731
- }
2732
- ]
2733
- }
2734
- },
2735
- {
2736
- "date": "Thu, 06 May 2021 20:37:55 GMT",
2737
- "tag": "@rnx-kit/cli_v0.5.0",
2738
- "version": "0.5.0",
2739
- "comments": {
2740
- "none": [
2741
- {
2742
- "comment": "Split tsconfig options out into a shared file that can be included in all projects without specifying any source files.",
2743
- "author": "afoxman@microsoft.com",
2744
- "commit": "c34ccb3ca74893ea0741603b46aa96a238d59831",
2745
- "package": "@rnx-kit/cli"
2746
- }
2747
- ]
2748
- }
2749
- },
2750
- {
2751
- "date": "Thu, 06 May 2021 16:54:17 GMT",
2752
- "tag": "@rnx-kit/cli_v0.5.0",
2753
- "version": "0.5.0",
2754
- "comments": {
2755
- "minor": [
2756
- {
2757
- "comment": "Port third-party-notice extraction logic to rnx-kit.",
2758
- "author": "dannyvv@microsoft.com",
2759
- "commit": "8c2571c17819157b37b1e59e337d9f5d43d9424b",
2760
- "package": "@rnx-kit/cli"
2761
- },
2762
- {
2763
- "comment": "Port third-party-notice extraction logic to rnx-kit",
2764
- "author": "dannyvv@microsoft.com",
2765
- "commit": "8c2571c17819157b37b1e59e337d9f5d43d9424b",
2766
- "package": "@rnx-kit/cli"
2767
- }
2768
- ],
2769
- "patch": [
2770
- {
2771
- "comment": "Bump @rnx-kit/third-party-notices to v1.0.0",
2772
- "author": "dannyvv@microsoft.com",
2773
- "commit": "8c2571c17819157b37b1e59e337d9f5d43d9424b",
2774
- "package": "@rnx-kit/cli"
2775
- }
2776
- ]
2777
- }
2778
- },
2779
- {
2780
- "date": "Wed, 05 May 2021 21:00:14 GMT",
2781
- "tag": "@rnx-kit/cli_v0.4.4",
2782
- "version": "0.4.4",
2783
- "comments": {
2784
- "patch": [
2785
- {
2786
- "comment": "Bump @rnx-kit/dep-check to v1.1.2",
2787
- "author": "4123478+tido64@users.noreply.github.com",
2788
- "commit": "c20ff4cdd6e961c0a697fba52b61bf4d5f9aa1c6",
2789
- "package": "@rnx-kit/cli"
2790
- }
2791
- ]
2792
- }
2793
- },
2794
- {
2795
- "date": "Wed, 05 May 2021 20:55:03 GMT",
2796
- "tag": "@rnx-kit/cli_v0.4.3",
2797
- "version": "0.4.3",
2798
- "comments": {
2799
- "patch": [
2800
- {
2801
- "comment": "Bump @rnx-kit/dep-check to v1.1.1",
2802
- "author": "4123478+tido64@users.noreply.github.com",
2803
- "commit": "029fced0d8da2f9745e687bfce42ef072bcb7bf4",
2804
- "package": "@rnx-kit/cli"
2805
- }
2806
- ]
2807
- }
2808
- },
2809
- {
2810
- "date": "Wed, 05 May 2021 19:51:01 GMT",
2811
- "tag": "@rnx-kit/cli_v0.4.2",
2812
- "version": "0.4.2",
2813
- "comments": {
2814
- "patch": [
2815
- {
2816
- "comment": "Bump @rnx-kit/config to v0.2.6",
2817
- "author": "4123478+tido64@users.noreply.github.com",
2818
- "commit": "ae2e1aec823003e81003269160ba7dce04eb1714",
2819
- "package": "@rnx-kit/cli"
2820
- }
2821
- ]
2822
- }
2823
- },
2824
- {
2825
- "date": "Wed, 05 May 2021 07:05:52 GMT",
2826
- "tag": "@rnx-kit/cli_v0.4.1",
2827
- "version": "0.4.1",
2828
- "comments": {
2829
- "none": [
2830
- {
2831
- "comment": "Bump @rnx-kit/dep-check to v1.0.3",
2832
- "author": "4123478+tido64@users.noreply.github.com",
2833
- "commit": "c8ab12de29e878b96cb44fdff06aaf2e0ea868d7",
2834
- "package": "@rnx-kit/cli"
2835
- }
2836
- ]
2837
- }
2838
- },
2839
- {
2840
- "date": "Thu, 29 Apr 2021 13:47:02 GMT",
2841
- "tag": "@rnx-kit/cli_v0.4.1",
2842
- "version": "0.4.1",
2843
- "comments": {
2844
- "patch": [
2845
- {
2846
- "comment": "Bump @rnx-kit/dep-check to v1.0.3",
2847
- "author": "4123478+tido64@users.noreply.github.com",
2848
- "commit": "15c1e30a91a17422f6a45e1f34048540660fc7d9",
2849
- "package": "@rnx-kit/cli"
2850
- }
2851
- ]
2852
- }
2853
- },
2854
- {
2855
- "date": "Wed, 28 Apr 2021 17:08:34 GMT",
2856
- "tag": "@rnx-kit/cli_v0.4.0",
2857
- "version": "0.4.0",
2858
- "comments": {
2859
- "minor": [
2860
- {
2861
- "comment": "Added `rnx-dep-check` command",
2862
- "author": "4123478+tido64@users.noreply.github.com",
2863
- "commit": "39c57b8e5de28442b69a449d57a3f7834f52275b",
2864
- "package": "@rnx-kit/cli"
2865
- }
2866
- ]
2867
- }
2868
- },
2869
- {
2870
- "date": "Wed, 28 Apr 2021 15:54:06 GMT",
2871
- "tag": "@rnx-kit/cli_v0.3.3",
2872
- "version": "0.3.3",
2873
- "comments": {
2874
- "patch": [
2875
- {
2876
- "comment": "Bump @rnx-kit/config to v0.2.5",
2877
- "author": "4123478+tido64@users.noreply.github.com",
2878
- "commit": "c79828791a6ac5cf19b4abfff6347542af49eaec",
2879
- "package": "@rnx-kit/cli"
2880
- }
2881
- ]
2882
- }
2883
- },
2884
- {
2885
- "date": "Tue, 27 Apr 2021 19:43:40 GMT",
2886
- "tag": "@rnx-kit/cli_v0.3.2",
2887
- "version": "0.3.2",
2888
- "comments": {
2889
- "patch": [
2890
- {
2891
- "comment": "Bump @rnx-kit/config to v0.2.4",
2892
- "author": "4123478+tido64@users.noreply.github.com",
2893
- "commit": "87ec0aec3a1c1f0801f3d9f3da2b949bb0fd6d5e",
2894
- "package": "@rnx-kit/cli"
2895
- }
2896
- ]
2897
- }
2898
- },
2899
- {
2900
- "date": "Tue, 27 Apr 2021 09:54:28 GMT",
2901
- "tag": "@rnx-kit/cli_v0.3.1",
2902
- "version": "0.3.1",
2903
- "comments": {
2904
- "patch": [
2905
- {
2906
- "comment": "Bump @rnx-kit/config to v0.2.3",
2907
- "author": "4123478+tido64@users.noreply.github.com",
2908
- "commit": "936b4eb3a361e820ef4f830be55182aae1e36dbe",
2909
- "package": "@rnx-kit/cli"
2910
- }
2911
- ]
2912
- }
2913
- },
2914
- {
2915
- "date": "Fri, 16 Apr 2021 23:29:39 GMT",
2916
- "tag": "@rnx-kit/cli_v0.3.0",
2917
- "version": "0.3.0",
2918
- "comments": {
2919
- "minor": [
2920
- {
2921
- "comment": "Removed `rnx-start`",
2922
- "author": "4123478+tido64@users.noreply.github.com",
2923
- "commit": "0358ff602565656ebf5f49a3f753974455158bbf",
2924
- "package": "@rnx-kit/cli"
2925
- }
2926
- ]
2927
- }
2928
- },
2929
- {
2930
- "date": "Fri, 09 Apr 2021 21:41:43 GMT",
2931
- "tag": "@rnx-kit/cli_v0.2.2",
2932
- "version": "0.2.2",
2933
- "comments": {
2934
- "patch": [
2935
- {
2936
- "comment": "Remove default values that are no longer needed",
2937
- "author": "4123478+tido64@users.noreply.github.com",
2938
- "commit": "c884313fa958e14113ee659ee01924589fd90f90",
2939
- "package": "@rnx-kit/cli"
2940
- }
2941
- ]
2942
- }
2943
- },
2944
- {
2945
- "date": "Fri, 09 Apr 2021 08:27:05 GMT",
2946
- "tag": "@rnx-kit/cli_v0.2.1",
2947
- "version": "0.2.1",
2948
- "comments": {
2949
- "none": [
2950
- {
2951
- "comment": "Fixed typings to avoid type casting",
2952
- "author": "4123478+tido64@users.noreply.github.com",
2953
- "commit": "9983bb1a9bbee0ff45ca6fd7ca28c0fc57580e84",
2954
- "package": "@rnx-kit/cli"
2955
- }
2956
- ],
2957
- "patch": [
2958
- {
2959
- "comment": "Exit with code if an error was encountered",
2960
- "author": "4123478+tido64@users.noreply.github.com",
2961
- "commit": "ff2b50c6e16b588316b44fc8efa3295befaf2ebc",
2962
- "package": "@rnx-kit/cli"
2963
- }
2964
- ]
2965
- }
2966
- },
2967
- {
2968
- "date": "Thu, 11 Mar 2021 22:58:41 GMT",
2969
- "tag": "@rnx-kit/cli_v0.2.0",
2970
- "version": "0.2.0",
2971
- "comments": {
2972
- "minor": [
2973
- {
2974
- "comment": "Add pass-through params to rnx-bundle, giving the caller control over all aspects of metro bundling.",
2975
- "author": "afoxman@microsoft.com",
2976
- "commit": "cc013a092960b50c0c90a8ab5ad6e52e02b5d13d",
2977
- "package": "@rnx-kit/cli"
2978
- }
2979
- ],
2980
- "patch": [
2981
- {
2982
- "comment": "Bump @rnx-kit/config to v0.2.1",
2983
- "author": "afoxman@microsoft.com",
2984
- "commit": "cc013a092960b50c0c90a8ab5ad6e52e02b5d13d",
2985
- "package": "@rnx-kit/cli"
2986
- }
2987
- ]
2988
- }
2989
- },
2990
- {
2991
- "date": "Wed, 10 Mar 2021 18:05:17 GMT",
2992
- "tag": "@rnx-kit/cli_v0.1.0",
2993
- "version": "0.1.0",
2994
- "comments": {
2995
- "minor": [
2996
- {
2997
- "comment": "Change CLI args from camelCase to kebab-case. Add win32 as a platform.",
2998
- "author": "afoxman@microsoft.com",
2999
- "commit": "5e44f7b0db29b8ab20004b1d64d1cb09dc8bbd90",
3000
- "package": "@rnx-kit/cli"
3001
- }
3002
- ],
3003
- "patch": [
3004
- {
3005
- "comment": "Bump @rnx-kit/config to v0.2.0",
3006
- "author": "afoxman@microsoft.com",
3007
- "commit": "5e44f7b0db29b8ab20004b1d64d1cb09dc8bbd90",
3008
- "package": "@rnx-kit/cli"
3009
- }
3010
- ]
3011
- }
3012
- },
3013
- {
3014
- "date": "Tue, 09 Mar 2021 20:34:23 GMT",
3015
- "tag": "@rnx-kit/cli_v0.0.5",
3016
- "version": "0.0.5",
3017
- "comments": {
3018
- "none": [
3019
- {
3020
- "comment": "Bump @rnx-kit/config to v0.1.2",
3021
- "author": "afoxman@microsoft.com",
3022
- "commit": "199a3ace5c54d83aaef163a3b09b5df01e4cf6b3",
3023
- "package": "@rnx-kit/cli"
3024
- }
3025
- ]
3026
- }
3027
- },
3028
- {
3029
- "date": "Mon, 08 Mar 2021 10:59:59 GMT",
3030
- "tag": "@rnx-kit/cli_v0.0.5",
3031
- "version": "0.0.5",
3032
- "comments": {
3033
- "patch": [
3034
- {
3035
- "comment": "Manually bump version number to unblock publishing",
3036
- "author": "4123478+tido64@users.noreply.github.com",
3037
- "commit": "422652c6492ae381cb9f4db0d11a7afb75018fe4",
3038
- "package": "@rnx-kit/cli"
3039
- }
3040
- ]
3041
- }
3042
- },
3043
- {
3044
- "date": "Mon, 22 Feb 2021 10:50:46 GMT",
3045
- "tag": "@rnx-kit/cli_v0.0.3",
3046
- "version": "0.0.3",
3047
- "comments": {
3048
- "patch": [
3049
- {
3050
- "comment": "Add strictNullChecks and noImplicitAny to the shared tsconfig. Remove from metro-config. Fix code to meet more strict type checks.",
3051
- "author": "afoxman@microsoft.com",
3052
- "commit": "1a3c54e876c6a7c25f423cebc4b2556b611c575a",
3053
- "package": "@rnx-kit/cli"
3054
- }
3055
- ]
3056
- }
3057
- },
3058
- {
3059
- "date": "Fri, 19 Feb 2021 19:58:00 GMT",
3060
- "tag": "@rnx-kit/cli_v0.0.2",
3061
- "version": "0.0.2",
3062
- "comments": {
3063
- "patch": [
3064
- {
3065
- "comment": "Create a CLI package which self-registers with @react-native-community/cli. Add bundling commands 'rnx-bundle' and 'rnx-start' which invoke metro. Move bundle code from build system to CLI package.",
3066
- "author": "afoxman@microsoft.com",
3067
- "commit": "5adefaed7d9a52f288f2929895d2a017187c8dbf",
3068
- "package": "@rnx-kit/cli"
3069
- }
3070
- ]
3071
- }
3072
- }
3073
- ]
3074
- }