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