@forge/cli 11.1.0-next.33 → 11.2.0-next.17-experimental-26b1489

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 (29) hide show
  1. package/CHANGELOG.md +298 -0
  2. package/npm-shrinkwrap.json +85 -186
  3. package/out/bin/cli.d.ts.map +1 -1
  4. package/out/bin/cli.js +8 -0
  5. package/out/command-line/command.d.ts +6 -5
  6. package/out/command-line/command.d.ts.map +1 -1
  7. package/out/command-line/command.js +24 -10
  8. package/out/command-line/controller/install-controller.d.ts.map +1 -1
  9. package/out/command-line/controller/install-controller.js +8 -3
  10. package/out/command-line/dependency-injection.d.ts +1 -2
  11. package/out/command-line/dependency-injection.d.ts.map +1 -1
  12. package/out/command-line/dependency-injection.js +3 -5
  13. package/out/command-line/register-app-commands.d.ts.map +1 -1
  14. package/out/command-line/register-app-commands.js +6 -9
  15. package/out/command-line/uninstall-command-helpers.d.ts +2 -2
  16. package/out/command-line/uninstall-command-helpers.d.ts.map +1 -1
  17. package/out/command-line/uninstall-command-helpers.js +8 -8
  18. package/out/deploy/deployer/deployer.d.ts +6 -1
  19. package/out/deploy/deployer/deployer.d.ts.map +1 -1
  20. package/out/deploy/deployer/deployer.js +21 -7
  21. package/out/deploy/deployer/trigger-deploy-graphql-client.d.ts +9 -2
  22. package/out/deploy/deployer/trigger-deploy-graphql-client.d.ts.map +1 -1
  23. package/out/deploy/deployer/trigger-deploy-graphql-client.js +1 -1
  24. package/out/deploy/packager/runtime-bundler.d.ts +3 -3
  25. package/out/deploy/packager/runtime-bundler.d.ts.map +1 -1
  26. package/out/deploy/packager/runtime-bundler.js +5 -4
  27. package/out/installations/installation-helper.d.ts.map +1 -1
  28. package/out/installations/installation-helper.js +3 -2
  29. package/package.json +13 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,303 @@
1
1
  # @forge/cli
2
2
 
