@forge/cli 6.14.1 → 6.15.0-next.51
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.
- package/CHANGELOG.md +561 -0
- package/npm-shrinkwrap.json +1764 -2396
- package/out/analytics-client/analytics-client.d.ts +1 -1
- package/out/analytics-client/analytics-client.d.ts.map +1 -1
- package/out/autocomplete/autocomplete-config.json +16 -0
- package/out/bin/postinstall.js +1 -2
- package/out/command-line/anon-user-id.js +1 -1
- package/out/command-line/command.d.ts +8 -8
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js +8 -8
- package/out/command-line/controller/default-environment-controller.d.ts +2 -3
- package/out/command-line/controller/default-environment-controller.d.ts.map +1 -1
- package/out/command-line/controller/default-environment-controller.js +2 -8
- package/out/command-line/controller/install-controller.d.ts.map +1 -1
- package/out/command-line/controller/install-controller.js +3 -2
- package/out/command-line/controller/prerequisites-controller.d.ts +1 -10
- package/out/command-line/controller/prerequisites-controller.d.ts.map +1 -1
- package/out/command-line/controller/prerequisites-controller.js +1 -22
- package/out/command-line/controller/settings-controller.d.ts +3 -7
- package/out/command-line/controller/settings-controller.d.ts.map +1 -1
- package/out/command-line/controller/settings-controller.js +33 -50
- package/out/command-line/dependency-injection.d.ts +2 -2
- package/out/command-line/dependency-injection.d.ts.map +1 -1
- package/out/command-line/dependency-injection.js +3 -4
- package/out/command-line/index.d.ts +1 -1
- package/out/command-line/index.d.ts.map +1 -1
- package/out/command-line/index.js +6 -12
- package/out/command-line/register-installation-commands.js +6 -6
- package/out/command-line/register-settings-commands.d.ts +1 -1
- package/out/command-line/register-settings-commands.d.ts.map +1 -1
- package/out/command-line/register-settings-commands.js +5 -5
- package/out/command-line/unique-machine-id.d.ts +0 -1
- package/out/command-line/unique-machine-id.d.ts.map +1 -1
- package/out/command-line/unique-machine-id.js +2 -3
- package/out/command-line/version-info.d.ts.map +1 -1
- package/out/command-line/version-info.js +2 -3
- package/out/command-line/view/install-view.d.ts.map +1 -1
- package/out/command-line/view/install-view.js +1 -1
- package/out/command-line/view/settings-view.d.ts +1 -1
- package/out/command-line/view/settings-view.d.ts.map +1 -1
- package/out/contributors/graphql-client.d.ts +0 -2
- package/out/contributors/graphql-client.d.ts.map +1 -1
- package/out/contributors/graphql-client.js +24 -16
- package/out/deploy/deployer/deploy-monitor-graphql-client.d.ts +2 -2
- package/out/deploy/deployer/deploy-monitor-graphql-client.d.ts.map +1 -1
- package/out/deploy/deployer/deployer.d.ts.map +1 -1
- package/out/deploy/deployer/deployer.js +2 -1
- package/out/environment/graphql-client.d.ts.map +1 -1
- package/out/environment/graphql-client.js +6 -0
- package/out/installations/graphql-client.d.ts.map +1 -1
- package/out/installations/graphql-client.js +8 -8
- package/out/installations/site-translation/bitbucket.js +1 -1
- package/out/installations/site-translation/cloudid-products.d.ts.map +1 -1
- package/out/installations/site-translation/cloudid-products.js +1 -1
- package/out/service/installation-service.js +1 -1
- package/out/service/migration-keys-service.d.ts +1 -1
- package/out/service/migration-keys-service.d.ts.map +1 -1
- package/out/service/tunnel-service.d.ts +1 -1
- package/out/service/tunnel-service.d.ts.map +1 -1
- package/out/workers/forge-cli-workers.js +1 -2
- package/out/workers/tunnel-clean-up-worker.d.ts +1 -1
- package/out/workers/tunnel-clean-up-worker.d.ts.map +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,566 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.15.0-next.51
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c67a090]
|
|
8
|
+
- @forge/runtime@4.4.4-next.14
|
|
9
|
+
- @forge/bundler@4.10.3-next.43
|
|
10
|
+
- @forge/tunnel@3.6.3-next.48
|
|
11
|
+
|
|
12
|
+
## 6.15.0-next.50
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [eee784f9]
|
|
17
|
+
- Updated dependencies [a1424a3c]
|
|
18
|
+
- @forge/bundler@4.10.3-next.42
|
|
19
|
+
- @forge/util@1.3.0-next.2
|
|
20
|
+
- @forge/tunnel@3.6.3-next.47
|
|
21
|
+
- @forge/cli-shared@3.16.0-next.29
|
|
22
|
+
- @forge/manifest@4.17.0-next.12
|
|
23
|
+
- @forge/runtime@4.4.4-next.13
|
|
24
|
+
- @forge/lint@3.6.2-next.29
|
|
25
|
+
|
|
26
|
+
## 6.15.0-next.49
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [1c36258c]
|
|
31
|
+
- Updated dependencies [f3dedc18]
|
|
32
|
+
- @forge/manifest@4.17.0-next.11
|
|
33
|
+
- @forge/tunnel@3.6.3-next.46
|
|
34
|
+
- @forge/cli-shared@3.16.0-next.28
|
|
35
|
+
- @forge/lint@3.6.2-next.28
|
|
36
|
+
- @forge/bundler@4.10.3-next.41
|
|
37
|
+
|
|
38
|
+
## 6.15.0-next.48
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [6715b6a1]
|
|
43
|
+
- @forge/util@1.3.0-next.1
|
|
44
|
+
- @forge/bundler@4.10.3-next.40
|
|
45
|
+
- @forge/cli-shared@3.16.0-next.27
|
|
46
|
+
- @forge/manifest@4.17.0-next.10
|
|
47
|
+
- @forge/runtime@4.4.4-next.12
|
|
48
|
+
- @forge/tunnel@3.6.3-next.45
|
|
49
|
+
- @forge/lint@3.6.2-next.27
|
|
50
|
+
|
|
51
|
+
## 6.15.0-next.47
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [12737d0e]
|
|
56
|
+
- @forge/manifest@4.17.0-next.9
|
|
57
|
+
- @forge/cli-shared@3.16.0-next.26
|
|
58
|
+
- @forge/lint@3.6.2-next.26
|
|
59
|
+
- @forge/tunnel@3.6.3-next.44
|
|
60
|
+
- @forge/bundler@4.10.3-next.39
|
|
61
|
+
|
|
62
|
+
## 6.15.0-next.46
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- 54a0dd03: Bumping dependencies via Renovate:
|
|
67
|
+
|
|
68
|
+
- tmp
|
|
69
|
+
- @types/tmp
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [54a0dd03]
|
|
72
|
+
- @forge/bundler@4.10.3-next.38
|
|
73
|
+
- @forge/cli-shared@3.16.0-next.25
|
|
74
|
+
- @forge/runtime@4.4.4-next.11
|
|
75
|
+
- @forge/tunnel@3.6.3-next.43
|
|
76
|
+
- @forge/lint@3.6.2-next.25
|
|
77
|
+
|
|
78
|
+
## 6.15.0-next.45
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- Updated dependencies [04271c27]
|
|
83
|
+
- @forge/bundler@4.10.3-next.37
|
|
84
|
+
- @forge/util@1.2.4-next.0
|
|
85
|
+
- @forge/tunnel@3.6.3-next.42
|
|
86
|
+
- @forge/cli-shared@3.16.0-next.24
|
|
87
|
+
- @forge/manifest@4.17.0-next.8
|
|
88
|
+
- @forge/runtime@4.4.4-next.10
|
|
89
|
+
- @forge/lint@3.6.2-next.24
|
|
90
|
+
|
|
91
|
+
## 6.15.0-next.44
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- Updated dependencies [85e81ed2]
|
|
96
|
+
- @forge/bundler@4.10.3-next.36
|
|
97
|
+
- @forge/tunnel@3.6.3-next.41
|
|
98
|
+
|
|
99
|
+
## 6.15.0-next.43
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- Updated dependencies [45027264]
|
|
104
|
+
- @forge/bundler@4.10.3-next.35
|
|
105
|
+
- @forge/tunnel@3.6.3-next.40
|
|
106
|
+
|
|
107
|
+
## 6.15.0-next.42
|
|
108
|
+
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- Updated dependencies [7d59b43b]
|
|
112
|
+
- @forge/cli-shared@3.16.0-next.23
|
|
113
|
+
- @forge/bundler@4.10.3-next.34
|
|
114
|
+
- @forge/lint@3.6.2-next.23
|
|
115
|
+
- @forge/tunnel@3.6.3-next.39
|
|
116
|
+
|
|
117
|
+
## 6.15.0-next.41
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- Updated dependencies [63687dfb]
|
|
122
|
+
- @forge/bundler@4.10.3-next.33
|
|
123
|
+
- @forge/cli-shared@3.16.0-next.22
|
|
124
|
+
- @forge/runtime@4.4.4-next.9
|
|
125
|
+
- @forge/tunnel@3.6.3-next.38
|
|
126
|
+
- @forge/lint@3.6.2-next.22
|
|
127
|
+
|
|
128
|
+
## 6.15.0-next.40
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
- 732c136a: Bumping dependencies via Renovate:
|
|
133
|
+
|
|
134
|
+
- tslib
|
|
135
|
+
|
|
136
|
+
- Updated dependencies [732c136a]
|
|
137
|
+
- @forge/runtime@4.4.4-next.8
|
|
138
|
+
- @forge/tunnel@3.6.3-next.37
|
|
139
|
+
- @forge/bundler@4.10.3-next.32
|
|
140
|
+
|
|
141
|
+
## 6.15.0-next.39
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- Updated dependencies [f6b7478d]
|
|
146
|
+
- Updated dependencies [34717470]
|
|
147
|
+
- @forge/bundler@4.10.3-next.31
|
|
148
|
+
- @forge/manifest@4.17.0-next.7
|
|
149
|
+
- @forge/tunnel@3.6.3-next.36
|
|
150
|
+
- @forge/cli-shared@3.16.0-next.21
|
|
151
|
+
- @forge/lint@3.6.2-next.21
|
|
152
|
+
|
|
153
|
+
## 6.15.0-next.38
|
|
154
|
+
|
|
155
|
+
### Patch Changes
|
|
156
|
+
|
|
157
|
+
- Updated dependencies [8ac4175]
|
|
158
|
+
- @forge/runtime@4.4.4-next.7
|
|
159
|
+
- @forge/bundler@4.10.3-next.30
|
|
160
|
+
- @forge/tunnel@3.6.3-next.35
|
|
161
|
+
|
|
162
|
+
## 6.15.0-next.37
|
|
163
|
+
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- 930b3a2: Update version of semver, latest-version and dotenv dependencies
|
|
167
|
+
- Updated dependencies [930b3a2]
|
|
168
|
+
- @forge/cli-shared@3.16.0-next.20
|
|
169
|
+
- @forge/bundler@4.10.3-next.29
|
|
170
|
+
- @forge/lint@3.6.2-next.20
|
|
171
|
+
- @forge/tunnel@3.6.3-next.34
|
|
172
|
+
|
|
173
|
+
## 6.15.0-next.36
|
|
174
|
+
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
- Updated dependencies [3cf9d98]
|
|
178
|
+
- @forge/tunnel@3.6.3-next.33
|
|
179
|
+
|
|
180
|
+
## 6.15.0-next.35
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- Updated dependencies [0cb957de]
|
|
185
|
+
- @forge/cli-shared@3.16.0-next.19
|
|
186
|
+
- @forge/bundler@4.10.3-next.28
|
|
187
|
+
- @forge/lint@3.6.2-next.19
|
|
188
|
+
- @forge/tunnel@3.6.3-next.32
|
|
189
|
+
|
|
190
|
+
## 6.15.0-next.34
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- Updated dependencies [0f580deb]
|
|
195
|
+
- @forge/cli-shared@3.16.0-next.18
|
|
196
|
+
- @forge/bundler@4.10.3-next.27
|
|
197
|
+
- @forge/lint@3.6.2-next.18
|
|
198
|
+
- @forge/tunnel@3.6.3-next.31
|
|
199
|
+
|
|
200
|
+
## 6.15.0-next.33
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- 5b46311: Bumping dependencies via Renovate:
|
|
205
|
+
|
|
206
|
+
- ora
|
|
207
|
+
|
|
208
|
+
- Updated dependencies [5b46311]
|
|
209
|
+
- @forge/cli-shared@3.16.0-next.17
|
|
210
|
+
- @forge/bundler@4.10.3-next.26
|
|
211
|
+
- @forge/lint@3.6.2-next.17
|
|
212
|
+
- @forge/tunnel@3.6.3-next.30
|
|
213
|
+
|
|
214
|
+
## 6.15.0-next.32
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- Updated dependencies [d41d51b]
|
|
219
|
+
- Updated dependencies [1734bb1]
|
|
220
|
+
- @forge/bundler@4.10.3-next.25
|
|
221
|
+
- @forge/tunnel@3.6.3-next.29
|
|
222
|
+
|
|
223
|
+
## 6.15.0-next.31
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- 30c5c39: Bumping dependencies via Renovate:
|
|
228
|
+
|
|
229
|
+
- memfs
|
|
230
|
+
|
|
231
|
+
- Updated dependencies [07d9b39]
|
|
232
|
+
- Updated dependencies [30c5c39]
|
|
233
|
+
- @forge/cli-shared@3.16.0-next.16
|
|
234
|
+
- @forge/bundler@4.10.3-next.24
|
|
235
|
+
- @forge/lint@3.6.2-next.16
|
|
236
|
+
- @forge/tunnel@3.6.3-next.28
|
|
237
|
+
|
|
238
|
+
## 6.15.0-next.30
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- Updated dependencies [8e172afc]
|
|
243
|
+
- @forge/manifest@4.16.1-next.6
|
|
244
|
+
- @forge/cli-shared@3.16.0-next.15
|
|
245
|
+
- @forge/lint@3.6.2-next.15
|
|
246
|
+
- @forge/tunnel@3.6.3-next.27
|
|
247
|
+
- @forge/bundler@4.10.3-next.23
|
|
248
|
+
|
|
249
|
+
## 6.15.0-next.29
|
|
250
|
+
|
|
251
|
+
### Patch Changes
|
|
252
|
+
|
|
253
|
+
- Updated dependencies [d6ed0db]
|
|
254
|
+
- @forge/cli-shared@3.16.0-next.14
|
|
255
|
+
- @forge/bundler@4.10.3-next.22
|
|
256
|
+
- @forge/lint@3.6.2-next.14
|
|
257
|
+
- @forge/tunnel@3.6.3-next.26
|
|
258
|
+
|
|
259
|
+
## 6.15.0-next.28
|
|
260
|
+
|
|
261
|
+
### Patch Changes
|
|
262
|
+
|
|
263
|
+
- Updated dependencies [f0e3fe96]
|
|
264
|
+
- @forge/runtime@4.4.4-next.6
|
|
265
|
+
- @forge/bundler@4.10.3-next.21
|
|
266
|
+
- @forge/tunnel@3.6.3-next.25
|
|
267
|
+
|
|
268
|
+
## 6.15.0-next.27
|
|
269
|
+
|
|
270
|
+
### Patch Changes
|
|
271
|
+
|
|
272
|
+
- Updated dependencies [f930f680]
|
|
273
|
+
- @forge/cli-shared@3.16.0-next.13
|
|
274
|
+
- @forge/runtime@4.4.4-next.5
|
|
275
|
+
- @forge/bundler@4.10.3-next.20
|
|
276
|
+
- @forge/lint@3.6.2-next.13
|
|
277
|
+
- @forge/tunnel@3.6.3-next.24
|
|
278
|
+
|
|
279
|
+
## 6.15.0-next.26
|
|
280
|
+
|
|
281
|
+
### Patch Changes
|
|
282
|
+
|
|
283
|
+
- Updated dependencies [bcbea7b0]
|
|
284
|
+
- @forge/tunnel@3.6.3-next.23
|
|
285
|
+
|
|
286
|
+
## 6.15.0-next.25
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- 9e15cc40: Bumping dependencies via Renovate:
|
|
291
|
+
|
|
292
|
+
- js-yaml
|
|
293
|
+
- @types/js-yaml
|
|
294
|
+
|
|
295
|
+
- Updated dependencies [57af8b52]
|
|
296
|
+
- Updated dependencies [9e15cc40]
|
|
297
|
+
- @forge/bundler@4.10.3-next.19
|
|
298
|
+
- @forge/cli-shared@3.16.0-next.12
|
|
299
|
+
- @forge/manifest@4.16.1-next.5
|
|
300
|
+
- @forge/runtime@4.4.4-next.4
|
|
301
|
+
- @forge/tunnel@3.6.3-next.22
|
|
302
|
+
- @forge/lint@3.6.2-next.12
|
|
303
|
+
|
|
304
|
+
## 6.15.0-next.24
|
|
305
|
+
|
|
306
|
+
### Patch Changes
|
|
307
|
+
|
|
308
|
+
- Updated dependencies [a31a1f95]
|
|
309
|
+
- @forge/manifest@4.16.1-next.4
|
|
310
|
+
- @forge/cli-shared@3.16.0-next.11
|
|
311
|
+
- @forge/lint@3.6.2-next.11
|
|
312
|
+
- @forge/tunnel@3.6.3-next.21
|
|
313
|
+
- @forge/bundler@4.10.3-next.18
|
|
314
|
+
|
|
315
|
+
## 6.15.0-next.23
|
|
316
|
+
|
|
317
|
+
### Patch Changes
|
|
318
|
+
|
|
319
|
+
- Updated dependencies [69153ba6]
|
|
320
|
+
- @forge/bundler@4.10.3-next.17
|
|
321
|
+
- @forge/tunnel@3.6.3-next.20
|
|
322
|
+
|
|
323
|
+
## 6.15.0-next.22
|
|
324
|
+
|
|
325
|
+
### Patch Changes
|
|
326
|
+
|
|
327
|
+
- Updated dependencies [bdc1988d]
|
|
328
|
+
- @forge/cli-shared@3.16.0-next.10
|
|
329
|
+
- @forge/runtime@4.4.4-next.3
|
|
330
|
+
- @forge/bundler@4.10.3-next.16
|
|
331
|
+
- @forge/lint@3.6.2-next.10
|
|
332
|
+
- @forge/tunnel@3.6.3-next.19
|
|
333
|
+
|
|
334
|
+
## 6.15.0-next.21
|
|
335
|
+
|
|
336
|
+
### Patch Changes
|
|
337
|
+
|
|
338
|
+
- @forge/tunnel@3.6.3-next.18
|
|
339
|
+
|
|
340
|
+
## 6.15.0-next.20
|
|
341
|
+
|
|
342
|
+
### Minor Changes
|
|
343
|
+
|
|
344
|
+
- 4a3a29ef: Add documentation link to error message when app is not in EAP
|
|
345
|
+
|
|
346
|
+
### Patch Changes
|
|
347
|
+
|
|
348
|
+
- Updated dependencies [4a3a29ef]
|
|
349
|
+
- @forge/cli-shared@3.16.0-next.9
|
|
350
|
+
- @forge/bundler@4.10.3-next.15
|
|
351
|
+
- @forge/lint@3.6.2-next.9
|
|
352
|
+
- @forge/tunnel@3.6.3-next.17
|
|
353
|
+
|
|
354
|
+
## 6.15.0-next.19
|
|
355
|
+
|
|
356
|
+
### Patch Changes
|
|
357
|
+
|
|
358
|
+
- Updated dependencies [69b5c5dc]
|
|
359
|
+
- @forge/bundler@4.10.3-next.14
|
|
360
|
+
- @forge/tunnel@3.6.3-next.16
|
|
361
|
+
|
|
362
|
+
## 6.15.0-next.18
|
|
363
|
+
|
|
364
|
+
### Patch Changes
|
|
365
|
+
|
|
366
|
+
- Updated dependencies [9f7890d4]
|
|
367
|
+
- @forge/tunnel@3.6.3-next.15
|
|
368
|
+
|
|
369
|
+
## 6.15.0-next.17
|
|
370
|
+
|
|
371
|
+
### Minor Changes
|
|
372
|
+
|
|
373
|
+
- 5091f398: Create a new error class for invalid manifest error
|
|
374
|
+
|
|
375
|
+
### Patch Changes
|
|
376
|
+
|
|
377
|
+
- Updated dependencies [5091f398]
|
|
378
|
+
- Updated dependencies [30b010d0]
|
|
379
|
+
- @forge/cli-shared@3.16.0-next.8
|
|
380
|
+
- @forge/bundler@4.10.3-next.13
|
|
381
|
+
- @forge/lint@3.6.2-next.8
|
|
382
|
+
- @forge/tunnel@3.6.3-next.14
|
|
383
|
+
|
|
384
|
+
## 6.15.0-next.16
|
|
385
|
+
|
|
386
|
+
### Patch Changes
|
|
387
|
+
|
|
388
|
+
- Updated dependencies [63c09c21]
|
|
389
|
+
- @forge/bundler@4.10.3-next.12
|
|
390
|
+
- @forge/tunnel@3.6.3-next.13
|
|
391
|
+
|
|
392
|
+
## 6.15.0-next.15
|
|
393
|
+
|
|
394
|
+
### Minor Changes
|
|
395
|
+
|
|
396
|
+
- 06f8c70a: Remove feature flags and expose contributors and environments commands
|
|
397
|
+
|
|
398
|
+
### Patch Changes
|
|
399
|
+
|
|
400
|
+
- Updated dependencies [06f8c70a]
|
|
401
|
+
- @forge/cli-shared@3.16.0-next.7
|
|
402
|
+
- @forge/bundler@4.10.3-next.11
|
|
403
|
+
- @forge/lint@3.6.2-next.7
|
|
404
|
+
- @forge/tunnel@3.6.3-next.12
|
|
405
|
+
|
|
406
|
+
## 6.14.2-next.14
|
|
407
|
+
|
|
408
|
+
### Patch Changes
|
|
409
|
+
|
|
410
|
+
- fc996c42: Added extra error mapping for hosted icon resource missing error from XLS
|
|
411
|
+
|
|
412
|
+
## 6.14.2-next.13
|
|
413
|
+
|
|
414
|
+
### Patch Changes
|
|
415
|
+
|
|
416
|
+
- f431f0d7: Bumping dependencies via Renovate:
|
|
417
|
+
|
|
418
|
+
- dayjs
|
|
419
|
+
|
|
420
|
+
- Updated dependencies [e89721f0]
|
|
421
|
+
- @forge/bundler@4.10.3-next.10
|
|
422
|
+
- @forge/tunnel@3.6.3-next.11
|
|
423
|
+
|
|
424
|
+
## 6.14.2-next.12
|
|
425
|
+
|
|
426
|
+
### Patch Changes
|
|
427
|
+
|
|
428
|
+
- a006df23: Bumping dependencies via Renovate:
|
|
429
|
+
|
|
430
|
+
- @types/node
|
|
431
|
+
|
|
432
|
+
- Updated dependencies [a006df23]
|
|
433
|
+
- @forge/bundler@4.10.3-next.9
|
|
434
|
+
- @forge/manifest@4.16.1-next.3
|
|
435
|
+
- @forge/runtime@4.4.4-next.2
|
|
436
|
+
- @forge/tunnel@3.6.3-next.10
|
|
437
|
+
- @forge/cli-shared@3.16.0-next.6
|
|
438
|
+
- @forge/lint@3.6.2-next.6
|
|
439
|
+
|
|
440
|
+
## 6.14.2-next.11
|
|
441
|
+
|
|
442
|
+
### Patch Changes
|
|
443
|
+
|
|
444
|
+
- Updated dependencies [1e4a8c72]
|
|
445
|
+
- @forge/bundler@4.10.3-next.8
|
|
446
|
+
- @forge/tunnel@3.6.3-next.9
|
|
447
|
+
|
|
448
|
+
## 6.14.2-next.10
|
|
449
|
+
|
|
450
|
+
### Patch Changes
|
|
451
|
+
|
|
452
|
+
- @forge/tunnel@3.6.3-next.8
|
|
453
|
+
|
|
454
|
+
## 6.14.2-next.9
|
|
455
|
+
|
|
456
|
+
### Patch Changes
|
|
457
|
+
|
|
458
|
+
- f1592b83: Bumping dependencies via Renovate:
|
|
459
|
+
|
|
460
|
+
- commander
|
|
461
|
+
|
|
462
|
+
## 6.14.2-next.8
|
|
463
|
+
|
|
464
|
+
### Patch Changes
|
|
465
|
+
|
|
466
|
+
- Updated dependencies [f89f7298]
|
|
467
|
+
- @forge/bundler@4.10.3-next.7
|
|
468
|
+
- @forge/tunnel@3.6.3-next.7
|
|
469
|
+
|
|
470
|
+
## 6.14.2-next.7
|
|
471
|
+
|
|
472
|
+
### Patch Changes
|
|
473
|
+
|
|
474
|
+
- Updated dependencies [463e90b3]
|
|
475
|
+
- @forge/manifest@4.16.1-next.2
|
|
476
|
+
- @forge/cli-shared@3.16.0-next.5
|
|
477
|
+
- @forge/lint@3.6.2-next.5
|
|
478
|
+
- @forge/tunnel@3.6.3-next.6
|
|
479
|
+
- @forge/bundler@4.10.3-next.6
|
|
480
|
+
|
|
481
|
+
## 6.14.2-next.6
|
|
482
|
+
|
|
483
|
+
### Patch Changes
|
|
484
|
+
|
|
485
|
+
- Updated dependencies [3c6c5460]
|
|
486
|
+
- @forge/cli-shared@3.16.0-next.4
|
|
487
|
+
- @forge/bundler@4.10.3-next.5
|
|
488
|
+
- @forge/lint@3.6.2-next.4
|
|
489
|
+
- @forge/tunnel@3.6.3-next.5
|
|
490
|
+
|
|
491
|
+
## 6.14.2-next.5
|
|
492
|
+
|
|
493
|
+
### Patch Changes
|
|
494
|
+
|
|
495
|
+
- Updated dependencies [8330a21]
|
|
496
|
+
- @forge/bundler@4.10.3-next.4
|
|
497
|
+
- @forge/tunnel@3.6.3-next.4
|
|
498
|
+
|
|
499
|
+
## 6.14.2-next.4
|
|
500
|
+
|
|
501
|
+
### Patch Changes
|
|
502
|
+
|
|
503
|
+
- 607ae91: Bumping dependencies via Renovate:
|
|
504
|
+
|
|
505
|
+
- @types/node
|
|
506
|
+
|
|
507
|
+
- Updated dependencies [607ae91]
|
|
508
|
+
- @forge/bundler@4.10.3-next.3
|
|
509
|
+
- @forge/manifest@4.16.1-next.1
|
|
510
|
+
- @forge/runtime@4.4.4-next.1
|
|
511
|
+
- @forge/tunnel@3.6.3-next.3
|
|
512
|
+
- @forge/cli-shared@3.15.2-next.3
|
|
513
|
+
- @forge/lint@3.6.2-next.3
|
|
514
|
+
|
|
515
|
+
## 6.14.2-next.3
|
|
516
|
+
|
|
517
|
+
### Patch Changes
|
|
518
|
+
|
|
519
|
+
- e9a431d: Bumping dependencies via Renovate:
|
|
520
|
+
|
|
521
|
+
- archiver
|
|
522
|
+
- @types/archiver
|
|
523
|
+
|
|
524
|
+
## 6.14.2-next.2
|
|
525
|
+
|
|
526
|
+
### Patch Changes
|
|
527
|
+
|
|
528
|
+
- Updated dependencies [8cb8709]
|
|
529
|
+
- @forge/cli-shared@3.15.2-next.2
|
|
530
|
+
- @forge/lint@3.6.2-next.2
|
|
531
|
+
- @forge/bundler@4.10.3-next.2
|
|
532
|
+
- @forge/tunnel@3.6.3-next.2
|
|
533
|
+
|
|
534
|
+
## 6.14.2-next.1
|
|
535
|
+
|
|
536
|
+
### Patch Changes
|
|
537
|
+
|
|
538
|
+
- 8d84db4: Bumping dependencies via Renovate:
|
|
539
|
+
|
|
540
|
+
- @sentry/node
|
|
541
|
+
|
|
542
|
+
- Updated dependencies [8d84db4]
|
|
543
|
+
- @forge/cli-shared@3.15.2-next.1
|
|
544
|
+
- @forge/bundler@4.10.3-next.1
|
|
545
|
+
- @forge/lint@3.6.2-next.1
|
|
546
|
+
- @forge/tunnel@3.6.3-next.1
|
|
547
|
+
|
|
548
|
+
## 6.14.2-next.0
|
|
549
|
+
|
|
550
|
+
### Patch Changes
|
|
551
|
+
|
|
552
|
+
- 33e6ca1: Bumping dependencies via Renovate:
|
|
553
|
+
|
|
554
|
+
- node-fetch
|
|
555
|
+
|
|
556
|
+
- Updated dependencies [33e6ca1]
|
|
557
|
+
- @forge/cli-shared@3.15.2-next.0
|
|
558
|
+
- @forge/lint@3.6.2-next.0
|
|
559
|
+
- @forge/manifest@4.16.1-next.0
|
|
560
|
+
- @forge/runtime@4.4.4-next.0
|
|
561
|
+
- @forge/bundler@4.10.3-next.0
|
|
562
|
+
- @forge/tunnel@3.6.3-next.0
|
|
563
|
+
|
|
3
564
|
## 6.14.1
|
|
4
565
|
|
|
5
566
|
### Patch Changes
|