@ms-cloudpack/cli 0.23.14 → 0.24.0

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 (43) hide show
  1. package/lib/commands/start/appServer/createRoutes.d.ts +15 -0
  2. package/lib/commands/start/appServer/createRoutes.js +70 -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 +49 -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/tsdoc-metadata.json +1 -1
  37. package/lib/types.d.ts +66 -2
  38. package/package.json +5 -3
  39. package/CHANGELOG.json +0 -2199
  40. package/CHANGELOG.md +0 -819
  41. package/lib/commands/start/inlineScripts.js.map +0 -1
  42. package/lib/commands/start/startAppServer.js +0 -155
  43. package/lib/commands/start/startAppServer.js.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,819 +0,0 @@
1
- # Change Log - @ms-cloudpack/cli
2
-
3
- This log was last generated on Tue, 31 Jan 2023 08:08:54 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 0.23.14
8
-
9
- Tue, 31 Jan 2023 08:08:54 GMT
10
-
11
- ### Patches
12
-
13
- - Don't publish test files (elcraig@microsoft.com)
14
- - Bump @ms-cloudpack/bundler to v0.9.3
15
- - Bump @ms-cloudpack/create-express-app to v1.1.5
16
- - Bump @ms-cloudpack/data-bus to v0.1.1
17
- - Bump @ms-cloudpack/overlay to v0.11.3
18
- - Bump @ms-cloudpack/package-utilities to v2.3.1
19
- - Bump @ms-cloudpack/path-utilities to v2.0.1
20
- - Bump @ms-cloudpack/path-string-parsing to v1.0.1
21
-
22
- ## 0.23.13
23
-
24
- Fri, 27 Jan 2023 08:08:35 GMT
25
-
26
- ### Patches
27
-
28
- - 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. (dzearing@microsoft.com)
29
-
30
- ## 0.23.12
31
-
32
- Thu, 26 Jan 2023 08:12:44 GMT
33
-
34
- ### Patches
35
-
36
- - Bump @ms-cloudpack/bundler to v0.9.2
37
- - Bump @ms-cloudpack/create-express-app to v1.1.4
38
-
39
- ## 0.23.11
40
-
41
- Wed, 25 Jan 2023 08:11:21 GMT
42
-
43
- ### Patches
44
-
45
- - Replace `PackageJson` from `type-fest` with a version from `@ms-cloudpack/bundler-types` (elcraig@microsoft.com)
46
- - Bump @ms-cloudpack/bundler to v0.9.1
47
- - Bump @ms-cloudpack/package-utilities to v2.3.0
48
-
49
- ## 0.23.10
50
-
51
- Mon, 23 Jan 2023 21:06:01 GMT
52
-
53
- ### Patches
54
-
55
- - Fixing init to not stop on warnings. (dzearing@microsoft.com)
56
- - Update type-only references to PackageDefinitions to use PackageDefinitionsCache type instead (elcraig@microsoft.com)
57
- - Bump @ms-cloudpack/bundler to v0.9.0
58
- - Bump @ms-cloudpack/package-utilities to v2.2.2
59
-
60
- ## 0.23.8
61
-
62
- Wed, 04 Jan 2023 08:11:16 GMT
63
-
64
- ### Patches
65
-
66
- - Bump @ms-cloudpack/bundler to v0.7.12
67
-
68
- ## 0.23.7
69
-
70
- Sat, 17 Dec 2022 08:10:52 GMT
71
-
72
- ### Patches
73
-
74
- - Bump @ms-cloudpack/bundler to v0.7.11
75
-
76
- ## 0.23.6
77
-
78
- Thu, 08 Dec 2022 08:12:47 GMT
79
-
80
- ### Patches
81
-
82
- - Changing addOverride to async and adding tests (dake.3601@gmail.com)
83
- - Bump @ms-cloudpack/bundler to v0.7.10
84
- - Bump @ms-cloudpack/package-utilities to v2.2.0
85
-
86
- ## 0.23.5
87
-
88
- Wed, 07 Dec 2022 08:11:46 GMT
89
-
90
- ### Patches
91
-
92
- - Bump @ms-cloudpack/bundler to v0.7.9
93
-
94
- ## 0.23.4
95
-
96
- Sun, 04 Dec 2022 08:11:29 GMT
97
-
98
- ### Patches
99
-
100
- - Bump @ms-cloudpack/overlay to v0.11.2
101
-
102
- ## 0.23.3
103
-
104
- Sat, 03 Dec 2022 08:10:45 GMT
105
-
106
- ### Patches
107
-
108
- - Updating test to use async isFile (dake.3601@gmail.com)
109
- - Bump @ms-cloudpack/bundler to v0.7.8
110
- - Bump @ms-cloudpack/create-express-app to v1.1.3
111
- - Bump @ms-cloudpack/overlay to v0.11.1
112
- - Bump @ms-cloudpack/package-utilities to v2.1.2
113
- - Bump @ms-cloudpack/path-utilities to v2.0.0
114
-
115
- ## 0.23.2
116
-
117
- Thu, 01 Dec 2022 08:10:47 GMT
118
-
119
- ### Patches
120
-
121
- - Added handling for promise rejection event. (dake.3601@gmail.com)
122
- - Added validation for unsupported paths. (dake.3601@gmail.com)
123
- - Single task cache busting (dake.3601@gmail.com)
124
- - Bump @ms-cloudpack/bundler to v0.7.7
125
- - Bump @ms-cloudpack/overlay to v0.11.0
126
- - Bump @ms-cloudpack/package-utilities to v2.1.1
127
-
128
- ## 0.23.1
129
-
130
- Tue, 29 Nov 2022 08:10:24 GMT
131
-
132
- ### Patches
133
-
134
- - Bump @ms-cloudpack/create-express-app to v1.1.2
135
-
136
- ## 0.23.0
137
-
138
- Wed, 23 Nov 2022 08:10:05 GMT
139
-
140
- ### Minor changes
141
-
142
- - Adding --outdir option to bundle. Removing extraneous console logging. (dzearing@microsoft.com)
143
- - Bump @ms-cloudpack/bundler to v0.7.6
144
- - Bump @ms-cloudpack/create-express-app to v1.1.1
145
- - Bump @ms-cloudpack/overlay to v0.10.1
146
-
147
- ### Patches
148
-
149
- - Added array of numbers to port types (dake.3601@gmail.com)
150
-
151
- ## 0.22.2
152
-
153
- Tue, 22 Nov 2022 08:10:22 GMT
154
-
155
- ### Patches
156
-
157
- - Added directory to serve as plain static assets. (dake.3601@gmail.com)
158
- - Bump @ms-cloudpack/create-express-app to v1.1.0
159
-
160
- ## 0.22.1
161
-
162
- Sat, 19 Nov 2022 08:11:13 GMT
163
-
164
- ### Patches
165
-
166
- - Config generation adds isInternal flag for internal packages. (dzearing@microsoft.com)
167
- - Clear cache on task restart. (dake.3601@gmail.com)
168
- - Bump @ms-cloudpack/bundler to v0.7.5
169
- - Bump @ms-cloudpack/package-utilities to v2.1.0
170
-
171
- ## 0.22.0
172
-
173
- Wed, 16 Nov 2022 08:11:39 GMT
174
-
175
- ### Minor changes
176
-
177
- - Added automatic override action. (dake.3601@gmail.com)
178
- - Bump @ms-cloudpack/bundler to v0.7.4
179
- - Bump @ms-cloudpack/overlay to v0.10.0
180
- - Bump @ms-cloudpack/package-utilities to v2.0.0
181
-
182
- ## 0.21.0
183
-
184
- Tue, 15 Nov 2022 08:13:12 GMT
185
-
186
- ### Minor changes
187
-
188
- - Updating bundler verb to add `bundler` option. (dzearing@microsoft.com)
189
- - Bump @ms-cloudpack/bundler to v0.7.3
190
- - Bump @ms-cloudpack/create-express-app to v1.0.2
191
- - Bump @ms-cloudpack/package-utilities to v1.2.1
192
- - Bump @ms-cloudpack/path-utilities to v1.1.1
193
-
194
- ### Patches
195
-
196
- - Moving inline scripts to a separate file (dake.3601@gmail.com)
197
-
198
- ## 0.20.2
199
-
200
- Tue, 08 Nov 2022 08:11:27 GMT
201
-
202
- ### Patches
203
-
204
- - Added html lang attribute. (dake.3601@gmail.com)
205
- - Bump @ms-cloudpack/overlay to v0.9.1
206
-
207
- ## 0.20.1
208
-
209
- Fri, 04 Nov 2022 08:12:21 GMT
210
-
211
- ### Patches
212
-
213
- - Bump @ms-cloudpack/bundler to v0.7.2
214
-
215
- ## 0.20.0
216
-
217
- Thu, 03 Nov 2022 08:13:11 GMT
218
-
219
- ### Minor changes
220
-
221
- - Added messages to open config file and to apply overrides. (dake.3601@gmail.com)
222
- - Bump @ms-cloudpack/bundler to v0.7.1
223
- - Bump @ms-cloudpack/overlay to v0.9.0
224
-
225
- ## 0.19.0
226
-
227
- Wed, 02 Nov 2022 08:11:20 GMT
228
-
229
- ### Minor changes
230
-
231
- - Restart tasks from API server (dake.3601@gmail.com)
232
- - Updating the cli to consume bundler plugin changes. (dzearing@microsoft.com)
233
- - Bump @ms-cloudpack/bundler to v0.7.0
234
- - Bump @ms-cloudpack/create-express-app to v1.0.1
235
- - Bump @ms-cloudpack/overlay to v0.8.0
236
- - Bump @ms-cloudpack/package-utilities to v1.2.0
237
-
238
- ## 0.18.3
239
-
240
- Tue, 01 Nov 2022 08:11:03 GMT
241
-
242
- ### Patches
243
-
244
- - Bump @ms-cloudpack/bundler to v0.6.7
245
-
246
- ## 0.18.2
247
-
248
- Wed, 26 Oct 2022 08:13:21 GMT
249
-
250
- ### Patches
251
-
252
- - Bump @ms-cloudpack/bundler to v0.6.6
253
-
254
- ## 0.18.1
255
-
256
- Fri, 21 Oct 2022 08:12:45 GMT
257
-
258
- ### Patches
259
-
260
- - Bump @ms-cloudpack/bundler to v0.6.5
261
-
262
- ## 0.18.0
263
-
264
- Thu, 20 Oct 2022 08:12:02 GMT
265
-
266
- ### Minor changes
267
-
268
- - Cache busting by updating the refresh version of the import map. (dake.3601@gmail.com)
269
- - Bump @ms-cloudpack/bundler to v0.6.4
270
- - Bump @ms-cloudpack/package-utilities to v1.1.0
271
-
272
- ## 0.17.0
273
-
274
- Wed, 19 Oct 2022 08:16:31 GMT
275
-
276
- ### Minor changes
277
-
278
- - Added sequence cookie to keep track of reloads. (dake.3601@gmail.com)
279
- - Bump @ms-cloudpack/overlay to v0.7.0
280
-
281
- ## 0.16.0
282
-
283
- Tue, 18 Oct 2022 08:16:24 GMT
284
-
285
- ### Minor changes
286
-
287
- - Https enabled through config file for App Server. (dake.3601@gmail.com)
288
- - Bump @ms-cloudpack/bundler to v0.6.3
289
- - Bump @ms-cloudpack/create-express-app to v1.0.0
290
- - Bump @ms-cloudpack/package-utilities to v1.0.1
291
- - Bump @ms-cloudpack/path-utilities to v1.1.0
292
-
293
- ## 0.15.2
294
-
295
- Sat, 15 Oct 2022 08:11:31 GMT
296
-
297
- ### Patches
298
-
299
- - Bump @ms-cloudpack/bundler to v0.6.2
300
- - Bump @ms-cloudpack/overlay to v0.6.0
301
- - Bump @ms-cloudpack/package-utilities to v1.0.0
302
- - Bump @ms-cloudpack/path-utilities to v1.0.0
303
- - Bump @ms-cloudpack/path-string-parsing to v1.0.0
304
-
305
- ## 0.15.1
306
-
307
- Thu, 13 Oct 2022 08:12:52 GMT
308
-
309
- ### Patches
310
-
311
- - Fixing watcher bug and better error handling (dake.3601@gmail.com)
312
- - Bump @ms-cloudpack/bundler to v0.6.1
313
- - Bump @ms-cloudpack/package-utilities to v0.16.1
314
-
315
- ## 0.15.0
316
-
317
- Wed, 12 Oct 2022 21:49:54 GMT
318
-
319
- ### Minor changes
320
-
321
- - The `init` verb now generates exports keys for paths using a period prefix (dzearing@microsoft.com)
322
- - Bump @ms-cloudpack/bundler to v0.6.0
323
- - Bump @ms-cloudpack/package-utilities to v0.16.0
324
-
325
- ## 0.14.0
326
-
327
- Wed, 12 Oct 2022 08:10:43 GMT
328
-
329
- ### Minor changes
330
-
331
- - Adding init verb. (dzearing@microsoft.com)
332
- - Bump @ms-cloudpack/bundler to v0.5.0
333
- - Bump @ms-cloudpack/package-utilities to v0.15.0
334
-
335
- ## 0.13.0
336
-
337
- Tue, 11 Oct 2022 08:16:37 GMT
338
-
339
- ### Minor changes
340
-
341
- - Added script that catches errors that happen before overlay renders. (dake.3601@gmail.com)
342
- - Bump @ms-cloudpack/overlay to v0.5.0
343
-
344
- ## 0.12.1
345
-
346
- Sat, 08 Oct 2022 08:10:34 GMT
347
-
348
- ### Patches
349
-
350
- - Control + C now works! (dake.3601@gmail.com)
351
-
352
- ## 0.12.0
353
-
354
- Wed, 05 Oct 2022 19:39:20 GMT
355
-
356
- ### Minor changes
357
-
358
- - Adding support for returning unbundled content. (dzearing@microsoft.com)
359
- - Bump @ms-cloudpack/bundler to v0.4.9
360
- - Bump @ms-cloudpack/overlay to v0.4.0
361
- - Bump @ms-cloudpack/package-utilities to v0.14.0
362
-
363
- ## 0.11.2
364
-
365
- Wed, 05 Oct 2022 08:13:11 GMT
366
-
367
- ### Patches
368
-
369
- - Watcher only for internal packages (dake.3601@gmail.com)
370
-
371
- ## 0.11.1
372
-
373
- Thu, 29 Sep 2022 22:52:40 GMT
374
-
375
- ### Patches
376
-
377
- - Adjusting some common code to get bundle details, creating a common folder for common stuff. (dzearing@microsoft.com)
378
- - Bump @ms-cloudpack/overlay to v0.3.0
379
-
380
- ## 0.11.0
381
-
382
- Thu, 29 Sep 2022 17:46:30 GMT
383
-
384
- ### Minor changes
385
-
386
- - Reload all tasks (dake.3601@gmail.com)
387
- - Bump @ms-cloudpack/bundler to v0.4.8
388
- - Bump @ms-cloudpack/json-utilities to v0.0.4
389
- - Bump @ms-cloudpack/overlay to v0.2.0
390
- - Bump @ms-cloudpack/package-utilities to v0.13.1
391
-
392
- ## 0.10.6
393
-
394
- Thu, 29 Sep 2022 08:13:15 GMT
395
-
396
- ### Patches
397
-
398
- - Bump @ms-cloudpack/bundler to v0.4.7
399
- - Bump @ms-cloudpack/overlay to v0.1.3
400
- - Bump @ms-cloudpack/package-utilities to v0.13.0
401
-
402
- ## 0.10.5
403
-
404
- Wed, 28 Sep 2022 08:15:16 GMT
405
-
406
- ### Patches
407
-
408
- - Fixing floating promises and async event handler (dake.3601@gmail.com)
409
- - Move cache to home directory (elcraig@microsoft.com)
410
- - Bump @ms-cloudpack/bundler to v0.4.6
411
- - Bump @ms-cloudpack/create-express-app to v0.1.1
412
- - Bump @ms-cloudpack/package-utilities to v0.12.3
413
-
414
- ## 0.10.4
415
-
416
- Sat, 24 Sep 2022 08:10:47 GMT
417
-
418
- ### Patches
419
-
420
- - Adding missing "ws" dependency. (dzearing@microsoft.com)
421
- - Bump @ms-cloudpack/bundler to v0.4.5
422
- - Bump @ms-cloudpack/overlay to v0.1.2
423
- - Bump @ms-cloudpack/package-utilities to v0.12.2
424
-
425
- ## 0.10.3
426
-
427
- Fri, 23 Sep 2022 08:13:07 GMT
428
-
429
- ### Patches
430
-
431
- - Bump @ms-cloudpack/bundler to v0.4.4
432
- - Bump @ms-cloudpack/package-utilities to v0.12.1
433
-
434
- ## 0.10.2
435
-
436
- Thu, 22 Sep 2022 08:15:14 GMT
437
-
438
- ### Patches
439
-
440
- - Moving typings file to root of cli project. (dzearing@microsoft.com)
441
- - Bump @ms-cloudpack/bundler to v0.4.3
442
- - Bump @ms-cloudpack/package-utilities to v0.12.0
443
-
444
- ## 0.10.1
445
-
446
- Wed, 21 Sep 2022 08:15:19 GMT
447
-
448
- ### Patches
449
-
450
- - Bump @ms-cloudpack/bundler to v0.4.2
451
- - Bump @ms-cloudpack/package-utilities to v0.11.0
452
- - Bump @ms-cloudpack/path-utilities to v0.5.0
453
-
454
- ## 0.10.0
455
-
456
- Tue, 20 Sep 2022 08:13:46 GMT
457
-
458
- ### Minor changes
459
-
460
- - Improved task watcher and data flow (dake.3601@gmail.com)
461
-
462
- ### Patches
463
-
464
- - Only one watcher per bundle task (dake.3601@gmail.com)
465
-
466
- ## 0.9.0
467
-
468
- Tue, 13 Sep 2022 08:15:44 GMT
469
-
470
- ### Minor changes
471
-
472
- - Rerun flag on add method of Task Runner (dake.3601@gmail.com)
473
-
474
- ### Patches
475
-
476
- - Update dependency uuid to v9 (renovate@whitesourcesoftware.com)
477
-
478
- ## 0.8.1
479
-
480
- Fri, 09 Sep 2022 08:15:19 GMT
481
-
482
- ### Patches
483
-
484
- - undefined (elcraig@microsoft.com)
485
-
486
- ## 0.8.0
487
-
488
- Wed, 07 Sep 2022 08:14:20 GMT
489
-
490
- ### Minor changes
491
-
492
- - Fixing action undefined (dake.3601@gmail.com)
493
- - Bump @ms-cloudpack/bundler to v0.4.1
494
-
495
- ## 0.7.0
496
-
497
- Tue, 06 Sep 2022 08:17:50 GMT
498
-
499
- ### Minor changes
500
-
501
- - Integrating PackageDefinitions implementation. (dake.3601@gmail.com)
502
- - Bump @ms-cloudpack/bundler to v0.4.0
503
- - Bump @ms-cloudpack/package-utilities to v0.10.0
504
- - Bump @ms-cloudpack/path-utilities to v0.4.0
505
-
506
- ## 0.6.1
507
-
508
- Sun, 04 Sep 2022 08:14:55 GMT
509
-
510
- ### Patches
511
-
512
- - Bump @ms-cloudpack/bundler to v0.3.11
513
- - Bump @ms-cloudpack/package-utilities to v0.9.0
514
-
515
- ## 0.6.0
516
-
517
- Sat, 03 Sep 2022 08:15:29 GMT
518
-
519
- ### Minor changes
520
-
521
- - Add method of Task Runner deduplicates pending Tasks (dake.3601@gmail.com)
522
- - Bump @ms-cloudpack/bundler to v0.3.10
523
- - Bump @ms-cloudpack/package-utilities to v0.8.1
524
- - Bump @ms-cloudpack/path-utilities to v0.3.2
525
-
526
- ## 0.5.0
527
-
528
- Thu, 01 Sep 2022 08:12:24 GMT
529
-
530
- ### Minor changes
531
-
532
- - Implementation of Task Runner (dake.3601@gmail.com)
533
- - Bump @ms-cloudpack/bundler to v0.3.9
534
-
535
- ## 0.4.6
536
-
537
- Wed, 31 Aug 2022 08:12:30 GMT
538
-
539
- ### Patches
540
-
541
- - Bump @ms-cloudpack/bundler to v0.3.8
542
-
543
- ## 0.4.5
544
-
545
- Sat, 27 Aug 2022 08:13:49 GMT
546
-
547
- ### Patches
548
-
549
- - Bump @ms-cloudpack/bundler to v0.3.7
550
-
551
- ## 0.4.4
552
-
553
- Fri, 26 Aug 2022 08:12:22 GMT
554
-
555
- ### Patches
556
-
557
- - Bump @ms-cloudpack/bundler to v0.3.6
558
-
559
- ## 0.4.3
560
-
561
- Wed, 24 Aug 2022 08:14:41 GMT
562
-
563
- ### Patches
564
-
565
- - 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. (dzearing@microsoft.com)
566
- - Bump @ms-cloudpack/bundler to v0.3.5
567
- - Bump @ms-cloudpack/overlay to v0.1.1
568
- - Bump @ms-cloudpack/package-utilities to v0.8.0
569
-
570
- ## 0.4.2
571
-
572
- Tue, 23 Aug 2022 08:12:04 GMT
573
-
574
- ### Patches
575
-
576
- - Bump @ms-cloudpack/bundler to v0.3.4
577
-
578
- ## 0.4.1
579
-
580
- Tue, 16 Aug 2022 08:12:03 GMT
581
-
582
- ### Patches
583
-
584
- - Bump @ms-cloudpack/bundler to v0.3.3
585
- - Bump @ms-cloudpack/package-utilities to v0.7.0
586
-
587
- ## 0.4.0
588
-
589
- Sat, 13 Aug 2022 08:14:13 GMT
590
-
591
- ### Minor changes
592
-
593
- - Updates to the CLI to host the overlay. (dzearing@microsoft.com)
594
- - Bump @ms-cloudpack/bundler to v0.3.2
595
- - Bump @ms-cloudpack/overlay to v0.1.0
596
-
597
- ### Patches
598
-
599
- - Pin devDependencies to 2.1.3 (email not defined)
600
-
601
- ## 0.3.1
602
-
603
- Fri, 12 Aug 2022 08:12:39 GMT
604
-
605
- ### Patches
606
-
607
- - Bump @ms-cloudpack/bundler to v0.3.1
608
- - Bump @ms-cloudpack/data-bus to v0.1.0
609
- - Bump @ms-cloudpack/package-utilities to v0.6.1
610
-
611
- ## 0.3.0
612
-
613
- Sat, 06 Aug 2022 08:15:40 GMT
614
-
615
- ### Minor changes
616
-
617
- - Adding api server and overlay integration. (dzearing@microsoft.com)
618
- - Bump @ms-cloudpack/bundler to v0.3.0
619
-
620
- ## 0.2.13
621
-
622
- Fri, 05 Aug 2022 08:12:21 GMT
623
-
624
- ### Patches
625
-
626
- - Bump @ms-cloudpack/bundler to v0.2.1
627
- - Bump @ms-cloudpack/package-utilities to v0.6.0
628
-
629
- ## 0.2.12
630
-
631
- Tue, 02 Aug 2022 22:33:42 GMT
632
-
633
- ### Patches
634
-
635
- - Bump @ms-cloudpack/bundler to v0.2.0
636
-
637
- ## 0.2.11
638
-
639
- Tue, 02 Aug 2022 20:37:37 GMT
640
-
641
- ### Patches
642
-
643
- - Bump @ms-cloudpack/bundler to v0.1.14
644
-
645
- ## 0.2.10
646
-
647
- Tue, 02 Aug 2022 20:04:17 GMT
648
-
649
- ### Patches
650
-
651
- - Bump @ms-cloudpack/bundler to v0.1.13
652
- - Bump @ms-cloudpack/package-utilities to v0.5.1
653
-
654
- ## 0.2.9
655
-
656
- Tue, 02 Aug 2022 19:53:54 GMT
657
-
658
- ### Patches
659
-
660
- - Bump @ms-cloudpack/bundler to v0.1.12
661
-
662
- ## 0.2.8
663
-
664
- Sun, 31 Jul 2022 20:15:25 GMT
665
-
666
- ### Patches
667
-
668
- - Bump @ms-cloudpack/bundler to v0.1.11
669
-
670
- ## 0.2.7
671
-
672
- Thu, 28 Jul 2022 18:39:20 GMT
673
-
674
- ### Patches
675
-
676
- - Bump @ms-cloudpack/bundler to v0.1.10
677
-
678
- ## 0.2.6
679
-
680
- Thu, 28 Jul 2022 18:29:47 GMT
681
-
682
- ### Patches
683
-
684
- - Bump @ms-cloudpack/bundler to v0.1.9
685
-
686
- ## 0.2.5
687
-
688
- Thu, 21 Jul 2022 00:11:01 GMT
689
-
690
- ### Patches
691
-
692
- - Bump @ms-cloudpack/bundler to v0.1.8
693
-
694
- ## 0.2.4
695
-
696
- Wed, 06 Jul 2022 05:49:05 GMT
697
-
698
- ### Patches
699
-
700
- - Bump @ms-cloudpack/bundler to v0.1.7
701
-
702
- ## 0.2.3
703
-
704
- Wed, 22 Jun 2022 14:32:50 GMT
705
-
706
- ### Patches
707
-
708
- - Bump @ms-cloudpack/bundler to v0.1.6
709
-
710
- ## 0.2.2
711
-
712
- Wed, 08 Jun 2022 20:07:00 GMT
713
-
714
- ### Patches
715
-
716
- - Integrating type-fest to address typings, fixing a few edge cases. (dzearing@microsoft.com)
717
- - Bump @ms-cloudpack/bundler to v0.1.5
718
- - Bump @ms-cloudpack/package-utilities to v0.5.0
719
- - Bump @ms-cloudpack/path-utilities to v0.3.1
720
-
721
- ## 0.2.1
722
-
723
- Thu, 26 May 2022 02:50:21 GMT
724
-
725
- ### Patches
726
-
727
- - Bump @ms-cloudpack/bundler to v0.1.4
728
- - Bump @ms-cloudpack/package-utilities to v0.4.1
729
-
730
- ## 0.2.0
731
-
732
- Wed, 25 May 2022 21:40:45 GMT
733
-
734
- ### Minor changes
735
-
736
- - Updating the page to emit the right script url. (dzearing@microsoft.com)
737
- - Bump @ms-cloudpack/bundler to v0.1.3
738
- - Bump @ms-cloudpack/package-utilities to v0.4.0
739
- - Bump @ms-cloudpack/path-utilities to v0.3.0
740
-
741
- ## 0.1.2
742
-
743
- Mon, 23 May 2022 23:22:13 GMT
744
-
745
- ### Patches
746
-
747
- - Bump @ms-cloudpack/bundler to v0.1.2
748
-
749
- ## 0.1.1
750
-
751
- Sat, 21 May 2022 00:31:32 GMT
752
-
753
- ### Patches
754
-
755
- - Adding call to burn import map on the page and placeholder html rendering logic. (dzearing@microsoft.com)
756
- - Bump @ms-cloudpack/bundler to v0.1.1
757
- - Bump @ms-cloudpack/package-utilities to v0.3.0
758
-
759
- ## 0.1.0
760
-
761
- Fri, 20 May 2022 04:26:15 GMT
762
-
763
- ### Minor changes
764
-
765
- - Integrating ori-api (dzearing@microsoft.com)
766
- - Bump @ms-cloudpack/bundler to v0.1.0
767
- - Bump @ms-cloudpack/create-express-app to v0.1.0
768
- - Bump @ms-cloudpack/package-utilities to v0.2.0
769
- - Bump @ms-cloudpack/path-utilities to v0.2.0
770
-
771
- ## 0.0.7
772
-
773
- Thu, 19 May 2022 21:04:02 GMT
774
-
775
- ### Patches
776
-
777
- - Bump @ms-cloudpack/bundler to v0.0.7
778
- - Bump @ms-cloudpack/package-utilities to v0.1.7
779
-
780
- ## 0.0.6
781
-
782
- Sat, 14 May 2022 04:36:11 GMT
783
-
784
- ### Patches
785
-
786
- - Bump @ms-cloudpack/bundler to v0.0.6
787
- - Bump @ms-cloudpack/package-utilities to v0.1.6
788
-
789
- ## 0.0.3
790
-
791
- Mon, 09 May 2022 23:39:35 GMT
792
-
793
- ### Patches
794
-
795
- - Cleaning up problems found with depcheck (bot@renovateapp.com)
796
- - Bump @ms-cloudpack/bundler to v0.0.3
797
- - Bump @ms-cloudpack/json-utilities to v0.0.3
798
- - Bump @ms-cloudpack/package-utilities to v0.1.3
799
-
800
- ## 0.0.2
801
-
802
- Mon, 09 May 2022 18:54:56 GMT
803
-
804
- ### Patches
805
-
806
- - Initial publish. (dzearing@microsoft.com)
807
- - Bump @ms-cloudpack/bundler to v0.0.2
808
- - Bump @ms-cloudpack/bundler-types to v0.0.2
809
- - Bump @ms-cloudpack/create-express-app to v0.0.2
810
- - Bump @ms-cloudpack/data-bus to v0.0.2
811
- - Bump @ms-cloudpack/json-utilities to v0.0.2
812
-
813
- ## 0.0.1
814
-
815
- Tue, 29 Mar 2022 01:47:58 GMT
816
-
817
- ### Patches
818
-
819
- - Bump @ms-cloudpack/package-utilities to v0.1.1