3
+ ## 11.2.0-next.17-experimental-26b1489
4
+
5
+ ### Minor Changes
6
+
7
+ - 4ea0756: Bump up the minimum compatible node version
8
+ - 2712852: Rename csuik to ui-kit templates
9
+ - 9471e5d: Package Node runtime in a central location and remove 'bundled'
10
+
11
+ ### Patch Changes
12
+
13
+ - 514516e: adding support for XPA upgrade installations
14
+ - 456e5a9: Fix tunnelling using single wrapper
15
+ - d36ac75: Add v8-compile-cache/node22 enableCompileCache to speed up subsequent invocations
16
+ - 29f82ff: Support --no-color option
17
+ - dd61abf: Fix integration tests
18
+ - 812cdf4: Log requestId from deployment request instead of polling requests
19
+ - 4879128: Revert Changes: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
20
+ - cf5bc5c: Improve XPA error messages
21
+ - 272d770: Remove LaunchDarkly integration completely
22
+ - 0c9628f: Update wording for cross product app during uninstall
23
+ - 78a006f: Fixed handling of product and site params without any value
24
+ - 30f197e: Refactoring to enable alternate bundler support
25
+ - Updated dependencies [70cd30c]
26
+ - Updated dependencies [2712852]
27
+ - Updated dependencies [456e5a9]
28
+ - Updated dependencies [4879128]
29
+ - Updated dependencies [009ab70]
30
+ - Updated dependencies [cf5bc5c]
31
+ - Updated dependencies [272d770]
32
+ - Updated dependencies [9471e5d]
33
+ - Updated dependencies [78a006f]
34
+ - Updated dependencies [4c15b3a]
35
+ - Updated dependencies [359756b]
36
+ - Updated dependencies [34db0f6]
37
+ - Updated dependencies [01ca857]
38
+ - Updated dependencies [70badb7]
39
+ - Updated dependencies [30f197e]
40
+ - @forge/cli-shared@6.7.0-next.11-experimental-26b1489
41
+ - @forge/manifest@8.8.0-next.5-experimental-26b1489
42
+ - @forge/tunnel@5.10.0-next.13-experimental-26b1489
43
+ - @forge/bundler@4.21.0-next.13-experimental-26b1489
44
+ - @forge/runtime@5.10.7-next.0-experimental-26b1489
45
+ - @forge/lint@5.7.2-next.11-experimental-26b1489
46
+
47
+ ## 11.2.0-next.17
48
+
49
+ ### Patch Changes
50
+
51
+ - 456e5a9: Fix tunnelling using single wrapper
52
+ - 4879128: Revert Changes: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
53
+ - Updated dependencies [456e5a9]
54
+ - Updated dependencies [4879128]
55
+ - @forge/tunnel@5.10.0-next.13
56
+ - @forge/cli-shared@6.7.0-next.11
57
+ - @forge/bundler@4.21.0-next.13
58
+ - @forge/lint@5.7.2-next.11
59
+
60
+ ## 11.2.0-next.16
61
+
62
+ ### Minor Changes
63
+
64
+ - 4ea0756: Bump up the minimum compatible node version
65
+
66
+ ## 11.2.0-next.15
67
+
68
+ ### Patch Changes
69
+
70
+ - cf5bc5c: Improve XPA error messages
71
+ - Updated dependencies [cf5bc5c]
72
+ - Updated dependencies [4c15b3a]
73
+ - @forge/cli-shared@6.7.0-next.10
74
+ - @forge/manifest@8.8.0-next.5
75
+ - @forge/bundler@4.21.0-next.12
76
+ - @forge/lint@5.7.2-next.10
77
+ - @forge/tunnel@5.10.0-next.12
78
+
79
+ ## 11.2.0-next.14
80
+
81
+ ### Minor Changes
82
+
83
+ - 9471e5d: Package Node runtime in a central location and remove 'bundled'
84
+
85
+ ### Patch Changes
86
+
87
+ - 29f82ff: Support --no-color option
88
+ - Updated dependencies [9471e5d]
89
+ - @forge/bundler@4.21.0-next.11
90
+ - @forge/cli-shared@6.7.0-next.9
91
+ - @forge/tunnel@5.10.0-next.11
92
+ - @forge/lint@5.7.2-next.9
93
+
94
+ ## 11.2.0-next.13
95
+
96
+ ### Minor Changes
97
+
98
+ - 2712852: Rename csuik to ui-kit templates
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies [2712852]
103
+ - @forge/manifest@8.8.0-next.4
104
+ - @forge/bundler@4.21.0-next.10
105
+ - @forge/cli-shared@6.6.2-next.8
106
+ - @forge/lint@5.7.2-next.8
107
+ - @forge/tunnel@5.9.4-next.10
108
+
109
+ ## 11.1.1-next.12
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies [009ab70]
114
+ - Updated dependencies [34db0f6]
115
+ - @forge/manifest@8.7.1-next.3
116
+ - @forge/bundler@4.21.0-next.9
117
+ - @forge/cli-shared@6.6.2-next.7
118
+ - @forge/lint@5.7.2-next.7
119
+ - @forge/tunnel@5.9.4-next.9
120
+
121
+ ## 11.1.1-next.11
122
+
123
+ ### Patch Changes
124
+
125
+ - dbc077f: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
126
+ - Updated dependencies [dbc077f]
127
+ - @forge/cli-shared@6.6.2-next.6
128
+ - @forge/bundler@4.21.0-next.8
129
+ - @forge/lint@5.7.2-next.6
130
+ - @forge/tunnel@5.9.4-next.8
131
+
132
+ ## 11.1.1-next.10
133
+
134
+ ### Patch Changes
135
+
136
+ - Updated dependencies [01ca857]
137
+ - @forge/manifest@8.7.1-next.2
138
+ - @forge/bundler@4.21.0-next.7
139
+ - @forge/cli-shared@6.6.2-next.5
140
+ - @forge/lint@5.7.2-next.5
141
+ - @forge/tunnel@5.9.4-next.7
142
+
143
+ ## 11.1.1-next.9
144
+
145
+ ### Patch Changes
146
+
147
+ - d36ac75: Add v8-compile-cache/node22 enableCompileCache to speed up subsequent invocations
148
+ - dd61abf: Fix integration tests
149
+
150
+ ## 11.1.1-next.8
151
+
152
+ ### Patch Changes
153
+
154
+ - 812cdf4: Log requestId from deployment request instead of polling requests
155
+ - Updated dependencies [359756b]
156
+ - @forge/manifest@8.7.1-next.1
157
+ - @forge/bundler@4.21.0-next.6
158
+ - @forge/cli-shared@6.6.2-next.4
159
+ - @forge/lint@5.7.2-next.4
160
+ - @forge/tunnel@5.9.4-next.6
161
+
162
+ ## 11.1.1-next.7
163
+
164
+ ### Patch Changes
165
+
166
+ - 78a006f: Fixed handling of product and site params without any value
167
+ - Updated dependencies [78a006f]
168
+ - @forge/cli-shared@6.6.2-next.3
169
+ - @forge/bundler@4.21.0-next.5
170
+ - @forge/lint@5.7.2-next.3
171
+ - @forge/tunnel@5.9.4-next.5
172
+
173
+ ## 11.1.1-next.6
174
+
175
+ ### Patch Changes
176
+
177
+ - 272d770: Remove LaunchDarkly integration completely
178
+ - Updated dependencies [272d770]
179
+ - @forge/cli-shared@6.6.2-next.2
180
+ - @forge/runtime@5.10.7-next.0
181
+ - @forge/bundler@4.21.0-next.4
182
+ - @forge/lint@5.7.2-next.2
183
+ - @forge/tunnel@5.9.4-next.4
184
+
185
+ ## 11.1.1-next.5
186
+
187
+ ### Patch Changes
188
+
189
+ - @forge/bundler@4.21.0-next.3
190
+ - @forge/tunnel@5.9.4-next.3
191
+
192
+ ## 11.1.1-next.4
193
+
194
+ ### Patch Changes
195
+
196
+ - 30f197e: Refactoring to enable alternate bundler support
197
+ - Updated dependencies [70cd30c]
198
+ - Updated dependencies [30f197e]
199
+ - @forge/cli-shared@6.6.2-next.1
200
+ - @forge/bundler@4.21.0-next.2
201
+ - @forge/tunnel@5.9.4-next.2
202
+ - @forge/lint@5.7.2-next.1
203
+
204
+ ## 11.1.1-next.3
205
+
206
+ ### Patch Changes
207
+
208
+ - 0c9628f: Update wording for cross product app during uninstall
209
+
210
+ ## 11.1.1-next.2
211
+
212
+ ### Patch Changes
213
+
214
+ - @forge/bundler@4.20.10-next.1
215
+ - @forge/tunnel@5.9.4-next.1
216
+
217
+ ## 11.1.1-next.1
218
+
219
+ ### Patch Changes
220
+
221
+ - 514516e: adding support for XPA upgrade installations
222
+
223
+ ## 11.1.1-next.0
224
+
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [70badb7]
228
+ - @forge/manifest@8.7.1-next.0
229
+ - @forge/bundler@4.20.10-next.0
230
+ - @forge/cli-shared@6.6.2-next.0
231
+ - @forge/lint@5.7.2-next.0
232
+ - @forge/tunnel@5.9.4-next.0
233
+
234
+ ## 11.1.0
235
+
236
+ ### Minor Changes
237
+
238
+ - b82d338: Added the default dynamic type to legacy webtriggers when viewing version details
239
+
240
+ ### Patch Changes
241
+
242
+ - 091886c: prepare installations product field to accept multiple products
243
+ - f2c2405: improve UI for XPA
244
+ - fa77f8d: Revert the package registry change for the package
245
+ - 4655925: Adding support for license-modes agent
246
+ - d1b6fd5: Refactoring of SupportedProductsService.
247
+ - 68433cb: support node version 22
248
+ - 503e60e: Add publish config
249
+ - 71dc617: update primaryProduct to requiredProducts
250
+ - d0eb987: Fix uninstalling a single cross product app
251
+ - 2764f8a: Show secondary installations in uninstall UI.
252
+ - 321db2e: enable serial install execution
253
+ - 2086b3d: Remove node-fetch as a dependency
254
+ - b3b1250: enable multiselect for XPA apps
255
+ - 495119b: Handle uninstalling cross product apps
256
+ - 2319dc4: Improve multi-select product table UI
257
+ - dd59f4b: Changed table layout
258
+ - abf24fa: Security update for dependent package
259
+ - 83a4975: adding license-modes agent
260
+ - Updated dependencies [091886c]
261
+ - Updated dependencies [f2c2405]
262
+ - Updated dependencies [c25288c]
263
+ - Updated dependencies [fa34240]
264
+ - Updated dependencies [fa77f8d]
265
+ - Updated dependencies [6a41721]
266
+ - Updated dependencies [48d2f56]
267
+ - Updated dependencies [4655925]
268
+ - Updated dependencies [89c96bf]
269
+ - Updated dependencies [d1b6fd5]
270
+ - Updated dependencies [dec434a]
271
+ - Updated dependencies [503e60e]
272
+ - Updated dependencies [6b8b6e2]
273
+ - Updated dependencies [71dc617]
274
+ - Updated dependencies [ba58c3a]
275
+ - Updated dependencies [321db2e]
276
+ - Updated dependencies [3302cc2]
277
+ - Updated dependencies [2086b3d]
278
+ - Updated dependencies [ad557af]
279
+ - Updated dependencies [b3b1250]
280
+ - Updated dependencies [2319dc4]
281
+ - Updated dependencies [dd59f4b]
282
+ - Updated dependencies [abf24fa]
283
+ - Updated dependencies [55df193]
284
+ - Updated dependencies [ddc0256]
285
+ - Updated dependencies [4b050d8]
286
+ - Updated dependencies [f70acc8]
287
+ - Updated dependencies [de16df9]
288
+ - Updated dependencies [83a4975]
289
+ - Updated dependencies [6f0fe42]
290
+ - Updated dependencies [29e8c8b]
291
+ - @forge/cli-shared@6.6.1
292
+ - @forge/lint@5.7.1
293
+ - @forge/egress@1.4.0
294
+ - @forge/manifest@8.7.0
295
+ - @forge/bundler@4.20.9
296
+ - @forge/runtime@5.10.6
297
+ - @forge/tunnel@5.9.3
298
+ - @forge/i18n@0.0.4
299
+ - @forge/util@1.4.8
300
+
3
301
  ## 11.1.0-next.33
4
302
 
5
303
  ### Patch Changes