@squiz/component-cli-lib 1.69.1 → 1.70.1

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 (68) hide show
  1. package/lib/index.js +63 -63
  2. package/lib/index.js.map +2 -2
  3. package/package.json +10 -7
  4. package/.env.example +0 -11
  5. package/.gitlab-ci.yml +0 -141
  6. package/CHANGELOG.md +0 -664
  7. package/build.js +0 -28
  8. package/jest.config.ts +0 -28
  9. package/jest.integration.config.ts +0 -27
  10. package/job-runner-lib.tgz +0 -0
  11. package/lib/job-runner-lib.tgz +0 -0
  12. package/localStart.ts +0 -11
  13. package/src/component-dev-folder-structures.integration.spec.ts +0 -91
  14. package/src/component-dev.integration.spec.ts +0 -71
  15. package/src/component-dev.ts +0 -102
  16. package/src/component-edge-dev.ts +0 -75
  17. package/src/component-init.spec.ts +0 -258
  18. package/src/component-init.ts +0 -81
  19. package/src/index.ts +0 -5
  20. package/src/integration-tests/__components__/big-package/manifest.json +0 -36
  21. package/src/integration-tests/__components__/big-package/render-json.js +0 -5
  22. package/src/integration-tests/__components__/cmp-format-string/main.js +0 -7
  23. package/src/integration-tests/__components__/cmp-format-string/manifest.json +0 -41
  24. package/src/integration-tests/__components__/cmp-no-api-key/main.js +0 -25
  25. package/src/integration-tests/__components__/cmp-no-api-key/manifest.json +0 -41
  26. package/src/integration-tests/__components__/cmp-property-order/main.js +0 -6
  27. package/src/integration-tests/__components__/cmp-property-order/manifest.json +0 -60
  28. package/src/integration-tests/__components__/cmp-static-file-test/main.js +0 -6
  29. package/src/integration-tests/__components__/cmp-static-file-test/manifest.json +0 -42
  30. package/src/integration-tests/__components__/cmp-static-file-test/public/static-library-file.js +0 -1
  31. package/src/integration-tests/__components__/invalid-manifest/main.js +0 -3
  32. package/src/integration-tests/__components__/invalid-manifest/manifest.json +0 -29
  33. package/src/integration-tests/__components__/invalid-upload/main.js +0 -3
  34. package/src/integration-tests/__components__/matrix-asset-uri/main.js +0 -7
  35. package/src/integration-tests/__components__/matrix-asset-uri/manifest.json +0 -42
  36. package/src/integration-tests/__components__/test-page-render/main.js +0 -3
  37. package/src/integration-tests/__components__/test-page-render/manifest.json +0 -46
  38. package/src/integration-tests/__components__/test-page-render/public/static-library-script.js +0 -1
  39. package/src/integration-tests/__components__/test-page-render/public/static-library-styles.css +0 -3
  40. package/src/integration-tests/__jobs__/invalid-manifest/main.js +0 -3
  41. package/src/integration-tests/__jobs__/invalid-manifest/manifest.json +0 -28
  42. package/src/integration-tests/__jobs__/invalid-upload/main.js +0 -3
  43. package/src/integration-tests/__jobs__/simple-job/main.js +0 -3
  44. package/src/integration-tests/__jobs__/simple-job/manifest.json +0 -25
  45. package/src/integration-tests/helper.ts +0 -227
  46. package/src/integration-tests/service-deployment.integration.spec.ts +0 -74
  47. package/src/integration-tests/test-setup.ts +0 -1
  48. package/src/upload-component-folder.ts +0 -130
  49. package/src/upload-job.ts +0 -101
  50. package/src/utils.spec.ts +0 -370
  51. package/src/utils.ts +0 -149
  52. package/templates/advanced/build.js +0 -43
  53. package/templates/advanced/main.js +0 -3
  54. package/templates/advanced/manifest.json +0 -60
  55. package/templates/advanced/package-lock.json +0 -916
  56. package/templates/advanced/package.json +0 -11
  57. package/templates/advanced/previews/example.data.json +0 -1
  58. package/templates/advanced/previews/preview.html +0 -9
  59. package/templates/advanced/static/default.js +0 -1
  60. package/templates/advanced/static/default.scss +0 -1
  61. package/templates/basic/main.js +0 -3
  62. package/templates/basic/manifest.json +0 -62
  63. package/templates/basic/previews/example.data.json +0 -1
  64. package/templates/basic/previews/preview.html +0 -9
  65. package/templates/basic/static/default.css +0 -1
  66. package/templates/basic/static/default.js +0 -1
  67. package/tsconfig.json +0 -26
  68. package/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md DELETED
