@ms-cloudpack/cli 0.23.13 → 0.23.15

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/lib/commands/start/appServer/createRoutes.d.ts +14 -0
  2. package/lib/commands/start/appServer/createRoutes.js +69 -0
  3. package/lib/commands/start/appServer/createRoutes.js.map +1 -0
  4. package/lib/commands/start/appServer/error.d.ts +1 -0
  5. package/lib/commands/start/appServer/error.js +4 -0
  6. package/lib/commands/start/appServer/error.js.map +1 -0
  7. package/lib/commands/start/appServer/exitIfPortUnavailable.d.ts +4 -0
  8. package/lib/commands/start/appServer/exitIfPortUnavailable.js +15 -0
  9. package/lib/commands/start/appServer/exitIfPortUnavailable.js.map +1 -0
  10. package/lib/commands/start/appServer/getDefaultHtmlResponse.d.ts +5 -0
  11. package/lib/commands/start/appServer/getDefaultHtmlResponse.js +18 -0
  12. package/lib/commands/start/appServer/getDefaultHtmlResponse.js.map +1 -0
  13. package/lib/commands/start/appServer/getHtmlResponse.d.ts +5 -0
  14. package/lib/commands/start/appServer/getHtmlResponse.js +108 -0
  15. package/lib/commands/start/appServer/getHtmlResponse.js.map +1 -0
  16. package/lib/commands/start/appServer/handleSessionVersion.d.ts +7 -0
  17. package/lib/commands/start/appServer/handleSessionVersion.js +12 -0
  18. package/lib/commands/start/appServer/handleSessionVersion.js.map +1 -0
  19. package/lib/commands/start/{inlineScripts.d.ts → appServer/inlineScripts.d.ts} +0 -0
  20. package/lib/commands/start/{inlineScripts.js → appServer/inlineScripts.js} +0 -0
  21. package/lib/commands/start/appServer/inlineScripts.js.map +1 -0
  22. package/lib/commands/start/appServer/log.d.ts +1 -0
  23. package/lib/commands/start/appServer/log.js +5 -0
  24. package/lib/commands/start/appServer/log.js.map +1 -0
  25. package/lib/commands/start/appServer/setHeaders.d.ts +10 -0
  26. package/lib/commands/start/appServer/setHeaders.js +13 -0
  27. package/lib/commands/start/appServer/setHeaders.js.map +1 -0
  28. package/lib/commands/start/{startAppServer.d.ts → appServer/startAppServer.d.ts} +5 -5
  29. package/lib/commands/start/appServer/startAppServer.js +48 -0
  30. package/lib/commands/start/appServer/startAppServer.js.map +1 -0
  31. package/lib/commands/start/createBundleTask.js +0 -1
  32. package/lib/commands/start/createBundleTask.js.map +1 -1
  33. package/lib/commands/start/start.js +12 -3
  34. package/lib/commands/start/start.js.map +1 -1
  35. package/lib/index.d.ts +1 -0
  36. package/lib/types.d.ts +65 -2
  37. package/package.json +11 -9
  38. package/CHANGELOG.json +0 -2142
  39. package/CHANGELOG.md +0 -804
  40. package/lib/commands/start/inlineScripts.js.map +0 -1
  41. package/lib/commands/start/startAppServer.js +0 -155
  42. package/lib/commands/start/startAppServer.js.map +0 -1
