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