@@ -1,664 +0,0 @@
1
- # Change Log
2
-
3
- ## 1.69.1
4
-
5
- ### Patch Changes
6
-
7
- - 27dc41c: build changes
8
- - Updated dependencies [27dc41c]
9
- - @squiz/edge-dev-render-runtime-lib@2.2.1
10
-
11
- ## 1.69.0
12
-
13
- ### Minor Changes
14
-
15
- - e13a4d8: Edge for local development
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies [e13a4d8]
20
- - @squiz/edge-dev-render-runtime-lib@2.2.0
21
-
22
- ## 1.68.1
23
-
24
- ### Patch Changes
25
-
26
- - 1187eec: manual bump of dx-common-lib version
27
- - Updated dependencies [1187eec]
28
- - Updated dependencies [0afbb64]
29
- - @squiz/edge-dev-render-runtime-lib@2.1.1
30
- - @squiz/runtime-sandbox-node@1.64.2
31
- - @squiz/render-runtime-lib@1.76.0
32
-
33
- ## 1.68.0
34
-
35
- ### Minor Changes
36
-
37
- - 2338db0: add feature flag to make cmp service "edge components" only
38
-
39
- ## 1.67.0
40
-
41
- ### Minor Changes
42
-
43
- - f1c5768: export the fn to be be used by cli tool
44
-
45
- ### Patch Changes
46
-
47
- - Updated dependencies [f1c5768]
48
- - @squiz/edge-dev-render-runtime-lib@2.1.0
49
-
50
- ## 1.66.0
51
-
52
- ### Minor Changes
53
-
54
- - b468c40: add edge component render cli local dev package
55
-
56
- ### Patch Changes
57
-
58
- - Updated dependencies [b468c40]
59
- - @squiz/edge-dev-render-runtime-lib@2.0.0
60
-
61
- ## 1.65.1
62
-
63
- ### Patch Changes
64
-
65
- - 117ee3f: FEAAS-364 - Resolve management API crash during upload of ZIP that cannot be decompressed
66
-
67
- ## 1.65.0
68
-
69
- ### Minor Changes
70
-
71
- - 181f4da: Updated DXP session logic to accomodate experiments being defined as an object ({experimentId: variant}) in addition to the existing array structure.
72
-
73
- ## 1.64.1
74
-
75
- ### Patch Changes
76
-
77
- - f480872: Raw layout template (with no additional markup) was added and set to be the default layout for page contents
78
-
79
- ## 1.64.0
80
-
81
- ### Minor Changes
82
-
83
- - ac68ec6: Unpinned Squiz dependencies, they should now be following semver.
84
-
85
- ### Patch Changes
86
-
87
- - Updated dependencies [ac68ec6]
88
- - @squiz/runtime-sandbox-node@1.64.0
89
- - @squiz/render-runtime-lib@1.64.0
90
-
91
- ## 1.63.4
92
-
93
- ### Patch Changes
94
-
95
- - @squiz/render-runtime-lib@1.63.4
96
- - @squiz/runtime-sandbox-node@1.63.4
97
-
98
- ## 1.63.3
99
-
100
- ### Patch Changes
101
-
102
- - @squiz/render-runtime-lib@1.63.3
103
- - @squiz/runtime-sandbox-node@1.63.3
104
-
105
- ## 1.63.2
106
-
107
- ### Patch Changes
108
-
109
- - @squiz/render-runtime-lib@1.63.2
110
- - @squiz/runtime-sandbox-node@1.63.2
111
-
112
- ## 1.63.1
113
-
114
- ### Patch Changes
115
-
116
- - @squiz/render-runtime-lib@1.63.1
117
- - @squiz/runtime-sandbox-node@1.63.1
118
-
119
- All notable changes to this project will be documented in this file.
120
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
121
-
122
- ## [1.6.1-alpha.5](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.3...v1.6.1-alpha.5) (2023-02-02)
123
-
124
- **Note:** Version bump only for package @squiz/component-cli-lib
125
-
126
- ## [1.6.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.3...v1.6.1-alpha.4) (2023-02-02)
127
-
128
- **Note:** Version bump only for package @squiz/component-cli-lib
129
-
130
- ## [1.6.1-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.2...v1.6.1-alpha.3) (2023-02-02)
131
-
132
- **Note:** Version bump only for package @squiz/component-cli-lib
133
-
134
- ## [1.6.1-alpha.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.0...v1.6.1-alpha.2) (2023-02-02)
135
-
136
- **Note:** Version bump only for package @squiz/component-cli-lib
137
-
138
- ## [1.6.1-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.0...v1.6.1-alpha.1) (2023-02-02)
139
-
140
- **Note:** Version bump only for package @squiz/component-cli-lib
141
-
142
- # [1.6.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.5.1-alpha.4...v1.6.0) (2023-02-01)
143
-
144
- **Note:** Version bump only for package @squiz/component-cli-lib
145
-
146
- ## [1.5.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.4) (2023-01-31)
147
-
148
- **Note:** Version bump only for package @squiz/component-cli-lib
149
-
150
- ## [1.5.1-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.3) (2023-01-31)
151
-
152
- **Note:** Version bump only for package @squiz/component-cli-lib
153
-
154
- ## [1.5.1-alpha.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.2) (2023-01-30)
155
-
156
- **Note:** Version bump only for package @squiz/component-cli-lib
157
-
158
- ## [1.5.1-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.1) (2023-01-24)
159
-
160
- **Note:** Version bump only for package @squiz/component-cli-lib
161
-
162
- ## [1.5.1-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.0) (2023-01-24)
163
-
164
- **Note:** Version bump only for package @squiz/component-cli-lib
165
-
166
- # [1.5.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.0) (2023-01-20)
167
-
168
- **Note:** Version bump only for package @squiz/component-cli-lib
169
-
170
- # [1.4.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.4.0) (2023-01-20)
171
-
172
- **Note:** Version bump only for package @squiz/component-cli-lib
173
-
174
- ## [1.3.4-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.3.4-alpha.1) (2023-01-17)
175
-
176
- ### Bug Fixes
177
-
178
- - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
179
-
180
- ## [1.3.4-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.3.4-alpha.0) (2023-01-17)
181
-
182
- ### Bug Fixes
183
-
184
- - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
185
-
186
- ## [1.3.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.2...v1.3.3) (2023-01-17)
187
-
188
- **Note:** Version bump only for package @squiz/component-cli-lib
189
-
190
- ## [1.3.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.1...v1.3.2) (2023-01-17)
191
-
192
- **Note:** Version bump only for package @squiz/component-cli-lib
193
-
194
- ## [1.3.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.0...v1.3.1) (2023-01-17)
195
-
196
- **Note:** Version bump only for package @squiz/component-cli-lib
197
-
198
- # [1.3.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.13-alpha.6...v1.3.0) (2023-01-17)
199
-
200
- **Note:** Version bump only for package @squiz/component-cli-lib
201
-
202
- ## [1.2.13-alpha.6](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.13-alpha.5...v1.2.13-alpha.6) (2023-01-17)
203
-
204
- **Note:** Version bump only for package @squiz/component-cli-lib
205
-
206
- ## [1.2.13-alpha.5](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.5) (2023-01-17)
207
-
208
- ### Bug Fixes
209
-
210
- - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
211
-
212
- ## [1.2.13-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.4) (2023-01-16)
213
-
214
- ### Bug Fixes
215
-
216
- - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
217
-
218
- ## [1.2.13-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.3) (2023-01-16)
219
-
220
- ### Bug Fixes
221
-
222
- - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
223
-
224
- ## [1.2.13-alpha.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.2) (2023-01-13)
225
-
226
- ### Bug Fixes
227
-
228
- - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
229
-
230
- ## [1.2.13-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.1) (2023-01-13)
231
-
232
- ### Bug Fixes
233
-
234
- - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
235
-
236
- ## [1.2.13-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.0) (2023-01-13)
237
-
238
- ### Bug Fixes
239
-
240
- - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
241
-
242
- ## [1.2.12](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.12) (2022-11-24)
243
-
244
- **Note:** Version bump only for package @squiz/component-cli-lib
245
-
246
- ## [1.2.11](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.11) (2022-11-11)
247
-
248
- **Note:** Version bump only for package @squiz/component-cli-lib
249
-
250
- ## [1.2.10](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.10) (2022-11-09)
251
-
252
- **Note:** Version bump only for package @squiz/component-cli-lib
253
-
254
- ## [1.2.9](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.9) (2022-11-04)
255
-
256
- **Note:** Version bump only for package @squiz/component-cli-lib
257
-
258
- ## [1.2.8](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.8) (2022-10-21)
259
-
260
- **Note:** Version bump only for package @squiz/component-cli-lib
261
-
262
- ## [1.2.7](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.7) (2022-10-20)
263
-
264
- **Note:** Version bump only for package @squiz/component-cli-lib
265
-
266
- ## [1.2.6](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.6) (2022-10-20)
267
-
268
- **Note:** Version bump only for package @squiz/component-cli-lib
269
-
270
- ## [1.2.5](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.5) (2022-10-18)
271
-
272
- **Note:** Version bump only for package @squiz/component-cli-lib
273
-
274
- ## [1.2.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.4) (2022-10-11)
275
-
276
- **Note:** Version bump only for package @squiz/component-cli-lib
277
-
278
- ## [1.2.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.3) (2022-10-10)
279
-
280
- **Note:** Version bump only for package @squiz/component-cli-lib
281
-
282
- ## [1.2.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1...v1.2.2) (2022-09-26)
283
-
284
- **Note:** Version bump only for package @squiz/component-cli-lib
285
-
286
- ## [1.2.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1) (2022-09-23)
287
-
288
- **Note:** Version bump only for package @squiz/component-cli-lib
289
-
290
- ## [1.2.1-alpha.107](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.107) (2022-09-21)
291
-
292
- **Note:** Version bump only for package @squiz/component-cli-lib
293
-
294
- ## [1.2.1-alpha.106](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.106) (2022-09-02)
295
-
296
- **Note:** Version bump only for package @squiz/component-cli-lib
297
-
298
- ## [1.2.1-alpha.105](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.105) (2022-08-26)
299
-
300
- **Note:** Version bump only for package @squiz/component-cli-lib
301
-
302
- ## [1.2.1-alpha.104](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.104) (2022-08-23)
303
-
304
- **Note:** Version bump only for package @squiz/component-cli-lib
305
-
306
- ## [1.2.1-alpha.103](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.103) (2022-08-23)
307
-
308
- **Note:** Version bump only for package @squiz/component-cli-lib
309
-
310
- ## [1.2.1-alpha.102](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.102) (2022-08-23)
311
-
312
- **Note:** Version bump only for package @squiz/component-cli-lib
313
-
314
- ## [1.2.1-alpha.101](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.101) (2022-08-19)
315
-
316
- **Note:** Version bump only for package @squiz/component-cli-lib
317
-
318
- ## [1.2.1-alpha.100](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.100) (2022-08-18)
319
-
320
- **Note:** Version bump only for package @squiz/component-cli-lib
321
-
322
- ## [1.2.1-alpha.99](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.99) (2022-08-18)
323
-
324
- **Note:** Version bump only for package @squiz/component-cli-lib
325
-
326
- ## [1.2.1-alpha.98](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.98) (2022-08-17)
327
-
328
- **Note:** Version bump only for package @squiz/component-cli-lib
329
-
330
- ## [1.2.1-alpha.97](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.97) (2022-08-17)
331
-
332
- **Note:** Version bump only for package @squiz/component-cli-lib
333
-
334
- ## [1.2.1-alpha.96](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.96) (2022-08-12)
335
-
336
- **Note:** Version bump only for package @squiz/component-cli-lib
337
-
338
- ## [1.2.1-alpha.95](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.95) (2022-08-10)
339
-
340
- **Note:** Version bump only for package @squiz/component-cli-lib
341
-
342
- ## [1.2.1-alpha.94](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.94) (2022-08-10)
343
-
344
- **Note:** Version bump only for package @squiz/component-cli-lib
345
-
346
- ## [1.2.1-alpha.93](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.93) (2022-08-10)
347
-
348
- **Note:** Version bump only for package @squiz/component-cli-lib
349
-
350
- ## [1.2.1-alpha.92](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.92) (2022-08-08)
351
-
352
- **Note:** Version bump only for package @squiz/component-cli-lib
353
-
354
- ## [1.2.1-alpha.91](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.91) (2022-08-05)
355
-
356
- **Note:** Version bump only for package @squiz/component-cli-lib
357
-
358
- ## [1.2.1-alpha.90](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.89...v1.2.1-alpha.90) (2022-08-05)
359
-
360
- **Note:** Version bump only for package @squiz/component-cli-lib
361
-
362
- ## [1.2.1-alpha.89](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.88...v1.2.1-alpha.89) (2022-08-05)
363
-
364
- **Note:** Version bump only for package @squiz/component-cli-lib
365
-
366
- ## [1.2.1-alpha.88](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.88) (2022-08-05)
367
-
368
- **Note:** Version bump only for package @squiz/component-cli-lib
369
-
370
- ## [1.2.1-alpha.87](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.87) (2022-08-05)
371
-
372
- **Note:** Version bump only for package @squiz/component-cli-lib
373
-
374
- ## [1.2.1-alpha.86](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.86) (2022-08-01)
375
-
376
- **Note:** Version bump only for package @squiz/component-cli-lib
377
-
378
- ## [1.2.1-alpha.85](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.85) (2022-07-31)
379
-
380
- **Note:** Version bump only for package @squiz/component-cli-lib
381
-
382
- ## [1.2.1-alpha.84](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.84) (2022-07-29)
383
-
384
- **Note:** Version bump only for package @squiz/component-cli-lib
385
-
386
- ## [1.2.1-alpha.83](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.83) (2022-07-28)
387
-
388
- **Note:** Version bump only for package @squiz/component-cli-lib
389
-
390
- ## [1.2.1-alpha.82](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.82) (2022-07-26)
391
-
392
- **Note:** Version bump only for package @squiz/component-cli-lib
393
-
394
- ## [1.2.1-alpha.81](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.81) (2022-07-25)
395
-
396
- **Note:** Version bump only for package @squiz/component-cli-lib
397
-
398
- ## [1.2.1-alpha.80](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.80) (2022-07-25)
399
-
400
- **Note:** Version bump only for package @squiz/component-cli-lib
401
-
402
- ## [1.2.1-alpha.79](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.79) (2022-07-24)
403
-
404
- **Note:** Version bump only for package @squiz/component-cli-lib
405
-
406
- ## [1.2.1-alpha.78](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.78) (2022-07-22)
407
-
408
- **Note:** Version bump only for package @squiz/component-cli-lib
409
-
410
- ## [1.2.1-alpha.77](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.77) (2022-07-21)
411
-
412
- **Note:** Version bump only for package @squiz/component-cli-lib
413
-
414
- ## [1.2.1-alpha.76](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.76) (2022-07-21)
415
-
416
- **Note:** Version bump only for package @squiz/component-cli-lib
417
-
418
- ## [1.2.1-alpha.75](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.75) (2022-07-20)
419
-
420
- **Note:** Version bump only for package @squiz/component-cli-lib
421
-
422
- ## [1.2.1-alpha.74](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.74) (2022-07-20)
423
-
424
- **Note:** Version bump only for package @squiz/component-cli-lib
425
-
426
- ## [1.2.1-alpha.73](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.73) (2022-07-20)
427
-
428
- **Note:** Version bump only for package @squiz/component-cli-lib
429
-
430
- ## [1.2.1-alpha.72](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.72) (2022-07-20)
431
-
432
- **Note:** Version bump only for package @squiz/component-cli-lib
433
-
434
- ## [1.2.1-alpha.71](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.71) (2022-07-20)
435
-
436
- **Note:** Version bump only for package @squiz/component-cli-lib
437
-
438
- ## [1.2.1-alpha.70](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.70) (2022-07-19)
439
-
440
- **Note:** Version bump only for package @squiz/component-cli-lib
441
-
442
- ## [1.2.1-alpha.69](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.69) (2022-07-19)
443
-
444
- **Note:** Version bump only for package @squiz/component-cli-lib
445
-
446
- ## [1.2.1-alpha.68](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.68) (2022-07-05)
447
-
448
- **Note:** Version bump only for package @squiz/component-cli-lib
449
-
450
- ## [1.2.1-alpha.67](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.64...v1.2.1-alpha.67) (2022-07-04)
451
-
452
- **Note:** Version bump only for package @squiz/component-cli-lib
453
-
454
- ## [1.2.1-alpha.66](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.64...v1.2.1-alpha.66) (2022-07-04)
455
-
456
- **Note:** Version bump only for package @squiz/component-cli-lib
457
-
458
- ## [1.2.1-alpha.65](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.64...v1.2.1-alpha.65) (2022-07-01)
459
-
460
- **Note:** Version bump only for package @squiz/component-cli-lib
461
-
462
- ## [1.2.1-alpha.64](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.59...v1.2.1-alpha.64) (2022-06-29)
463
-
464
- ### Bug Fixes
465
-
466
- - **deps:** update lerna monorepo to v5.1.6 ([32db913](https://gitlab.squiz.net/developer-experience/cmp/commit/32db913e068f56c92c431f41266696b2b9202a07))
467
-
468
- ## [1.2.1-alpha.63](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.59...v1.2.1-alpha.63) (2022-06-28)
469
-
470
- ### Bug Fixes
471
-
472
- - **deps:** update lerna monorepo to v5.1.6 ([32db913](https://gitlab.squiz.net/developer-experience/cmp/commit/32db913e068f56c92c431f41266696b2b9202a07))
473
-
474
- ## [1.2.1-alpha.62](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.59...v1.2.1-alpha.62) (2022-06-27)
475
-
476
- ### Bug Fixes
477
-
478
- - **deps:** update lerna monorepo to v5.1.6 ([32db913](https://gitlab.squiz.net/developer-experience/cmp/commit/32db913e068f56c92c431f41266696b2b9202a07))
479
-
480
- ## [1.2.1-alpha.61](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.59...v1.2.1-alpha.61) (2022-06-27)
481
-
482
- ### Bug Fixes
483
-
484
- - **deps:** update lerna monorepo to v5.1.6 ([32db913](https://gitlab.squiz.net/developer-experience/cmp/commit/32db913e068f56c92c431f41266696b2b9202a07))
485
-
486
- ## [1.2.1-alpha.60](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.59...v1.2.1-alpha.60) (2022-06-24)
487
-
488
- **Note:** Version bump only for package @squiz/component-cli-lib
489
-
490
- ## [1.2.1-alpha.59](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.58...v1.2.1-alpha.59) (2022-06-22)
491
-
492
- **Note:** Version bump only for package @squiz/component-cli-lib
493
-
494
- ## [1.2.1-alpha.58](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.58) (2022-06-22)
495
-
496
- ### Bug Fixes
497
-
498
- - **deps:** update aws-cdk monorepo to v2.27.0 ([8b81e98](https://gitlab.squiz.net/developer-experience/cmp/commit/8b81e98ed6ec756bd956d3b479a5b7b56446b5a8))
499
-
500
- ## [1.2.1-alpha.57](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.57) (2022-06-17)
501
-
502
- ### Bug Fixes
503
-
504
- - **deps:** update aws-cdk monorepo to v2.27.0 ([8b81e98](https://gitlab.squiz.net/developer-experience/cmp/commit/8b81e98ed6ec756bd956d3b479a5b7b56446b5a8))
505
-
506
- ## [1.2.1-alpha.56](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.56) (2022-06-06)
507
-
508
- **Note:** Version bump only for package @squiz/component-cli-lib
509
-
510
- ## [1.2.1-alpha.55](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.55) (2022-06-06)
511
-
512
- **Note:** Version bump only for package @squiz/component-cli-lib
513
-
514
- ## [1.2.1-alpha.54](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.54) (2022-06-03)
515
-
516
- **Note:** Version bump only for package @squiz/component-cli-lib
517
-
518
- ## [1.2.1-alpha.53](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.53) (2022-06-03)
519
-
520
- **Note:** Version bump only for package @squiz/component-cli-lib
521
-
522
- ## [1.2.1-alpha.52](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.52) (2022-06-02)
523
-
524
- **Note:** Version bump only for package @squiz/component-cli-lib
525
-
526
- ## [1.2.1-alpha.51](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.51) (2022-06-01)
527
-
528
- **Note:** Version bump only for package @squiz/component-cli-lib
529
-
530
- ## [1.2.1-alpha.50](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.50) (2022-05-24)
531
-
532
- **Note:** Version bump only for package @squiz/component-cli-lib
533
-
534
- ## [1.2.1-alpha.49](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.49) (2022-05-24)
535
-
536
- **Note:** Version bump only for package @squiz/component-cli-lib
537
-
538
- ## [1.2.1-alpha.48](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.48) (2022-05-24)
539
-
540
- **Note:** Version bump only for package @squiz/component-cli-lib
541
-
542
- ## [1.2.1-alpha.47](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.47) (2022-05-24)
543
-
544
- **Note:** Version bump only for package @squiz/component-cli-lib
545
-
546
- ## [1.2.1-alpha.46](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.46) (2022-05-24)
547
-
548
- **Note:** Version bump only for package @squiz/component-cli-lib
549
-
550
- ## [1.2.1-alpha.45](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.45) (2022-05-19)
551
-
552
- **Note:** Version bump only for package @squiz/component-cli-lib
553
-
554
- ## [1.2.1-alpha.44](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.44) (2022-05-19)
555
-
556
- **Note:** Version bump only for package @squiz/component-cli-lib
557
-
558
- ## [1.2.1-alpha.43](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.43) (2022-05-19)
559
-
560
- **Note:** Version bump only for package @squiz/component-cli-lib
561
-
562
- ## [1.2.1-alpha.42](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.42) (2022-05-19)
563
-
564
- **Note:** Version bump only for package @squiz/component-cli-lib
565
-
566
- ## [1.2.1-alpha.41](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.41) (2022-05-18)
567
-
568
- **Note:** Version bump only for package @squiz/component-cli-lib
569
-
570
- ## [1.2.1-alpha.40](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.40) (2022-05-18)
571
-
572
- **Note:** Version bump only for package @squiz/component-cli-lib
573
-
574
- ## [1.2.1-alpha.39](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.39) (2022-05-18)
575
-
576
- **Note:** Version bump only for package @squiz/component-cli-lib
577
-
578
- ## [1.2.1-alpha.38](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.38) (2022-05-17)
579
-
580
- **Note:** Version bump only for package @squiz/component-cli-lib
581
-
582
- ## [1.2.1-alpha.37](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.37) (2022-05-17)
583
-
584
- **Note:** Version bump only for package @squiz/component-cli-lib
585
-
586
- ## [1.2.1-alpha.36](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.36) (2022-05-17)
587
-
588
- **Note:** Version bump only for package @squiz/component-cli-lib
589
-
590
- ## [1.2.1-alpha.35](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.35) (2022-05-17)
591
-
592
- **Note:** Version bump only for package @squiz/component-cli-lib
593
-
594
- ## [1.2.1-alpha.34](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.34) (2022-05-16)
595
-
596
- **Note:** Version bump only for package @squiz/component-cli-lib
597
-
598
- ## [1.2.1-alpha.33](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.33) (2022-05-16)
599
-
600
- **Note:** Version bump only for package @squiz/component-cli-lib
601
-
602
- ## [1.2.1-alpha.32](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.32) (2022-05-12)
603
-
604
- **Note:** Version bump only for package @squiz/component-cli-lib
605
-
606
- ## [1.2.1-alpha.31](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.31) (2022-05-12)
607
-
608
- **Note:** Version bump only for package @squiz/component-cli-lib
609
-
610
- ## [1.2.1-alpha.30](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.30) (2022-05-11)
611
-
612
- **Note:** Version bump only for package @squiz/component-cli-lib
613
-
614
- ## [1.2.1-alpha.29](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.29) (2022-05-11)
615
-
616
- **Note:** Version bump only for package @squiz/component-cli-lib
617
-
618
- ## [1.2.1-alpha.28](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.28) (2022-05-11)
619
-
620
- **Note:** Version bump only for package @squiz/component-cli-lib
621
-
622
- ## [1.2.1-alpha.27](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.27) (2022-05-11)
623
-
624
- **Note:** Version bump only for package @squiz/component-cli-lib
625
-
626
- ## [1.2.1-alpha.26](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.26) (2022-05-11)
627
-
628
- **Note:** Version bump only for package @squiz/component-cli-lib
629
-
630
- ## [1.2.1-alpha.25](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.25) (2022-05-11)
631
-
632
- **Note:** Version bump only for package @squiz/component-cli-lib
633
-
634
- ## [1.2.1-alpha.24](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.24) (2022-05-11)
635
-
636
- **Note:** Version bump only for package @squiz/component-cli-lib
637
-
638
- ## [1.2.1-alpha.23](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.23) (2022-05-11)
639
-
640
- **Note:** Version bump only for package @squiz/component-cli-lib
641
-
642
- ## [1.2.1-alpha.22](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.22) (2022-05-11)
643
-
644
- **Note:** Version bump only for package @squiz/component-cli-lib
645
-
646
- ## [1.2.1-alpha.21](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.21) (2022-05-10)
647
-
648
- **Note:** Version bump only for package @squiz/component-cli-lib
649
-
650
- ## [1.2.1-alpha.20](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.20) (2022-05-10)
651
-
652
- **Note:** Version bump only for package @squiz/component-cli-lib
653
-
654
- ## [1.2.1-alpha.19](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.19) (2022-05-10)
655
-
656
- **Note:** Version bump only for package @squiz/component-cli-lib
657
-
658
- ## [1.2.1-alpha.18](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.18) (2022-05-10)
659
-
660
- **Note:** Version bump only for package @squiz/component-cli-lib
661
-
662
- ## [1.2.1-alpha.17](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.0...v1.2.1-alpha.17) (2022-05-10)
663
-
664
- **Note:** Version bump only for package @squiz/component-cli-lib