package/CHANGELOG.json DELETED
@@ -1,2142 +0,0 @@
1
- {
2
- "name": "@ms-cloudpack/cli",
3
- "entries": [
4
- {
5
- "date": "Fri, 27 Jan 2023 08:08:31 GMT",
6
- "tag": "@ms-cloudpack/cli_v0.23.13",
7
- "version": "0.23.13",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "dzearing@microsoft.com",
12
- "package": "@ms-cloudpack/cli",
13
- "commit": "63b24c2024fd9a3b60f68ac98d8b0c8efea4917b",
14
- "comment": "Tweaking the order of operations in creating bundles so that we properly dispose things on forced bundling, and also don't nuke cache folders before checking if they're valid."
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Thu, 26 Jan 2023 08:12:44 GMT",
21
- "tag": "@ms-cloudpack/cli_v0.23.12",
22
- "version": "0.23.12",
23
- "comments": {
24
- "patch": [
25
- {
26
- "author": "beachball",
27
- "package": "@ms-cloudpack/cli",
28
- "comment": "Bump @ms-cloudpack/bundler to v0.9.2",
29
- "commit": "6b62ab60495f81a59c6d85db4f9585bcc115c7c7"
30
- },
31
- {
32
- "author": "beachball",
33
- "package": "@ms-cloudpack/cli",
34
- "comment": "Bump @ms-cloudpack/create-express-app to v1.1.4",
35
- "commit": "6b62ab60495f81a59c6d85db4f9585bcc115c7c7"
36
- }
37
- ]
38
- }
39
- },
40
- {
41
- "date": "Wed, 25 Jan 2023 08:11:21 GMT",
42
- "tag": "@ms-cloudpack/cli_v0.23.11",
43
- "version": "0.23.11",
44
- "comments": {
45
- "patch": [
46
- {
47
- "author": "elcraig@microsoft.com",
48
- "package": "@ms-cloudpack/cli",
49
- "commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378",
50
- "comment": "Replace `PackageJson` from `type-fest` with a version from `@ms-cloudpack/bundler-types`"
51
- },
52
- {
53
- "author": "beachball",
54
- "package": "@ms-cloudpack/cli",
55
- "comment": "Bump @ms-cloudpack/bundler to v0.9.1",
56
- "commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378"
57
- },
58
- {
59
- "author": "beachball",
60
- "package": "@ms-cloudpack/cli",
61
- "comment": "Bump @ms-cloudpack/package-utilities to v2.3.0",
62
- "commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378"
63
- }
64
- ]
65
- }
66
- },
67
- {
68
- "date": "Mon, 23 Jan 2023 21:06:01 GMT",
69
- "tag": "@ms-cloudpack/cli_v0.23.10",
70
- "version": "0.23.10",
71
- "comments": {
72
- "patch": [
73
- {
74
- "author": "dzearing@microsoft.com",
75
- "package": "@ms-cloudpack/cli",
76
- "commit": "7e16a31689313faaca46a5b8790ed077c3d1704e",
77
- "comment": "Fixing init to not stop on warnings."
78
- },
79
- {
80
- "author": "elcraig@microsoft.com",
81
- "package": "@ms-cloudpack/cli",
82
- "commit": "5cd47c5419e6d0be14784f99229828fa640c7622",
83
- "comment": "Update type-only references to PackageDefinitions to use PackageDefinitionsCache type instead"
84
- },
85
- {
86
- "author": "beachball",
87
- "package": "@ms-cloudpack/cli",
88
- "comment": "Bump @ms-cloudpack/bundler to v0.9.0",
89
- "commit": "1ed762013d5e88b60b733f394033c6c91dd473f0"
90
- },
91
- {
92
- "author": "beachball",
93
- "package": "@ms-cloudpack/cli",
94
- "comment": "Bump @ms-cloudpack/package-utilities to v2.2.2",
95
- "commit": "1ed762013d5e88b60b733f394033c6c91dd473f0"
96
- }
97
- ],
98
- "none": [
99
- {
100
- "author": "elcraig@microsoft.com",
101
- "package": "@ms-cloudpack/cli",
102
- "commit": "d092bb42a995e8bab968a0fdc1f35144680b73c3",
103
- "comment": "Move beachball disallowedChangeTypes setting to repo config"
104
- },
105
- {
106
- "author": "email not defined",
107
- "package": "@ms-cloudpack/cli",
108
- "commit": "94bd59ac88b03f10bb05ab4dba3ca10d0cc32440",
109
- "comment": "Update devDependency @types/glob to v8.0.1"
110
- }
111
- ]
112
- }
113
- },
114
- {
115
- "date": "Wed, 04 Jan 2023 08:11:16 GMT",
116
- "tag": "@ms-cloudpack/cli_v0.23.8",
117
- "version": "0.23.8",
118
- "comments": {
119
- "none": [
120
- {
121
- "author": "email not defined",
122
- "package": "@ms-cloudpack/cli",
123
- "commit": "e9b59d683d1940e829bdb9274d4aec620355098d",
124
- "comment": "Update @types devDependencies"
125
- }
126
- ],
127
- "patch": [
128
- {
129
- "author": "beachball",
130
- "package": "@ms-cloudpack/cli",
131
- "comment": "Bump @ms-cloudpack/bundler to v0.7.12",
132
- "commit": "08c5a8d751866bc5a721a340c484636e07d84c58"
133
- }
134
- ]
135
- }
136
- },
137
- {
138
- "date": "Thu, 22 Dec 2022 08:11:00 GMT",
139
- "tag": "@ms-cloudpack/cli_v0.23.7",
140
- "version": "0.23.7",
141
- "comments": {
142
- "none": [
143
- {
144
- "author": "email not defined",
145
- "package": "@ms-cloudpack/cli",
146
- "commit": "7b6ade50c307dcaa6fc99a725c6350c2e1469329",
147
- "comment": "Update @types devDependencies"
148
- }
149
- ]
150
- }
151
- },
152
- {
153
- "date": "Sat, 17 Dec 2022 08:10:52 GMT",
154
- "tag": "@ms-cloudpack/cli_v0.23.7",
155
- "version": "0.23.7",
156
- "comments": {
157
- "patch": [
158
- {
159
- "author": "beachball",
160
- "package": "@ms-cloudpack/cli",
161
- "comment": "Bump @ms-cloudpack/bundler to v0.7.11",
162
- "commit": "50612b0997f26620b9ad790693224d2977a5ba67"
163
- }
164
- ]
165
- }
166
- },
167
- {
168
- "date": "Thu, 08 Dec 2022 08:12:47 GMT",
169
- "tag": "@ms-cloudpack/cli_v0.23.6",
170
- "version": "0.23.6",
171
- "comments": {
172
- "patch": [
173
- {
174
- "author": "dake.3601@gmail.com",
175
- "package": "@ms-cloudpack/cli",
176
- "commit": "4cd4bb346236dcd0d1a18ea6eab6eafa73d80724",
177
- "comment": "Changing addOverride to async and adding tests"
178
- },
179
- {
180
- "author": "beachball",
181
- "package": "@ms-cloudpack/cli",
182
- "comment": "Bump @ms-cloudpack/bundler to v0.7.10",
183
- "commit": "c9da33d7976da89534a8253d394705416b7f2b72"
184
- },
185
- {
186
- "author": "beachball",
187
- "package": "@ms-cloudpack/cli",
188
- "comment": "Bump @ms-cloudpack/package-utilities to v2.2.0",
189
- "commit": "c9da33d7976da89534a8253d394705416b7f2b72"
190
- }
191
- ]
192
- }
193
- },
194
- {
195
- "date": "Wed, 07 Dec 2022 08:11:46 GMT",
196
- "tag": "@ms-cloudpack/cli_v0.23.5",
197
- "version": "0.23.5",
198
- "comments": {
199
- "none": [
200
- {
201
- "author": "email not defined",
202
- "package": "@ms-cloudpack/cli",
203
- "commit": "6063fc391367b3dc90d5cae3a5771ab3eedb21b6",
204
- "comment": "Update @types devDependencies"
205
- }
206
- ],
207
- "patch": [
208
- {
209
- "author": "beachball",
210
- "package": "@ms-cloudpack/cli",
211
- "comment": "Bump @ms-cloudpack/bundler to v0.7.9",
212
- "commit": "ce724c545a19002468f1610f9281bae56d7e3ddd"
213
- }
214
- ]
215
- }
216
- },
217
- {
218
- "date": "Sun, 04 Dec 2022 08:11:29 GMT",
219
- "tag": "@ms-cloudpack/cli_v0.23.4",
220
- "version": "0.23.4",
221
- "comments": {
222
- "patch": [
223
- {
224
- "author": "beachball",
225
- "package": "@ms-cloudpack/cli",
226
- "comment": "Bump @ms-cloudpack/overlay to v0.11.2",
227
- "commit": "7672998c2474fc5f82ce6c9055092a41d2675172"
228
- }
229
- ]
230
- }
231
- },
232
- {
233
- "date": "Sat, 03 Dec 2022 08:10:45 GMT",
234
- "tag": "@ms-cloudpack/cli_v0.23.3",
235
- "version": "0.23.3",
236
- "comments": {
237
- "patch": [
238
- {
239
- "author": "dake.3601@gmail.com",
240
- "package": "@ms-cloudpack/cli",
241
- "commit": "9fae6cbdb788baac8236abc9eb44eb1d3296b7e0",
242
- "comment": "Updating test to use async isFile"
243
- },
244
- {
245
- "author": "beachball",
246
- "package": "@ms-cloudpack/cli",
247
- "comment": "Bump @ms-cloudpack/bundler to v0.7.8",
248
- "commit": "adb6e5b06d2100f33ff9975c2999b81f81b65616"
249
- },
250
- {
251
- "author": "beachball",
252
- "package": "@ms-cloudpack/cli",
253
- "comment": "Bump @ms-cloudpack/create-express-app to v1.1.3",
254
- "commit": "adb6e5b06d2100f33ff9975c2999b81f81b65616"
255
- },
256
- {
257
- "author": "beachball",
258
- "package": "@ms-cloudpack/cli",
259
- "comment": "Bump @ms-cloudpack/overlay to v0.11.1",
260
- "commit": "adb6e5b06d2100f33ff9975c2999b81f81b65616"
261
- },
262
- {
263
- "author": "beachball",
264
- "package": "@ms-cloudpack/cli",
265
- "comment": "Bump @ms-cloudpack/package-utilities to v2.1.2",
266
- "commit": "adb6e5b06d2100f33ff9975c2999b81f81b65616"
267
- },
268
- {
269
- "author": "beachball",
270
- "package": "@ms-cloudpack/cli",
271
- "comment": "Bump @ms-cloudpack/path-utilities to v2.0.0",
272
- "commit": "adb6e5b06d2100f33ff9975c2999b81f81b65616"
273
- }
274
- ]
275
- }
276
- },
277
- {
278
- "date": "Fri, 02 Dec 2022 08:10:17 GMT",
279
- "tag": "@ms-cloudpack/cli_v0.23.2",
280
- "version": "0.23.2",
281
- "comments": {
282
- "none": [
283
- {
284
- "author": "renovate@whitesourcesoftware.com",
285
- "package": "@ms-cloudpack/cli",
286
- "commit": "c28475e8ae78c631a889817ce1a6a37859d3b1c2",
287
- "comment": "Update devDependency @types/uuid to v9"
288
- },
289
- {
290
- "author": "email not defined",
291
- "package": "@ms-cloudpack/cli",
292
- "commit": "98c1423f4d4bfc44d032cd051510727f47e1423a",
293
- "comment": "Update devDependency @types/object-hash to v3"
294
- }
295
- ]
296
- }
297
- },
298
- {
299
- "date": "Thu, 01 Dec 2022 08:10:47 GMT",
300
- "tag": "@ms-cloudpack/cli_v0.23.2",
301
- "version": "0.23.2",
302
- "comments": {
303
- "patch": [
304
- {
305
- "author": "dake.3601@gmail.com",
306
- "package": "@ms-cloudpack/cli",
307
- "commit": "77a0d57071c07b131cf391b9c876bf9307511110",
308
- "comment": "Added handling for promise rejection event."
309
- },
310
- {
311
- "author": "dake.3601@gmail.com",
312
- "package": "@ms-cloudpack/cli",
313
- "commit": "0281a406e564d378b22e14e5c209cfba12b08e98",
314
- "comment": "Added validation for unsupported paths."
315
- },
316
- {
317
- "author": "dake.3601@gmail.com",
318
- "package": "@ms-cloudpack/cli",
319
- "commit": "16d2ca58373fa04b9bdc901783d0095a3e3c5036",
320
- "comment": "Single task cache busting"
321
- },
322
- {
323
- "author": "beachball",
324
- "package": "@ms-cloudpack/cli",
325
- "comment": "Bump @ms-cloudpack/bundler to v0.7.7",
326
- "commit": "89c719c43a69feb311548c67a99a576c9ea38767"
327
- },
328
- {
329
- "author": "beachball",
330
- "package": "@ms-cloudpack/cli",
331
- "comment": "Bump @ms-cloudpack/overlay to v0.11.0",
332
- "commit": "89c719c43a69feb311548c67a99a576c9ea38767"
333
- },
334
- {
335
- "author": "beachball",
336
- "package": "@ms-cloudpack/cli",
337
- "comment": "Bump @ms-cloudpack/package-utilities to v2.1.1",
338
- "commit": "89c719c43a69feb311548c67a99a576c9ea38767"
339
- }
340
- ]
341
- }
342
- },
343
- {
344
- "date": "Tue, 29 Nov 2022 08:10:24 GMT",
345
- "tag": "@ms-cloudpack/cli_v0.23.1",
346
- "version": "0.23.1",
347
- "comments": {
348
- "patch": [
349
- {
350
- "author": "beachball",
351
- "package": "@ms-cloudpack/cli",
352
- "comment": "Bump @ms-cloudpack/create-express-app to v1.1.2",
353
- "commit": "782ec5094826ba9fb2f26cf811054a923bad6964"
354
- }
355
- ]
356
- }
357
- },
358
- {
359
- "date": "Wed, 23 Nov 2022 08:10:05 GMT",
360
- "tag": "@ms-cloudpack/cli_v0.23.0",
361
- "version": "0.23.0",
362
- "comments": {
363
- "minor": [
364
- {
365
- "author": "dzearing@microsoft.com",
366
- "package": "@ms-cloudpack/cli",
367
- "commit": "74568d8b889922b26cc5d07449cd707372183802",
368
- "comment": "Adding --outdir option to bundle. Removing extraneous console logging."
369
- },
370
- {
371
- "author": "beachball",
372
- "package": "@ms-cloudpack/cli",
373
- "comment": "Bump @ms-cloudpack/bundler to v0.7.6",
374
- "commit": "d24cd9f25c708b1e3c02f5ba705e3610fb3e54c2"
375
- },
376
- {
377
- "author": "beachball",
378
- "package": "@ms-cloudpack/cli",
379
- "comment": "Bump @ms-cloudpack/create-express-app to v1.1.1",
380
- "commit": "d24cd9f25c708b1e3c02f5ba705e3610fb3e54c2"
381
- },
382
- {
383
- "author": "beachball",
384
- "package": "@ms-cloudpack/cli",
385
- "comment": "Bump @ms-cloudpack/overlay to v0.10.1",
386
- "commit": "d24cd9f25c708b1e3c02f5ba705e3610fb3e54c2"
387
- }
388
- ],
389
- "patch": [
390
- {
391
- "author": "dake.3601@gmail.com",
392
- "package": "@ms-cloudpack/cli",
393
- "commit": "d24cd9f25c708b1e3c02f5ba705e3610fb3e54c2",
394
- "comment": "Added array of numbers to port types"
395
- }
396
- ]
397
- }
398
- },
399
- {
400
- "date": "Tue, 22 Nov 2022 08:10:22 GMT",
401
- "tag": "@ms-cloudpack/cli_v0.22.2",
402
- "version": "0.22.2",
403
- "comments": {
404
- "patch": [
405
- {
406
- "author": "dake.3601@gmail.com",
407
- "package": "@ms-cloudpack/cli",
408
- "commit": "96959421cca3058863aee2097e83a2911f6cc460",
409
- "comment": "Added directory to serve as plain static assets."
410
- },
411
- {
412
- "author": "beachball",
413
- "package": "@ms-cloudpack/cli",
414
- "comment": "Bump @ms-cloudpack/create-express-app to v1.1.0",
415
- "commit": "96959421cca3058863aee2097e83a2911f6cc460"
416
- }
417
- ]
418
- }
419
- },
420
- {
421
- "date": "Sat, 19 Nov 2022 08:11:13 GMT",
422
- "tag": "@ms-cloudpack/cli_v0.22.1",
423
- "version": "0.22.1",
424
- "comments": {
425
- "patch": [
426
- {
427
- "author": "dzearing@microsoft.com",
428
- "package": "@ms-cloudpack/cli",
429
- "commit": "a8d9f34d4733f123a9fb38aba0e01b72521dea35",
430
- "comment": "Config generation adds isInternal flag for internal packages."
431
- },
432
- {
433
- "author": "dake.3601@gmail.com",
434
- "package": "@ms-cloudpack/cli",
435
- "commit": "243696eb846159de8246cdbdc90189dc1c4b8839",
436
- "comment": "Clear cache on task restart."
437
- },
438
- {
439
- "author": "beachball",
440
- "package": "@ms-cloudpack/cli",
441
- "comment": "Bump @ms-cloudpack/bundler to v0.7.5",
442
- "commit": "30cf5ddb38dd947f73ac5ce5bf2562d2c31824c6"
443
- },
444
- {
445
- "author": "beachball",
446
- "package": "@ms-cloudpack/cli",
447
- "comment": "Bump @ms-cloudpack/package-utilities to v2.1.0",
448
- "commit": "30cf5ddb38dd947f73ac5ce5bf2562d2c31824c6"
449
- }
450
- ]
451
- }
452
- },
453
- {
454
- "date": "Wed, 16 Nov 2022 08:11:39 GMT",
455
- "tag": "@ms-cloudpack/cli_v0.22.0",
456
- "version": "0.22.0",
457
- "comments": {
458
- "minor": [
459
- {
460
- "author": "dake.3601@gmail.com",
461
- "package": "@ms-cloudpack/cli",
462
- "commit": "589b4c2a5b784aa17faf8078e31f24e4e27b3e84",
463
- "comment": "Added automatic override action."
464
- },
465
- {
466
- "author": "beachball",
467
- "package": "@ms-cloudpack/cli",
468
- "comment": "Bump @ms-cloudpack/bundler to v0.7.4",
469
- "commit": "2c3366621394619a908ffbfaf1db9eb99561dcbc"
470
- },
471
- {
472
- "author": "beachball",
473
- "package": "@ms-cloudpack/cli",
474
- "comment": "Bump @ms-cloudpack/overlay to v0.10.0",
475
- "commit": "2c3366621394619a908ffbfaf1db9eb99561dcbc"
476
- },
477
- {
478
- "author": "beachball",
479
- "package": "@ms-cloudpack/cli",
480
- "comment": "Bump @ms-cloudpack/package-utilities to v2.0.0",
481
- "commit": "2c3366621394619a908ffbfaf1db9eb99561dcbc"
482
- }
483
- ]
484
- }
485
- },
486
- {
487
- "date": "Tue, 15 Nov 2022 08:13:12 GMT",
488
- "tag": "@ms-cloudpack/cli_v0.21.0",
489
- "version": "0.21.0",
490
- "comments": {
491
- "minor": [
492
- {
493
- "author": "dzearing@microsoft.com",
494
- "package": "@ms-cloudpack/cli",
495
- "commit": "a71972309b615d683a5a3bac7a85c981fb6e89af",
496
- "comment": "Updating bundler verb to add `bundler` option."
497
- },
498
- {
499
- "author": "beachball",
500
- "package": "@ms-cloudpack/cli",
501
- "comment": "Bump @ms-cloudpack/bundler to v0.7.3",
502
- "commit": "a71972309b615d683a5a3bac7a85c981fb6e89af"
503
- },
504
- {
505
- "author": "beachball",
506
- "package": "@ms-cloudpack/cli",
507
- "comment": "Bump @ms-cloudpack/create-express-app to v1.0.2",
508
- "commit": "a71972309b615d683a5a3bac7a85c981fb6e89af"
509
- },
510
- {
511
- "author": "beachball",
512
- "package": "@ms-cloudpack/cli",
513
- "comment": "Bump @ms-cloudpack/package-utilities to v1.2.1",
514
- "commit": "a71972309b615d683a5a3bac7a85c981fb6e89af"
515
- },
516
- {
517
- "author": "beachball",
518
- "package": "@ms-cloudpack/cli",
519
- "comment": "Bump @ms-cloudpack/path-utilities to v1.1.1",
520
- "commit": "a71972309b615d683a5a3bac7a85c981fb6e89af"
521
- }
522
- ],
523
- "patch": [
524
- {
525
- "author": "dake.3601@gmail.com",
526
- "package": "@ms-cloudpack/cli",
527
- "commit": "23df5a6c9822c3845caad83ef45afdbfb605ead2",
528
- "comment": "Moving inline scripts to a separate file"
529
- }
530
- ]
531
- }
532
- },
533
- {
534
- "date": "Tue, 08 Nov 2022 08:11:27 GMT",
535
- "tag": "@ms-cloudpack/cli_v0.20.2",
536
- "version": "0.20.2",
537
- "comments": {
538
- "patch": [
539
- {
540
- "author": "dake.3601@gmail.com",
541
- "package": "@ms-cloudpack/cli",
542
- "commit": "27180571deea38c6615d09ac4a64fefe3f2052ac",
543
- "comment": "Added html lang attribute."
544
- },
545
- {
546
- "author": "beachball",
547
- "package": "@ms-cloudpack/cli",
548
- "comment": "Bump @ms-cloudpack/overlay to v0.9.1",
549
- "commit": "27180571deea38c6615d09ac4a64fefe3f2052ac"
550
- }
551
- ]
552
- }
553
- },
554
- {
555
- "date": "Fri, 04 Nov 2022 08:12:21 GMT",
556
- "tag": "@ms-cloudpack/cli_v0.20.1",
557
- "version": "0.20.1",
558
- "comments": {
559
- "patch": [
560
- {
561
- "author": "beachball",
562
- "package": "@ms-cloudpack/cli",
563
- "comment": "Bump @ms-cloudpack/bundler to v0.7.2",
564
- "commit": "e5e4be7b86876bad310d547ad7c881b13ec5769b"
565
- }
566
- ]
567
- }
568
- },
569
- {
570
- "date": "Thu, 03 Nov 2022 08:13:11 GMT",
571
- "tag": "@ms-cloudpack/cli_v0.20.0",
572
- "version": "0.20.0",
573
- "comments": {
574
- "minor": [
575
- {
576
- "author": "dake.3601@gmail.com",
577
- "package": "@ms-cloudpack/cli",
578
- "commit": "ccf5c6c773b1e05894bdd50927a80d7ae6c6d602",
579
- "comment": "Added messages to open config file and to apply overrides."
580
- },
581
- {
582
- "author": "beachball",
583
- "package": "@ms-cloudpack/cli",
584
- "comment": "Bump @ms-cloudpack/bundler to v0.7.1",
585
- "commit": "ccf5c6c773b1e05894bdd50927a80d7ae6c6d602"
586
- },
587
- {
588
- "author": "beachball",
589
- "package": "@ms-cloudpack/cli",
590
- "comment": "Bump @ms-cloudpack/overlay to v0.9.0",
591
- "commit": "ccf5c6c773b1e05894bdd50927a80d7ae6c6d602"
592
- }
593
- ]
594
- }
595
- },
596
- {
597
- "date": "Wed, 02 Nov 2022 08:11:20 GMT",
598
- "tag": "@ms-cloudpack/cli_v0.19.0",
599
- "version": "0.19.0",
600
- "comments": {
601
- "minor": [
602
- {
603
- "author": "dake.3601@gmail.com",
604
- "package": "@ms-cloudpack/cli",
605
- "commit": "8b827ce121b41d9f5ead1e290ae524ddd9e315a3",
606
- "comment": "Restart tasks from API server"
607
- },
608
- {
609
- "author": "dzearing@microsoft.com",
610
- "package": "@ms-cloudpack/cli",
611
- "commit": "3439c51ff4eb7cb624cf84fb2881a781eabca83f",
612
- "comment": "Updating the cli to consume bundler plugin changes."
613
- },
614
- {
615
- "author": "beachball",
616
- "package": "@ms-cloudpack/cli",
617
- "comment": "Bump @ms-cloudpack/bundler to v0.7.0",
618
- "commit": "24143dab856b05b0b516edcb8a5cc72563ecb380"
619
- },
620
- {
621
- "author": "beachball",
622
- "package": "@ms-cloudpack/cli",
623
- "comment": "Bump @ms-cloudpack/create-express-app to v1.0.1",
624
- "commit": "24143dab856b05b0b516edcb8a5cc72563ecb380"
625
- },
626
- {
627
- "author": "beachball",
628
- "package": "@ms-cloudpack/cli",
629
- "comment": "Bump @ms-cloudpack/overlay to v0.8.0",
630
- "commit": "24143dab856b05b0b516edcb8a5cc72563ecb380"
631
- },
632
- {
633
- "author": "beachball",
634
- "package": "@ms-cloudpack/cli",
635
- "comment": "Bump @ms-cloudpack/package-utilities to v1.2.0",
636
- "commit": "24143dab856b05b0b516edcb8a5cc72563ecb380"
637
- }
638
- ]
639
- }
640
- },
641
- {
642
- "date": "Tue, 01 Nov 2022 08:11:03 GMT",
643
- "tag": "@ms-cloudpack/cli_v0.18.3",
644
- "version": "0.18.3",
645
- "comments": {
646
- "patch": [
647
- {
648
- "author": "beachball",
649
- "package": "@ms-cloudpack/cli",
650
- "comment": "Bump @ms-cloudpack/bundler to v0.6.7",
651
- "commit": "264fdebf12d3c964f2520feef232af76425cdc4c"
652
- }
653
- ]
654
- }
655
- },
656
- {
657
- "date": "Wed, 26 Oct 2022 08:13:21 GMT",
658
- "tag": "@ms-cloudpack/cli_v0.18.2",
659
- "version": "0.18.2",
660
- "comments": {
661
- "patch": [
662
- {
663
- "author": "beachball",
664
- "package": "@ms-cloudpack/cli",
665
- "comment": "Bump @ms-cloudpack/bundler to v0.6.6",
666
- "commit": "2a8ded3b38eccb82f621cff426f7dd828b09c6c3"
667
- }
668
- ]
669
- }
670
- },
671
- {
672
- "date": "Fri, 21 Oct 2022 08:12:45 GMT",
673
- "tag": "@ms-cloudpack/cli_v0.18.1",
674
- "version": "0.18.1",
675
- "comments": {
676
- "patch": [
677
- {
678
- "author": "beachball",
679
- "package": "@ms-cloudpack/cli",
680
- "comment": "Bump @ms-cloudpack/bundler to v0.6.5",
681
- "commit": "0fc4b14e1c632bc9719633727ff7e106e0426fb8"
682
- }
683
- ]
684
- }
685
- },
686
- {
687
- "date": "Thu, 20 Oct 2022 08:12:02 GMT",
688
- "tag": "@ms-cloudpack/cli_v0.18.0",
689
- "version": "0.18.0",
690
- "comments": {
691
- "minor": [
692
- {
693
- "author": "dake.3601@gmail.com",
694
- "package": "@ms-cloudpack/cli",
695
- "commit": "083f3df03f5eac33570c4bf54d234b8a6c567191",
696
- "comment": "Cache busting by updating the refresh version of the import map."
697
- },
698
- {
699
- "author": "beachball",
700
- "package": "@ms-cloudpack/cli",
701
- "comment": "Bump @ms-cloudpack/bundler to v0.6.4",
702
- "commit": "d9aaee91301ec95a8ecb0d185eb1fab4f6f38374"
703
- },
704
- {
705
- "author": "beachball",
706
- "package": "@ms-cloudpack/cli",
707
- "comment": "Bump @ms-cloudpack/package-utilities to v1.1.0",
708
- "commit": "d9aaee91301ec95a8ecb0d185eb1fab4f6f38374"
709
- }
710
- ]
711
- }
712
- },
713
- {
714
- "date": "Wed, 19 Oct 2022 08:16:31 GMT",
715
- "tag": "@ms-cloudpack/cli_v0.17.0",
716
- "version": "0.17.0",
717
- "comments": {
718
- "minor": [
719
- {
720
- "author": "dake.3601@gmail.com",
721
- "package": "@ms-cloudpack/cli",
722
- "commit": "2824621f7a1a5712c0f516bdaedbee0992df0eb9",
723
- "comment": "Added sequence cookie to keep track of reloads."
724
- },
725
- {
726
- "author": "beachball",
727
- "package": "@ms-cloudpack/cli",
728
- "comment": "Bump @ms-cloudpack/overlay to v0.7.0",
729
- "commit": "2824621f7a1a5712c0f516bdaedbee0992df0eb9"
730
- }
731
- ]
732
- }
733
- },
734
- {
735
- "date": "Tue, 18 Oct 2022 08:16:24 GMT",
736
- "tag": "@ms-cloudpack/cli_v0.16.0",
737
- "version": "0.16.0",
738
- "comments": {
739
- "minor": [
740
- {
741
- "author": "dake.3601@gmail.com",
742
- "package": "@ms-cloudpack/cli",
743
- "commit": "1bec1f80bb50ebe897f03dc74437c3e211bea83e",
744
- "comment": "Https enabled through config file for App Server."
745
- },
746
- {
747
- "author": "beachball",
748
- "package": "@ms-cloudpack/cli",
749
- "comment": "Bump @ms-cloudpack/bundler to v0.6.3",
750
- "commit": "1bec1f80bb50ebe897f03dc74437c3e211bea83e"
751
- },
752
- {
753
- "author": "beachball",
754
- "package": "@ms-cloudpack/cli",
755
- "comment": "Bump @ms-cloudpack/create-express-app to v1.0.0",
756
- "commit": "1bec1f80bb50ebe897f03dc74437c3e211bea83e"
757
- },
758
- {
759
- "author": "beachball",
760
- "package": "@ms-cloudpack/cli",
761
- "comment": "Bump @ms-cloudpack/package-utilities to v1.0.1",
762
- "commit": "1bec1f80bb50ebe897f03dc74437c3e211bea83e"
763
- },
764
- {
765
- "author": "beachball",
766
- "package": "@ms-cloudpack/cli",
767
- "comment": "Bump @ms-cloudpack/path-utilities to v1.1.0",
768
- "commit": "1bec1f80bb50ebe897f03dc74437c3e211bea83e"
769
- }
770
- ]
771
- }
772
- },
773
- {
774
- "date": "Sat, 15 Oct 2022 08:11:31 GMT",
775
- "tag": "@ms-cloudpack/cli_v0.15.2",
776
- "version": "0.15.2",
777
- "comments": {
778
- "none": [
779
- {
780
- "author": "dake.3601@gmail.com",
781
- "package": "@ms-cloudpack/cli",
782
- "commit": "962ebd9eb867b159565e221c9f5e800a8eb0ec84",
783
- "comment": "Moving dependency to different package."
784
- }
785
- ],
786
- "patch": [
787
- {
788
- "author": "beachball",
789
- "package": "@ms-cloudpack/cli",
790
- "comment": "Bump @ms-cloudpack/bundler to v0.6.2",
791
- "commit": "cc252ba3e978d70205028b940070eac18e0d33aa"
792
- },
793
- {
794
- "author": "beachball",
795
- "package": "@ms-cloudpack/cli",
796
- "comment": "Bump @ms-cloudpack/overlay to v0.6.0",
797
- "commit": "cc252ba3e978d70205028b940070eac18e0d33aa"
798
- },
799
- {
800
- "author": "beachball",
801
- "package": "@ms-cloudpack/cli",
802
- "comment": "Bump @ms-cloudpack/package-utilities to v1.0.0",
803
- "commit": "cc252ba3e978d70205028b940070eac18e0d33aa"
804
- },
805
- {
806
- "author": "beachball",
807
- "package": "@ms-cloudpack/cli",
808
- "comment": "Bump @ms-cloudpack/path-utilities to v1.0.0",
809
- "commit": "cc252ba3e978d70205028b940070eac18e0d33aa"
810
- },
811
- {
812
- "author": "beachball",
813
- "package": "@ms-cloudpack/cli",
814
- "comment": "Bump @ms-cloudpack/path-string-parsing to v1.0.0",
815
- "commit": "cc252ba3e978d70205028b940070eac18e0d33aa"
816
- }
817
- ]
818
- }
819
- },
820
- {
821
- "date": "Thu, 13 Oct 2022 08:12:52 GMT",
822
- "tag": "@ms-cloudpack/cli_v0.15.1",
823
- "version": "0.15.1",
824
- "comments": {
825
- "patch": [
826
- {
827
- "author": "dake.3601@gmail.com",
828
- "package": "@ms-cloudpack/cli",
829
- "commit": "443549b7c018487c7d4a52c46e13dcc2e4a8ce01",
830
- "comment": "Fixing watcher bug and better error handling"
831
- },
832
- {
833
- "author": "beachball",
834
- "package": "@ms-cloudpack/cli",
835
- "comment": "Bump @ms-cloudpack/bundler to v0.6.1",
836
- "commit": "4a90ca21df8eb75fd8000fd7f7eae3956c134391"
837
- },
838
- {
839
- "author": "beachball",
840
- "package": "@ms-cloudpack/cli",
841
- "comment": "Bump @ms-cloudpack/package-utilities to v0.16.1",
842
- "commit": "4a90ca21df8eb75fd8000fd7f7eae3956c134391"
843
- }
844
- ]
845
- }
846
- },
847
- {
848
- "date": "Wed, 12 Oct 2022 21:49:54 GMT",
849
- "tag": "@ms-cloudpack/cli_v0.15.0",
850
- "version": "0.15.0",
851
- "comments": {
852
- "minor": [
853
- {
854
- "author": "dzearing@microsoft.com",
855
- "package": "@ms-cloudpack/cli",
856
- "commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626",
857
- "comment": "The `init` verb now generates exports keys for paths using a period prefix"
858
- },
859
- {
860
- "author": "beachball",
861
- "package": "@ms-cloudpack/cli",
862
- "comment": "Bump @ms-cloudpack/bundler to v0.6.0",
863
- "commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
864
- },
865
- {
866
- "author": "beachball",
867
- "package": "@ms-cloudpack/cli",
868
- "comment": "Bump @ms-cloudpack/package-utilities to v0.16.0",
869
- "commit": "48a31cb7c0bbd9095fc246a95b453ed49acf7626"
870
- }
871
- ]
872
- }
873
- },
874
- {
875
- "date": "Wed, 12 Oct 2022 08:10:43 GMT",
876
- "tag": "@ms-cloudpack/cli_v0.14.0",
877
- "version": "0.14.0",
878
- "comments": {
879
- "minor": [
880
- {
881
- "author": "dzearing@microsoft.com",
882
- "package": "@ms-cloudpack/cli",
883
- "commit": "03233b20287555cc8994203f05be01cb8a3fb225",
884
- "comment": "Adding init verb."
885
- },
886
- {
887
- "author": "beachball",
888
- "package": "@ms-cloudpack/cli",
889
- "comment": "Bump @ms-cloudpack/bundler to v0.5.0",
890
- "commit": "03233b20287555cc8994203f05be01cb8a3fb225"
891
- },
892
- {
893
- "author": "beachball",
894
- "package": "@ms-cloudpack/cli",
895
- "comment": "Bump @ms-cloudpack/package-utilities to v0.15.0",
896
- "commit": "03233b20287555cc8994203f05be01cb8a3fb225"
897
- }
898
- ]
899
- }
900
- },
901
- {
902
- "date": "Tue, 11 Oct 2022 08:16:37 GMT",
903
- "tag": "@ms-cloudpack/cli_v0.13.0",
904
- "version": "0.13.0",
905
- "comments": {
906
- "minor": [
907
- {
908
- "author": "dake.3601@gmail.com",
909
- "package": "@ms-cloudpack/cli",
910
- "commit": "90e5f71f8a0171b6e22e957ab38db1b1c736f6e2",
911
- "comment": "Added script that catches errors that happen before overlay renders."
912
- },
913
- {
914
- "author": "beachball",
915
- "package": "@ms-cloudpack/cli",
916
- "comment": "Bump @ms-cloudpack/overlay to v0.5.0",
917
- "commit": "eaac5bbb36b4cc8105df8146bbe9366b0ed2e7ed"
918
- }
919
- ]
920
- }
921
- },
922
- {
923
- "date": "Sat, 08 Oct 2022 08:10:34 GMT",
924
- "tag": "@ms-cloudpack/cli_v0.12.1",
925
- "version": "0.12.1",
926
- "comments": {
927
- "patch": [
928
- {
929
- "author": "dake.3601@gmail.com",
930
- "package": "@ms-cloudpack/cli",
931
- "commit": "511153ea650309dd04548109555634764823fa52",
932
- "comment": "Control + C now works!"
933
- }
934
- ]
935
- }
936
- },
937
- {
938
- "date": "Wed, 05 Oct 2022 19:39:20 GMT",
939
- "tag": "@ms-cloudpack/cli_v0.12.0",
940
- "version": "0.12.0",
941
- "comments": {
942
- "minor": [
943
- {
944
- "author": "dzearing@microsoft.com",
945
- "package": "@ms-cloudpack/cli",
946
- "commit": "a5958df7dbb6455200dee17b7201273b7bb8155a",
947
- "comment": "Adding support for returning unbundled content."
948
- },
949
- {
950
- "author": "beachball",
951
- "package": "@ms-cloudpack/cli",
952
- "comment": "Bump @ms-cloudpack/bundler to v0.4.9",
953
- "commit": "a5958df7dbb6455200dee17b7201273b7bb8155a"
954
- },
955
- {
956
- "author": "beachball",
957
- "package": "@ms-cloudpack/cli",
958
- "comment": "Bump @ms-cloudpack/overlay to v0.4.0",
959
- "commit": "a5958df7dbb6455200dee17b7201273b7bb8155a"
960
- },
961
- {
962
- "author": "beachball",
963
- "package": "@ms-cloudpack/cli",
964
- "comment": "Bump @ms-cloudpack/package-utilities to v0.14.0",
965
- "commit": "a5958df7dbb6455200dee17b7201273b7bb8155a"
966
- }
967
- ]
968
- }
969
- },
970
- {
971
- "date": "Wed, 05 Oct 2022 08:13:11 GMT",
972
- "tag": "@ms-cloudpack/cli_v0.11.2",
973
- "version": "0.11.2",
974
- "comments": {
975
- "patch": [
976
- {
977
- "author": "dake.3601@gmail.com",
978
- "package": "@ms-cloudpack/cli",
979
- "commit": "f68836484def6f6f2d32e907e5f707a262294c5f",
980
- "comment": "Watcher only for internal packages"
981
- }
982
- ]
983
- }
984
- },
985
- {
986
- "date": "Thu, 29 Sep 2022 22:52:40 GMT",
987
- "tag": "@ms-cloudpack/cli_v0.11.1",
988
- "version": "0.11.1",
989
- "comments": {
990
- "patch": [
991
- {
992
- "author": "dzearing@microsoft.com",
993
- "package": "@ms-cloudpack/cli",
994
- "commit": "bfa648e140287db65fd3e5f5bb72a6a546426f16",
995
- "comment": "Adjusting some common code to get bundle details, creating a common folder for common stuff."
996
- },
997
- {
998
- "author": "beachball",
999
- "package": "@ms-cloudpack/cli",
1000
- "comment": "Bump @ms-cloudpack/overlay to v0.3.0",
1001
- "commit": "bfa648e140287db65fd3e5f5bb72a6a546426f16"
1002
- }
1003
- ]
1004
- }
1005
- },
1006
- {
1007
- "date": "Thu, 29 Sep 2022 17:46:30 GMT",
1008
- "tag": "@ms-cloudpack/cli_v0.11.0",
1009
- "version": "0.11.0",
1010
- "comments": {
1011
- "minor": [
1012
- {
1013
- "author": "dake.3601@gmail.com",
1014
- "package": "@ms-cloudpack/cli",
1015
- "commit": "f0de08abd03f62eae342bb646a7a912b913050eb",
1016
- "comment": "Reload all tasks"
1017
- },
1018
- {
1019
- "author": "beachball",
1020
- "package": "@ms-cloudpack/cli",
1021
- "comment": "Bump @ms-cloudpack/bundler to v0.4.8",
1022
- "commit": "c80e6d3f2664fa15c9a8070b944ba660f206974f"
1023
- },
1024
- {
1025
- "author": "beachball",
1026
- "package": "@ms-cloudpack/cli",
1027
- "comment": "Bump @ms-cloudpack/json-utilities to v0.0.4",
1028
- "commit": "c80e6d3f2664fa15c9a8070b944ba660f206974f"
1029
- },
1030
- {
1031
- "author": "beachball",
1032
- "package": "@ms-cloudpack/cli",
1033
- "comment": "Bump @ms-cloudpack/overlay to v0.2.0",
1034
- "commit": "c80e6d3f2664fa15c9a8070b944ba660f206974f"
1035
- },
1036
- {
1037
- "author": "beachball",
1038
- "package": "@ms-cloudpack/cli",
1039
- "comment": "Bump @ms-cloudpack/package-utilities to v0.13.1",
1040
- "commit": "c80e6d3f2664fa15c9a8070b944ba660f206974f"
1041
- }
1042
- ]
1043
- }
1044
- },
1045
- {
1046
- "date": "Thu, 29 Sep 2022 08:13:15 GMT",
1047
- "tag": "@ms-cloudpack/cli_v0.10.6",
1048
- "version": "0.10.6",
1049
- "comments": {
1050
- "patch": [
1051
- {
1052
- "author": "beachball",
1053
- "package": "@ms-cloudpack/cli",
1054
- "comment": "Bump @ms-cloudpack/bundler to v0.4.7",
1055
- "commit": "965236301e62bda5f94c1f54fa7ee80985e25513"
1056
- },
1057
- {
1058
- "author": "beachball",
1059
- "package": "@ms-cloudpack/cli",
1060
- "comment": "Bump @ms-cloudpack/overlay to v0.1.3",
1061
- "commit": "965236301e62bda5f94c1f54fa7ee80985e25513"
1062
- },
1063
- {
1064
- "author": "beachball",
1065
- "package": "@ms-cloudpack/cli",
1066
- "comment": "Bump @ms-cloudpack/package-utilities to v0.13.0",
1067
- "commit": "965236301e62bda5f94c1f54fa7ee80985e25513"
1068
- }
1069
- ]
1070
- }
1071
- },
1072
- {
1073
- "date": "Wed, 28 Sep 2022 08:15:16 GMT",
1074
- "tag": "@ms-cloudpack/cli_v0.10.5",
1075
- "version": "0.10.5",
1076
- "comments": {
1077
- "patch": [
1078
- {
1079
- "author": "dake.3601@gmail.com",
1080
- "package": "@ms-cloudpack/cli",
1081
- "commit": "2ce010dcf3f75ceb4e859348426417405627e6ae",
1082
- "comment": "Fixing floating promises and async event handler"
1083
- },
1084
- {
1085
- "author": "elcraig@microsoft.com",
1086
- "package": "@ms-cloudpack/cli",
1087
- "commit": "755739620e0d429b2ef1b36e3bdc83063241f3a3",
1088
- "comment": "Move cache to home directory"
1089
- },
1090
- {
1091
- "author": "beachball",
1092
- "package": "@ms-cloudpack/cli",
1093
- "comment": "Bump @ms-cloudpack/bundler to v0.4.6",
1094
- "commit": "2ce010dcf3f75ceb4e859348426417405627e6ae"
1095
- },
1096
- {
1097
- "author": "beachball",
1098
- "package": "@ms-cloudpack/cli",
1099
- "comment": "Bump @ms-cloudpack/create-express-app to v0.1.1",
1100
- "commit": "2ce010dcf3f75ceb4e859348426417405627e6ae"
1101
- },
1102
- {
1103
- "author": "beachball",
1104
- "package": "@ms-cloudpack/cli",
1105
- "comment": "Bump @ms-cloudpack/package-utilities to v0.12.3",
1106
- "commit": "2ce010dcf3f75ceb4e859348426417405627e6ae"
1107
- }
1108
- ],
1109
- "none": [
1110
- {
1111
- "author": "elcraig@microsoft.com",
1112
- "package": "@ms-cloudpack/cli",
1113
- "commit": "084168500b6320d6861a4c7e8f363fea9e4f831e",
1114
- "comment": "Add lint disables"
1115
- }
1116
- ]
1117
- }
1118
- },
1119
- {
1120
- "date": "Sat, 24 Sep 2022 08:10:47 GMT",
1121
- "tag": "@ms-cloudpack/cli_v0.10.4",
1122
- "version": "0.10.4",
1123
- "comments": {
1124
- "patch": [
1125
- {
1126
- "author": "dzearing@microsoft.com",
1127
- "package": "@ms-cloudpack/cli",
1128
- "commit": "601cfb36d2e19be8986352cdf1c6f82958b2e82e",
1129
- "comment": "Adding missing \"ws\" dependency."
1130
- },
1131
- {
1132
- "author": "beachball",
1133
- "package": "@ms-cloudpack/cli",
1134
- "comment": "Bump @ms-cloudpack/bundler to v0.4.5",
1135
- "commit": "ed77ebe0734aa220c8245579ce58911de584171c"
1136
- },
1137
- {
1138
- "author": "beachball",
1139
- "package": "@ms-cloudpack/cli",
1140
- "comment": "Bump @ms-cloudpack/overlay to v0.1.2",
1141
- "commit": "ed77ebe0734aa220c8245579ce58911de584171c"
1142
- },
1143
- {
1144
- "author": "beachball",
1145
- "package": "@ms-cloudpack/cli",
1146
- "comment": "Bump @ms-cloudpack/package-utilities to v0.12.2",
1147
- "commit": "ed77ebe0734aa220c8245579ce58911de584171c"
1148
- }
1149
- ]
1150
- }
1151
- },
1152
- {
1153
- "date": "Fri, 23 Sep 2022 08:13:07 GMT",
1154
- "tag": "@ms-cloudpack/cli_v0.10.3",
1155
- "version": "0.10.3",
1156
- "comments": {
1157
- "patch": [
1158
- {
1159
- "author": "beachball",
1160
- "package": "@ms-cloudpack/cli",
1161
- "comment": "Bump @ms-cloudpack/bundler to v0.4.4",
1162
- "commit": "3d217e7c8066aafe28eee7826506f66be3506aae"
1163
- },
1164
- {
1165
- "author": "beachball",
1166
- "package": "@ms-cloudpack/cli",
1167
- "comment": "Bump @ms-cloudpack/package-utilities to v0.12.1",
1168
- "commit": "3d217e7c8066aafe28eee7826506f66be3506aae"
1169
- }
1170
- ]
1171
- }
1172
- },
1173
- {
1174
- "date": "Thu, 22 Sep 2022 08:15:14 GMT",
1175
- "tag": "@ms-cloudpack/cli_v0.10.2",
1176
- "version": "0.10.2",
1177
- "comments": {
1178
- "patch": [
1179
- {
1180
- "author": "dzearing@microsoft.com",
1181
- "package": "@ms-cloudpack/cli",
1182
- "commit": "fd93547d82c67060cc5d3be5b1749972be3924ff",
1183
- "comment": "Moving typings file to root of cli project."
1184
- },
1185
- {
1186
- "author": "beachball",
1187
- "package": "@ms-cloudpack/cli",
1188
- "comment": "Bump @ms-cloudpack/bundler to v0.4.3",
1189
- "commit": "bf1f396952dc6bf592e7d4fb82d700da2e5deac6"
1190
- },
1191
- {
1192
- "author": "beachball",
1193
- "package": "@ms-cloudpack/cli",
1194
- "comment": "Bump @ms-cloudpack/package-utilities to v0.12.0",
1195
- "commit": "bf1f396952dc6bf592e7d4fb82d700da2e5deac6"
1196
- }
1197
- ]
1198
- }
1199
- },
1200
- {
1201
- "date": "Wed, 21 Sep 2022 08:15:19 GMT",
1202
- "tag": "@ms-cloudpack/cli_v0.10.1",
1203
- "version": "0.10.1",
1204
- "comments": {
1205
- "patch": [
1206
- {
1207
- "author": "beachball",
1208
- "package": "@ms-cloudpack/cli",
1209
- "comment": "Bump @ms-cloudpack/bundler to v0.4.2",
1210
- "commit": "edaf39b3a641d469b5238c446b23e25399714ebd"
1211
- },
1212
- {
1213
- "author": "beachball",
1214
- "package": "@ms-cloudpack/cli",
1215
- "comment": "Bump @ms-cloudpack/package-utilities to v0.11.0",
1216
- "commit": "edaf39b3a641d469b5238c446b23e25399714ebd"
1217
- },
1218
- {
1219
- "author": "beachball",
1220
- "package": "@ms-cloudpack/cli",
1221
- "comment": "Bump @ms-cloudpack/path-utilities to v0.5.0",
1222
- "commit": "edaf39b3a641d469b5238c446b23e25399714ebd"
1223
- }
1224
- ]
1225
- }
1226
- },
1227
- {
1228
- "date": "Tue, 20 Sep 2022 08:13:46 GMT",
1229
- "tag": "@ms-cloudpack/cli_v0.10.0",
1230
- "version": "0.10.0",
1231
- "comments": {
1232
- "patch": [
1233
- {
1234
- "author": "dake.3601@gmail.com",
1235
- "package": "@ms-cloudpack/cli",
1236
- "commit": "d5ebdee5d00d56b153b4de0851665cb02189694a",
1237
- "comment": "Only one watcher per bundle task"
1238
- }
1239
- ],
1240
- "minor": [
1241
- {
1242
- "author": "dake.3601@gmail.com",
1243
- "package": "@ms-cloudpack/cli",
1244
- "commit": "bc64187802ecacd4098c99cdf308aa6bd2fc6f7f",
1245
- "comment": "Improved task watcher and data flow"
1246
- }
1247
- ],
1248
- "none": [
1249
- {
1250
- "author": "elcraig@microsoft.com",
1251
- "package": "@ms-cloudpack/cli",
1252
- "commit": "52b4314b694af37388821ff5b8a3b16f61b8dc8f",
1253
- "comment": "Hoist commonly used devDependencies to the repo root"
1254
- }
1255
- ]
1256
- }
1257
- },
1258
- {
1259
- "date": "Tue, 13 Sep 2022 08:15:44 GMT",
1260
- "tag": "@ms-cloudpack/cli_v0.9.0",
1261
- "version": "0.9.0",
1262
- "comments": {
1263
- "minor": [
1264
- {
1265
- "author": "dake.3601@gmail.com",
1266
- "package": "@ms-cloudpack/cli",
1267
- "commit": "895b402c3959e689ae8d7fb9c1ee8a56711b8958",
1268
- "comment": "Rerun flag on add method of Task Runner"
1269
- }
1270
- ],
1271
- "patch": [
1272
- {
1273
- "author": "renovate@whitesourcesoftware.com",
1274
- "package": "@ms-cloudpack/cli",
1275
- "commit": "42d8d8353be2893774225fbe2130dd934188c70f",
1276
- "comment": "Update dependency uuid to v9"
1277
- }
1278
- ]
1279
- }
1280
- },
1281
- {
1282
- "date": "Mon, 12 Sep 2022 08:13:33 GMT",
1283
- "tag": "@ms-cloudpack/cli_v0.8.1",
1284
- "version": "0.8.1",
1285
- "comments": {
1286
- "none": [
1287
- {
1288
- "author": "renovate@whitesourcesoftware.com",
1289
- "package": "@ms-cloudpack/cli",
1290
- "commit": "1ec5df995e0c7e2b037d329293c2da25e2be6527",
1291
- "comment": "Update devDependency @types/glob to v8"
1292
- }
1293
- ]
1294
- }
1295
- },
1296
- {
1297
- "date": "Fri, 09 Sep 2022 08:15:19 GMT",
1298
- "tag": "@ms-cloudpack/cli_v0.8.1",
1299
- "version": "0.8.1",
1300
- "comments": {
1301
- "patch": [
1302
- {
1303
- "author": "elcraig@microsoft.com",
1304
- "package": "@ms-cloudpack/cli",
1305
- "commit": "a94425304322aa40cd6837969d8c3a3f25d21ca2",
1306
- "message": "Improve async error handling"
1307
- }
1308
- ]
1309
- }
1310
- },
1311
- {
1312
- "date": "Wed, 07 Sep 2022 08:14:20 GMT",
1313
- "tag": "@ms-cloudpack/cli_v0.8.0",
1314
- "version": "0.8.0",
1315
- "comments": {
1316
- "minor": [
1317
- {
1318
- "author": "dake.3601@gmail.com",
1319
- "package": "@ms-cloudpack/cli",
1320
- "commit": "40594c97b5b9eb23dbcd763a6ea23cca9f6452f6",
1321
- "comment": "Fixing action undefined"
1322
- },
1323
- {
1324
- "author": "beachball",
1325
- "package": "@ms-cloudpack/cli",
1326
- "comment": "Bump @ms-cloudpack/bundler to v0.4.1",
1327
- "commit": "40594c97b5b9eb23dbcd763a6ea23cca9f6452f6"
1328
- }
1329
- ]
1330
- }
1331
- },
1332
- {
1333
- "date": "Tue, 06 Sep 2022 08:17:50 GMT",
1334
- "tag": "@ms-cloudpack/cli_v0.7.0",
1335
- "version": "0.7.0",
1336
- "comments": {
1337
- "none": [
1338
- {
1339
- "author": "dzearing@microsoft.com",
1340
- "package": "@ms-cloudpack/cli",
1341
- "commit": "2b961ca2bb0304eec6a5ce25d49a3c66072a113f",
1342
- "comment": "Updating api-extractor."
1343
- }
1344
- ],
1345
- "minor": [
1346
- {
1347
- "author": "dake.3601@gmail.com",
1348
- "package": "@ms-cloudpack/cli",
1349
- "commit": "5edd43e769c3fa7fa1f2fb16952e0031f57cbb43",
1350
- "comment": "Integrating PackageDefinitions implementation."
1351
- },
1352
- {
1353
- "author": "beachball",
1354
- "package": "@ms-cloudpack/cli",
1355
- "comment": "Bump @ms-cloudpack/bundler to v0.4.0",
1356
- "commit": "6bfb08a58af608b2e633ae7a4b686a6eabea29ca"
1357
- },
1358
- {
1359
- "author": "beachball",
1360
- "package": "@ms-cloudpack/cli",
1361
- "comment": "Bump @ms-cloudpack/package-utilities to v0.10.0",
1362
- "commit": "6bfb08a58af608b2e633ae7a4b686a6eabea29ca"
1363
- },
1364
- {
1365
- "author": "beachball",
1366
- "package": "@ms-cloudpack/cli",
1367
- "comment": "Bump @ms-cloudpack/path-utilities to v0.4.0",
1368
- "commit": "6bfb08a58af608b2e633ae7a4b686a6eabea29ca"
1369
- }
1370
- ]
1371
- }
1372
- },
1373
- {
1374
- "date": "Sun, 04 Sep 2022 08:14:55 GMT",
1375
- "tag": "@ms-cloudpack/cli_v0.6.1",
1376
- "version": "0.6.1",
1377
- "comments": {
1378
- "patch": [
1379
- {
1380
- "author": "beachball",
1381
- "package": "@ms-cloudpack/cli",
1382
- "comment": "Bump @ms-cloudpack/bundler to v0.3.11",
1383
- "commit": "33c2ca948b1ea905fa5a09f56bd443724d638fe3"
1384
- },
1385
- {
1386
- "author": "beachball",
1387
- "package": "@ms-cloudpack/cli",
1388
- "comment": "Bump @ms-cloudpack/package-utilities to v0.9.0",
1389
- "commit": "33c2ca948b1ea905fa5a09f56bd443724d638fe3"
1390
- }
1391
- ]
1392
- }
1393
- },
1394
- {
1395
- "date": "Sat, 03 Sep 2022 08:15:29 GMT",
1396
- "tag": "@ms-cloudpack/cli_v0.6.0",
1397
- "version": "0.6.0",
1398
- "comments": {
1399
- "minor": [
1400
- {
1401
- "author": "dake.3601@gmail.com",
1402
- "package": "@ms-cloudpack/cli",
1403
- "commit": "5edd43e769c3fa7fa1f2fb16952e0031f57cbb43",
1404
- "comment": "Add method of Task Runner deduplicates pending Tasks"
1405
- },
1406
- {
1407
- "author": "beachball",
1408
- "package": "@ms-cloudpack/cli",
1409
- "comment": "Bump @ms-cloudpack/bundler to v0.3.10",
1410
- "commit": "ec909bf967a54b174cb1d50e7e55bd4b3ed02884"
1411
- },
1412
- {
1413
- "author": "beachball",
1414
- "package": "@ms-cloudpack/cli",
1415
- "comment": "Bump @ms-cloudpack/package-utilities to v0.8.1",
1416
- "commit": "ec909bf967a54b174cb1d50e7e55bd4b3ed02884"
1417
- },
1418
- {
1419
- "author": "beachball",
1420
- "package": "@ms-cloudpack/cli",
1421
- "comment": "Bump @ms-cloudpack/path-utilities to v0.3.2",
1422
- "commit": "ec909bf967a54b174cb1d50e7e55bd4b3ed02884"
1423
- }
1424
- ]
1425
- }
1426
- },
1427
- {
1428
- "date": "Thu, 01 Sep 2022 08:12:24 GMT",
1429
- "tag": "@ms-cloudpack/cli_v0.5.0",
1430
- "version": "0.5.0",
1431
- "comments": {
1432
- "minor": [
1433
- {
1434
- "author": "dake.3601@gmail.com",
1435
- "package": "@ms-cloudpack/cli",
1436
- "commit": "3a3ed9727cf3a80c7656e0434febc250610b6600",
1437
- "comment": "Implementation of Task Runner"
1438
- },
1439
- {
1440
- "author": "beachball",
1441
- "package": "@ms-cloudpack/cli",
1442
- "comment": "Bump @ms-cloudpack/bundler to v0.3.9",
1443
- "commit": "d56c24adad069eb83c7437c25da1c919fb01098b"
1444
- }
1445
- ]
1446
- }
1447
- },
1448
- {
1449
- "date": "Wed, 31 Aug 2022 08:12:30 GMT",
1450
- "tag": "@ms-cloudpack/cli_v0.4.6",
1451
- "version": "0.4.6",
1452
- "comments": {
1453
- "patch": [
1454
- {
1455
- "author": "beachball",
1456
- "package": "@ms-cloudpack/cli",
1457
- "comment": "Bump @ms-cloudpack/bundler to v0.3.8",
1458
- "commit": "aa8cea7a0691061923acdb979de5959bdab8a1e2"
1459
- }
1460
- ]
1461
- }
1462
- },
1463
- {
1464
- "date": "Sat, 27 Aug 2022 08:13:49 GMT",
1465
- "tag": "@ms-cloudpack/cli_v0.4.5",
1466
- "version": "0.4.5",
1467
- "comments": {
1468
- "patch": [
1469
- {
1470
- "author": "beachball",
1471
- "package": "@ms-cloudpack/cli",
1472
- "comment": "Bump @ms-cloudpack/bundler to v0.3.7",
1473
- "commit": "b2eb8f99558e5dad138496ef33ae2f0a9ca68ca7"
1474
- }
1475
- ]
1476
- }
1477
- },
1478
- {
1479
- "date": "Fri, 26 Aug 2022 08:12:22 GMT",
1480
- "tag": "@ms-cloudpack/cli_v0.4.4",
1481
- "version": "0.4.4",
1482
- "comments": {
1483
- "patch": [
1484
- {
1485
- "author": "beachball",
1486
- "package": "@ms-cloudpack/cli",
1487
- "comment": "Bump @ms-cloudpack/bundler to v0.3.6",
1488
- "commit": "82e993fc365499d51ac44286401ffbcaee5d892e"
1489
- }
1490
- ]
1491
- }
1492
- },
1493
- {
1494
- "date": "Wed, 24 Aug 2022 08:14:41 GMT",
1495
- "tag": "@ms-cloudpack/cli_v0.4.3",
1496
- "version": "0.4.3",
1497
- "comments": {
1498
- "patch": [
1499
- {
1500
- "author": "dzearing@microsoft.com",
1501
- "package": "@ms-cloudpack/cli",
1502
- "commit": "3ba31149f7ca723c11f75bca3cc036e93887cd25",
1503
- "comment": "Fixing a request parsing issue which was ignoring plus signs in urls. Also adding a default root div to pages to deal with CRA expectations."
1504
- },
1505
- {
1506
- "author": "beachball",
1507
- "package": "@ms-cloudpack/cli",
1508
- "comment": "Bump @ms-cloudpack/bundler to v0.3.5",
1509
- "commit": "3ba31149f7ca723c11f75bca3cc036e93887cd25"
1510
- },
1511
- {
1512
- "author": "beachball",
1513
- "package": "@ms-cloudpack/cli",
1514
- "comment": "Bump @ms-cloudpack/overlay to v0.1.1",
1515
- "commit": "3ba31149f7ca723c11f75bca3cc036e93887cd25"
1516
- },
1517
- {
1518
- "author": "beachball",
1519
- "package": "@ms-cloudpack/cli",
1520
- "comment": "Bump @ms-cloudpack/package-utilities to v0.8.0",
1521
- "commit": "3ba31149f7ca723c11f75bca3cc036e93887cd25"
1522
- }
1523
- ]
1524
- }
1525
- },
1526
- {
1527
- "date": "Tue, 23 Aug 2022 08:12:04 GMT",
1528
- "tag": "@ms-cloudpack/cli_v0.4.2",
1529
- "version": "0.4.2",
1530
- "comments": {
1531
- "patch": [
1532
- {
1533
- "author": "beachball",
1534
- "package": "@ms-cloudpack/cli",
1535
- "comment": "Bump @ms-cloudpack/bundler to v0.3.4",
1536
- "commit": "e326723b6525cae8afc729bbd3c8c61aef7c1545"
1537
- }
1538
- ]
1539
- }
1540
- },
1541
- {
1542
- "date": "Tue, 16 Aug 2022 08:12:03 GMT",
1543
- "tag": "@ms-cloudpack/cli_v0.4.1",
1544
- "version": "0.4.1",
1545
- "comments": {
1546
- "patch": [
1547
- {
1548
- "author": "beachball",
1549
- "package": "@ms-cloudpack/cli",
1550
- "comment": "Bump @ms-cloudpack/bundler to v0.3.3",
1551
- "commit": "d3199fbaf45c136cafa240c075566fa468689bce"
1552
- },
1553
- {
1554
- "author": "beachball",
1555
- "package": "@ms-cloudpack/cli",
1556
- "comment": "Bump @ms-cloudpack/package-utilities to v0.7.0",
1557
- "commit": "d3199fbaf45c136cafa240c075566fa468689bce"
1558
- }
1559
- ]
1560
- }
1561
- },
1562
- {
1563
- "date": "Sat, 13 Aug 2022 08:14:13 GMT",
1564
- "tag": "@ms-cloudpack/cli_v0.4.0",
1565
- "version": "0.4.0",
1566
- "comments": {
1567
- "minor": [
1568
- {
1569
- "author": "dzearing@microsoft.com",
1570
- "package": "@ms-cloudpack/cli",
1571
- "commit": "69781360664cac5e13e889efa2dc02bc55a60315",
1572
- "comment": "Updates to the CLI to host the overlay."
1573
- },
1574
- {
1575
- "author": "beachball",
1576
- "package": "@ms-cloudpack/cli",
1577
- "comment": "Bump @ms-cloudpack/bundler to v0.3.2",
1578
- "commit": "64ce73b69d840630fd4330720cdd5141f664535c"
1579
- },
1580
- {
1581
- "author": "beachball",
1582
- "package": "@ms-cloudpack/cli",
1583
- "comment": "Bump @ms-cloudpack/overlay to v0.1.0",
1584
- "commit": "64ce73b69d840630fd4330720cdd5141f664535c"
1585
- }
1586
- ],
1587
- "patch": [
1588
- {
1589
- "author": "email not defined",
1590
- "package": "@ms-cloudpack/cli",
1591
- "commit": "de8a826010b5c4db76b73057199dc860e2f59c36",
1592
- "comment": "Pin devDependencies to 2.1.3"
1593
- }
1594
- ]
1595
- }
1596
- },
1597
- {
1598
- "date": "Fri, 12 Aug 2022 08:12:39 GMT",
1599
- "tag": "@ms-cloudpack/cli_v0.3.1",
1600
- "version": "0.3.1",
1601
- "comments": {
1602
- "patch": [
1603
- {
1604
- "author": "beachball",
1605
- "package": "@ms-cloudpack/cli",
1606
- "comment": "Bump @ms-cloudpack/bundler to v0.3.1",
1607
- "commit": "06b0e23a9cff634baf090a7310f9af625ca3922e"
1608
- },
1609
- {
1610
- "author": "beachball",
1611
- "package": "@ms-cloudpack/cli",
1612
- "comment": "Bump @ms-cloudpack/data-bus to v0.1.0",
1613
- "commit": "06b0e23a9cff634baf090a7310f9af625ca3922e"
1614
- },
1615
- {
1616
- "author": "beachball",
1617
- "package": "@ms-cloudpack/cli",
1618
- "comment": "Bump @ms-cloudpack/package-utilities to v0.6.1",
1619
- "commit": "06b0e23a9cff634baf090a7310f9af625ca3922e"
1620
- }
1621
- ]
1622
- }
1623
- },
1624
- {
1625
- "date": "Sat, 06 Aug 2022 08:15:40 GMT",
1626
- "tag": "@ms-cloudpack/cli_v0.3.0",
1627
- "version": "0.3.0",
1628
- "comments": {
1629
- "minor": [
1630
- {
1631
- "author": "dzearing@microsoft.com",
1632
- "package": "@ms-cloudpack/cli",
1633
- "commit": "70b5e51ee1e2bbb80d6b6fef1dbbf819d3634a0b",
1634
- "comment": "Adding api server and overlay integration."
1635
- },
1636
- {
1637
- "author": "beachball",
1638
- "package": "@ms-cloudpack/cli",
1639
- "comment": "Bump @ms-cloudpack/bundler to v0.3.0",
1640
- "commit": "b51ce22d9bb8d691916c1d41cf201b76ebd82bfa"
1641
- }
1642
- ]
1643
- }
1644
- },
1645
- {
1646
- "date": "Fri, 05 Aug 2022 08:12:21 GMT",
1647
- "tag": "@ms-cloudpack/cli_v0.2.13",
1648
- "version": "0.2.13",
1649
- "comments": {
1650
- "patch": [
1651
- {
1652
- "author": "beachball",
1653
- "package": "@ms-cloudpack/cli",
1654
- "comment": "Bump @ms-cloudpack/bundler to v0.2.1",
1655
- "commit": "8aaedf79e1b7b0b33f19ab560f233bc9bd27b5e5"
1656
- },
1657
- {
1658
- "author": "beachball",
1659
- "package": "@ms-cloudpack/cli",
1660
- "comment": "Bump @ms-cloudpack/package-utilities to v0.6.0",
1661
- "commit": "8aaedf79e1b7b0b33f19ab560f233bc9bd27b5e5"
1662
- }
1663
- ]
1664
- }
1665
- },
1666
- {
1667
- "date": "Tue, 02 Aug 2022 22:33:42 GMT",
1668
- "tag": "@ms-cloudpack/cli_v0.2.12",
1669
- "version": "0.2.12",
1670
- "comments": {
1671
- "patch": [
1672
- {
1673
- "author": "beachball",
1674
- "package": "@ms-cloudpack/cli",
1675
- "comment": "Bump @ms-cloudpack/bundler to v0.2.0",
1676
- "commit": "2c583353dd5eda02c356dac916a43bd2bc8bd510"
1677
- }
1678
- ]
1679
- }
1680
- },
1681
- {
1682
- "date": "Tue, 02 Aug 2022 20:37:37 GMT",
1683
- "tag": "@ms-cloudpack/cli_v0.2.11",
1684
- "version": "0.2.11",
1685
- "comments": {
1686
- "patch": [
1687
- {
1688
- "author": "beachball",
1689
- "package": "@ms-cloudpack/cli",
1690
- "comment": "Bump @ms-cloudpack/bundler to v0.1.14",
1691
- "commit": "3057702ae9868bdf6915d2dcdceaa6249712e3ba"
1692
- }
1693
- ]
1694
- }
1695
- },
1696
- {
1697
- "date": "Tue, 02 Aug 2022 20:04:17 GMT",
1698
- "tag": "@ms-cloudpack/cli_v0.2.10",
1699
- "version": "0.2.10",
1700
- "comments": {
1701
- "patch": [
1702
- {
1703
- "author": "beachball",
1704
- "package": "@ms-cloudpack/cli",
1705
- "comment": "Bump @ms-cloudpack/bundler to v0.1.13",
1706
- "commit": "9e2c1f3578afd093c2db6a3ac82c75b2bdddf120"
1707
- },
1708
- {
1709
- "author": "beachball",
1710
- "package": "@ms-cloudpack/cli",
1711
- "comment": "Bump @ms-cloudpack/package-utilities to v0.5.1",
1712
- "commit": "9e2c1f3578afd093c2db6a3ac82c75b2bdddf120"
1713
- }
1714
- ]
1715
- }
1716
- },
1717
- {
1718
- "date": "Tue, 02 Aug 2022 19:53:54 GMT",
1719
- "tag": "@ms-cloudpack/cli_v0.2.9",
1720
- "version": "0.2.9",
1721
- "comments": {
1722
- "patch": [
1723
- {
1724
- "author": "beachball",
1725
- "package": "@ms-cloudpack/cli",
1726
- "comment": "Bump @ms-cloudpack/bundler to v0.1.12",
1727
- "commit": "0f6e7ba9b609d54fdfa6b614975e7682314df8d8"
1728
- }
1729
- ]
1730
- }
1731
- },
1732
- {
1733
- "date": "Sun, 31 Jul 2022 20:15:25 GMT",
1734
- "tag": "@ms-cloudpack/cli_v0.2.8",
1735
- "version": "0.2.8",
1736
- "comments": {
1737
- "patch": [
1738
- {
1739
- "author": "beachball",
1740
- "package": "@ms-cloudpack/cli",
1741
- "comment": "Bump @ms-cloudpack/bundler to v0.1.11",
1742
- "commit": "54af9854338c335c9ea859dc23f87f4cb0c8b4a5"
1743
- }
1744
- ]
1745
- }
1746
- },
1747
- {
1748
- "date": "Thu, 28 Jul 2022 18:39:20 GMT",
1749
- "tag": "@ms-cloudpack/cli_v0.2.7",
1750
- "version": "0.2.7",
1751
- "comments": {
1752
- "patch": [
1753
- {
1754
- "author": "beachball",
1755
- "package": "@ms-cloudpack/cli",
1756
- "comment": "Bump @ms-cloudpack/bundler to v0.1.10",
1757
- "commit": "17466a01211ad947d65f6d85bfc1fd03fce7a0b9"
1758
- }
1759
- ]
1760
- }
1761
- },
1762
- {
1763
- "date": "Thu, 28 Jul 2022 18:29:47 GMT",
1764
- "tag": "@ms-cloudpack/cli_v0.2.6",
1765
- "version": "0.2.6",
1766
- "comments": {
1767
- "patch": [
1768
- {
1769
- "author": "beachball",
1770
- "package": "@ms-cloudpack/cli",
1771
- "comment": "Bump @ms-cloudpack/bundler to v0.1.9",
1772
- "commit": "5bdc413005b3b9babcda3b31242d0b4b6431a683"
1773
- }
1774
- ]
1775
- }
1776
- },
1777
- {
1778
- "date": "Thu, 21 Jul 2022 00:11:01 GMT",
1779
- "tag": "@ms-cloudpack/cli_v0.2.5",
1780
- "version": "0.2.5",
1781
- "comments": {
1782
- "patch": [
1783
- {
1784
- "author": "beachball",
1785
- "package": "@ms-cloudpack/cli",
1786
- "comment": "Bump @ms-cloudpack/bundler to v0.1.8",
1787
- "commit": "3b88b42eac76658f9873ade080b8b11c41d0b6aa"
1788
- }
1789
- ]
1790
- }
1791
- },
1792
- {
1793
- "date": "Wed, 06 Jul 2022 05:49:05 GMT",
1794
- "tag": "@ms-cloudpack/cli_v0.2.4",
1795
- "version": "0.2.4",
1796
- "comments": {
1797
- "patch": [
1798
- {
1799
- "author": "beachball",
1800
- "package": "@ms-cloudpack/cli",
1801
- "comment": "Bump @ms-cloudpack/bundler to v0.1.7",
1802
- "commit": "346fa91922ecdae5215772803cde444941e269ec"
1803
- }
1804
- ]
1805
- }
1806
- },
1807
- {
1808
- "date": "Wed, 22 Jun 2022 14:32:50 GMT",
1809
- "tag": "@ms-cloudpack/cli_v0.2.3",
1810
- "version": "0.2.3",
1811
- "comments": {
1812
- "patch": [
1813
- {
1814
- "author": "beachball",
1815
- "package": "@ms-cloudpack/cli",
1816
- "comment": "Bump @ms-cloudpack/bundler to v0.1.6",
1817
- "commit": "d5c2bfad588d6d701f5f61ed28b4b6ad800d1ab7"
1818
- }
1819
- ]
1820
- }
1821
- },
1822
- {
1823
- "date": "Wed, 08 Jun 2022 20:07:00 GMT",
1824
- "tag": "@ms-cloudpack/cli_v0.2.2",
1825
- "version": "0.2.2",
1826
- "comments": {
1827
- "patch": [
1828
- {
1829
- "author": "dzearing@microsoft.com",
1830
- "package": "@ms-cloudpack/cli",
1831
- "commit": "0e78dd2f1cf4d366f04d52d54996418c4febcfb6",
1832
- "comment": "Integrating type-fest to address typings, fixing a few edge cases."
1833
- },
1834
- {
1835
- "author": "beachball",
1836
- "package": "@ms-cloudpack/cli",
1837
- "comment": "Bump @ms-cloudpack/bundler to v0.1.5",
1838
- "commit": "0e78dd2f1cf4d366f04d52d54996418c4febcfb6"
1839
- },
1840
- {
1841
- "author": "beachball",
1842
- "package": "@ms-cloudpack/cli",
1843
- "comment": "Bump @ms-cloudpack/package-utilities to v0.5.0",
1844
- "commit": "0e78dd2f1cf4d366f04d52d54996418c4febcfb6"
1845
- },
1846
- {
1847
- "author": "beachball",
1848
- "package": "@ms-cloudpack/cli",
1849
- "comment": "Bump @ms-cloudpack/path-utilities to v0.3.1",
1850
- "commit": "0e78dd2f1cf4d366f04d52d54996418c4febcfb6"
1851
- }
1852
- ]
1853
- }
1854
- },
1855
- {
1856
- "date": "Thu, 26 May 2022 02:50:21 GMT",
1857
- "tag": "@ms-cloudpack/cli_v0.2.1",
1858
- "version": "0.2.1",
1859
- "comments": {
1860
- "patch": [
1861
- {
1862
- "author": "beachball",
1863
- "package": "@ms-cloudpack/cli",
1864
- "comment": "Bump @ms-cloudpack/bundler to v0.1.4",
1865
- "commit": "c6d1b54c1b196b6e22437f80e46433984d822d53"
1866
- },
1867
- {
1868
- "author": "beachball",
1869
- "package": "@ms-cloudpack/cli",
1870
- "comment": "Bump @ms-cloudpack/package-utilities to v0.4.1",
1871
- "commit": "c6d1b54c1b196b6e22437f80e46433984d822d53"
1872
- }
1873
- ]
1874
- }
1875
- },
1876
- {
1877
- "date": "Wed, 25 May 2022 21:40:45 GMT",
1878
- "tag": "@ms-cloudpack/cli_v0.2.0",
1879
- "version": "0.2.0",
1880
- "comments": {
1881
- "minor": [
1882
- {
1883
- "author": "dzearing@microsoft.com",
1884
- "package": "@ms-cloudpack/cli",
1885
- "commit": "c81fea1af8bedcd81366fbddb199dd2c0e6cbaa7",
1886
- "comment": "Updating the page to emit the right script url."
1887
- },
1888
- {
1889
- "author": "beachball",
1890
- "package": "@ms-cloudpack/cli",
1891
- "comment": "Bump @ms-cloudpack/bundler to v0.1.3",
1892
- "commit": "c81fea1af8bedcd81366fbddb199dd2c0e6cbaa7"
1893
- },
1894
- {
1895
- "author": "beachball",
1896
- "package": "@ms-cloudpack/cli",
1897
- "comment": "Bump @ms-cloudpack/package-utilities to v0.4.0",
1898
- "commit": "c81fea1af8bedcd81366fbddb199dd2c0e6cbaa7"
1899
- },
1900
- {
1901
- "author": "beachball",
1902
- "package": "@ms-cloudpack/cli",
1903
- "comment": "Bump @ms-cloudpack/path-utilities to v0.3.0",
1904
- "commit": "c81fea1af8bedcd81366fbddb199dd2c0e6cbaa7"
1905
- }
1906
- ]
1907
- }
1908
- },
1909
- {
1910
- "date": "Mon, 23 May 2022 23:22:13 GMT",
1911
- "tag": "@ms-cloudpack/cli_v0.1.2",
1912
- "version": "0.1.2",
1913
- "comments": {
1914
- "patch": [
1915
- {
1916
- "author": "beachball",
1917
- "package": "@ms-cloudpack/cli",
1918
- "comment": "Bump @ms-cloudpack/bundler to v0.1.2",
1919
- "commit": "13e46036a001233485b4950f80eaee2d62f5458b"
1920
- }
1921
- ]
1922
- }
1923
- },
1924
- {
1925
- "date": "Sat, 21 May 2022 00:31:32 GMT",
1926
- "tag": "@ms-cloudpack/cli_v0.1.1",
1927
- "version": "0.1.1",
1928
- "comments": {
1929
- "patch": [
1930
- {
1931
- "author": "dzearing@microsoft.com",
1932
- "package": "@ms-cloudpack/cli",
1933
- "commit": "c26c7bcc7abda501d07180598e3da003b435b03b",
1934
- "comment": "Adding call to burn import map on the page and placeholder html rendering logic."
1935
- },
1936
- {
1937
- "author": "beachball",
1938
- "package": "@ms-cloudpack/cli",
1939
- "comment": "Bump @ms-cloudpack/bundler to v0.1.1",
1940
- "commit": "c26c7bcc7abda501d07180598e3da003b435b03b"
1941
- },
1942
- {
1943
- "author": "beachball",
1944
- "package": "@ms-cloudpack/cli",
1945
- "comment": "Bump @ms-cloudpack/package-utilities to v0.3.0",
1946
- "commit": "c26c7bcc7abda501d07180598e3da003b435b03b"
1947
- }
1948
- ]
1949
- }
1950
- },
1951
- {
1952
- "date": "Fri, 20 May 2022 04:26:15 GMT",
1953
- "tag": "@ms-cloudpack/cli_v0.1.0",
1954
- "version": "0.1.0",
1955
- "comments": {
1956
- "minor": [
1957
- {
1958
- "author": "dzearing@microsoft.com",
1959
- "package": "@ms-cloudpack/cli",
1960
- "commit": "b39bb143fc53e622c39f9e9fd349f71c9ebadd77",
1961
- "comment": "Integrating ori-api"
1962
- },
1963
- {
1964
- "author": "beachball",
1965
- "package": "@ms-cloudpack/cli",
1966
- "comment": "Bump @ms-cloudpack/bundler to v0.1.0",
1967
- "commit": "b39bb143fc53e622c39f9e9fd349f71c9ebadd77"
1968
- },
1969
- {
1970
- "author": "beachball",
1971
- "package": "@ms-cloudpack/cli",
1972
- "comment": "Bump @ms-cloudpack/create-express-app to v0.1.0",
1973
- "commit": "b39bb143fc53e622c39f9e9fd349f71c9ebadd77"
1974
- },
1975
- {
1976
- "author": "beachball",
1977
- "package": "@ms-cloudpack/cli",
1978
- "comment": "Bump @ms-cloudpack/package-utilities to v0.2.0",
1979
- "commit": "b39bb143fc53e622c39f9e9fd349f71c9ebadd77"
1980
- },
1981
- {
1982
- "author": "beachball",
1983
- "package": "@ms-cloudpack/cli",
1984
- "comment": "Bump @ms-cloudpack/path-utilities to v0.2.0",
1985
- "commit": "b39bb143fc53e622c39f9e9fd349f71c9ebadd77"
1986
- }
1987
- ]
1988
- }
1989
- },
1990
- {
1991
- "date": "Thu, 19 May 2022 21:04:02 GMT",
1992
- "tag": "@ms-cloudpack/cli_v0.0.7",
1993
- "version": "0.0.7",
1994
- "comments": {
1995
- "patch": [
1996
- {
1997
- "author": "beachball",
1998
- "package": "@ms-cloudpack/cli",
1999
- "comment": "Bump @ms-cloudpack/bundler to v0.0.7",
2000
- "commit": "9bd9230fc985c94b2ad7d32a1abadada2fa75852"
2001
- },
2002
- {
2003
- "author": "beachball",
2004
- "package": "@ms-cloudpack/cli",
2005
- "comment": "Bump @ms-cloudpack/package-utilities to v0.1.7",
2006
- "commit": "9bd9230fc985c94b2ad7d32a1abadada2fa75852"
2007
- }
2008
- ]
2009
- }
2010
- },
2011
- {
2012
- "date": "Sat, 14 May 2022 04:36:11 GMT",
2013
- "tag": "@ms-cloudpack/cli_v0.0.6",
2014
- "version": "0.0.6",
2015
- "comments": {
2016
- "none": [
2017
- {
2018
- "author": "dzearing@microsoft.com",
2019
- "package": "@ms-cloudpack/cli",
2020
- "commit": "cc0844a7d18790d69e59b16dbd6eef8fab5bc4e0",
2021
- "comment": "Updating package details."
2022
- }
2023
- ],
2024
- "patch": [
2025
- {
2026
- "author": "beachball",
2027
- "package": "@ms-cloudpack/cli",
2028
- "comment": "Bump @ms-cloudpack/bundler to v0.0.6",
2029
- "commit": "14cd69e32bcb9e5b4dff9e3d1b5f0820cf3d7fdd"
2030
- },
2031
- {
2032
- "author": "beachball",
2033
- "package": "@ms-cloudpack/cli",
2034
- "comment": "Bump @ms-cloudpack/package-utilities to v0.1.6",
2035
- "commit": "14cd69e32bcb9e5b4dff9e3d1b5f0820cf3d7fdd"
2036
- }
2037
- ]
2038
- }
2039
- },
2040
- {
2041
- "date": "Mon, 09 May 2022 23:39:35 GMT",
2042
- "tag": "@ms-cloudpack/cli_v0.0.3",
2043
- "version": "0.0.3",
2044
- "comments": {
2045
- "none": [
2046
- {
2047
- "author": "dzearing@microsoft.com",
2048
- "package": "@ms-cloudpack/cli",
2049
- "commit": "e68680ba160469e2aad19a0c1ef20de03bced434",
2050
- "comment": "removing changes."
2051
- }
2052
- ],
2053
- "patch": [
2054
- {
2055
- "author": "bot@renovateapp.com",
2056
- "package": "@ms-cloudpack/cli",
2057
- "commit": "e68680ba160469e2aad19a0c1ef20de03bced434",
2058
- "comment": "Cleaning up problems found with depcheck"
2059
- },
2060
- {
2061
- "author": "beachball",
2062
- "package": "@ms-cloudpack/cli",
2063
- "comment": "Bump @ms-cloudpack/bundler to v0.0.3",
2064
- "commit": "e68680ba160469e2aad19a0c1ef20de03bced434"
2065
- },
2066
- {
2067
- "author": "beachball",
2068
- "package": "@ms-cloudpack/cli",
2069
- "comment": "Bump @ms-cloudpack/json-utilities to v0.0.3",
2070
- "commit": "e68680ba160469e2aad19a0c1ef20de03bced434"
2071
- },
2072
- {
2073
- "author": "beachball",
2074
- "package": "@ms-cloudpack/cli",
2075
- "comment": "Bump @ms-cloudpack/package-utilities to v0.1.3",
2076
- "commit": "e68680ba160469e2aad19a0c1ef20de03bced434"
2077
- }
2078
- ]
2079
- }
2080
- },
2081
- {
2082
- "date": "Mon, 09 May 2022 18:54:56 GMT",
2083
- "tag": "@ms-cloudpack/cli_v0.0.2",
2084
- "version": "0.0.2",
2085
- "comments": {
2086
- "patch": [
2087
- {
2088
- "author": "dzearing@microsoft.com",
2089
- "package": "@ms-cloudpack/cli",
2090
- "commit": "13c322180c016e6c653d4694b9f3380adeb8ad6f",
2091
- "comment": "Initial publish."
2092
- },
2093
- {
2094
- "author": "beachball",
2095
- "package": "@ms-cloudpack/cli",
2096
- "comment": "Bump @ms-cloudpack/bundler to v0.0.2",
2097
- "commit": "13c322180c016e6c653d4694b9f3380adeb8ad6f"
2098
- },
2099
- {
2100
- "author": "beachball",
2101
- "package": "@ms-cloudpack/cli",
2102
- "comment": "Bump @ms-cloudpack/bundler-types to v0.0.2",
2103
- "commit": "13c322180c016e6c653d4694b9f3380adeb8ad6f"
2104
- },
2105
- {
2106
- "author": "beachball",
2107
- "package": "@ms-cloudpack/cli",
2108
- "comment": "Bump @ms-cloudpack/create-express-app to v0.0.2",
2109
- "commit": "13c322180c016e6c653d4694b9f3380adeb8ad6f"
2110
- },
2111
- {
2112
- "author": "beachball",
2113
- "package": "@ms-cloudpack/cli",
2114
- "comment": "Bump @ms-cloudpack/data-bus to v0.0.2",
2115
- "commit": "13c322180c016e6c653d4694b9f3380adeb8ad6f"
2116
- },
2117
- {
2118
- "author": "beachball",
2119
- "package": "@ms-cloudpack/cli",
2120
- "comment": "Bump @ms-cloudpack/json-utilities to v0.0.2",
2121
- "commit": "13c322180c016e6c653d4694b9f3380adeb8ad6f"
2122
- }
2123
- ]
2124
- }
2125
- },
2126
- {
2127
- "date": "Tue, 29 Mar 2022 01:47:58 GMT",
2128
- "tag": "@ms-cloudpack/cli_v0.0.1",
2129
- "version": "0.0.1",
2130
- "comments": {
2131
- "patch": [
2132
- {
2133
- "author": "beachball",
2134
- "package": "@ms-cloudpack/cli",
2135
- "comment": "Bump @ms-cloudpack/package-utilities to v0.1.1",
2136
- "commit": "c971096caa21fb5a35090205cccf36f2cd2543fb"
2137
- }
2138
- ]
2139
- }
2140
- }
2141
- ]
2142
- }