@forge/cli-shared 0.0.0-experimental-fbe27f8 → 0.0.0-experimental-f85f9b1

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 (119) hide show
  1. package/CHANGELOG.md +605 -2
  2. package/out/app-logs/view-logs.js +3 -3
  3. package/out/apps/app-config.d.ts.map +1 -1
  4. package/out/apps/app-config.js +3 -2
  5. package/out/apps/create-app-graphql-client.d.ts.map +1 -1
  6. package/out/apps/create-app-graphql-client.js +6 -2
  7. package/out/apps/package-installer.js +1 -1
  8. package/out/apps/register-app.js +1 -1
  9. package/out/apps/template.js +12 -12
  10. package/out/auth/index.d.ts +0 -1
  11. package/out/auth/index.d.ts.map +1 -1
  12. package/out/auth/index.js +0 -1
  13. package/out/auth/personal/credential-store.d.ts +57 -0
  14. package/out/auth/personal/credential-store.d.ts.map +1 -0
  15. package/out/auth/personal/credential-store.js +188 -0
  16. package/out/auth/personal/index.d.ts +1 -4
  17. package/out/auth/personal/index.d.ts.map +1 -1
  18. package/out/auth/personal/index.js +1 -4
  19. package/out/auth/personal/login.d.ts +2 -2
  20. package/out/auth/personal/login.d.ts.map +1 -1
  21. package/out/auth/personal/login.js +1 -1
  22. package/out/auth/personal/logout.d.ts +2 -2
  23. package/out/auth/personal/logout.d.ts.map +1 -1
  24. package/out/auth/personal/me-graphql-client.d.ts +2 -1
  25. package/out/auth/personal/me-graphql-client.d.ts.map +1 -1
  26. package/out/auth/personal/me-graphql-client.js +3 -2
  27. package/out/auth/personal/token-authenticator.d.ts +3 -3
  28. package/out/auth/personal/token-authenticator.d.ts.map +1 -1
  29. package/out/auth/personal/token-authenticator.js +5 -5
  30. package/out/config/config-file-section-reader.js +2 -1
  31. package/out/config/config-file-section-writer.js +2 -1
  32. package/out/config/config-file.d.ts +14 -8
  33. package/out/config/config-file.d.ts.map +1 -1
  34. package/out/config/config-file.js +42 -41
  35. package/out/config/config-section.js +2 -1
  36. package/out/config/config.d.ts +2 -1
  37. package/out/config/config.d.ts.map +1 -1
  38. package/out/config/config.js +4 -2
  39. package/out/file-system/file-system-reader.d.ts +1 -0
  40. package/out/file-system/file-system-reader.d.ts.map +1 -1
  41. package/out/file-system/file-system-reader.js +7 -7
  42. package/out/file-system/file-system-writer.js +1 -1
  43. package/out/file-system/zip-accessor.js +1 -1
  44. package/out/graphql/app-environment-graphql-client.d.ts +3 -2
  45. package/out/graphql/app-environment-graphql-client.d.ts.map +1 -1
  46. package/out/graphql/app-environment-graphql-client.js +3 -2
  47. package/out/graphql/gateway.js +5 -3
  48. package/out/graphql/get-mutation-error.d.ts +1 -0
  49. package/out/graphql/get-mutation-error.d.ts.map +1 -1
  50. package/out/graphql/get-mutation-error.js +3 -2
  51. package/out/graphql/graphql-types.d.ts +5015 -548
  52. package/out/graphql/graphql-types.d.ts.map +1 -1
  53. package/out/graphql/graphql-types.js +491 -23
  54. package/out/graphql/minimal-graphql-runner.d.ts +9 -4
  55. package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
  56. package/out/graphql/minimal-graphql-runner.js +15 -5
  57. package/out/graphql/mutation-aware-graphql-client.d.ts +15 -4
  58. package/out/graphql/mutation-aware-graphql-client.d.ts.map +1 -1
  59. package/out/graphql/mutation-aware-graphql-client.js +17 -2
  60. package/out/http-client/feedback-post-client.js +1 -1
  61. package/out/http-client/file-uploader.js +1 -1
  62. package/out/service/bridge-script-service.d.ts +2 -0
  63. package/out/service/bridge-script-service.d.ts.map +1 -1
  64. package/out/service/bridge-script-service.js +4 -2
  65. package/out/service/feature-flag-service.d.ts +18 -6
  66. package/out/service/feature-flag-service.d.ts.map +1 -1
  67. package/out/service/feature-flag-service.js +32 -8
  68. package/out/service/iframe-resizer-script-service.d.ts +2 -0
  69. package/out/service/iframe-resizer-script-service.d.ts.map +1 -1
  70. package/out/service/iframe-resizer-script-service.js +4 -2
  71. package/out/shared/error-handling.d.ts +16 -2
  72. package/out/shared/error-handling.d.ts.map +1 -1
  73. package/out/shared/error-handling.js +43 -9
  74. package/out/shared/index.js +1 -1
  75. package/out/shared/installationId.js +2 -2
  76. package/out/shared/pause.js +2 -1
  77. package/out/shared/product.d.ts +4 -1
  78. package/out/shared/product.d.ts.map +1 -1
  79. package/out/shared/product.js +15 -5
  80. package/out/shared/read-app-config-files.d.ts.map +1 -1
  81. package/out/shared/read-app-config-files.js +8 -6
  82. package/out/shared/validate.d.ts +1 -1
  83. package/out/shared/validate.d.ts.map +1 -1
  84. package/out/shared/validate.js +8 -3
  85. package/out/ui/command-line-ui.d.ts +5 -3
  86. package/out/ui/command-line-ui.d.ts.map +1 -1
  87. package/out/ui/command-line-ui.js +37 -10
  88. package/out/ui/index.d.ts +0 -1
  89. package/out/ui/index.d.ts.map +1 -1
  90. package/out/ui/index.js +0 -1
  91. package/out/ui/multiple-table-prompt.js +4 -2
  92. package/out/ui/runtime-log.d.ts.map +1 -1
  93. package/out/ui/runtime-log.js +10 -5
  94. package/out/ui/single-table-prompt.js +4 -2
  95. package/out/ui/table-prompt.js +1 -1
  96. package/out/ui/text.d.ts +59 -11
  97. package/out/ui/text.d.ts.map +1 -1
  98. package/out/ui/text.js +90 -24
  99. package/out/ui/ui.d.ts +11 -0
  100. package/out/ui/ui.d.ts.map +1 -1
  101. package/package.json +13 -15
  102. package/out/auth/credentials-store-provider.d.ts +0 -4
  103. package/out/auth/credentials-store-provider.d.ts.map +0 -1
  104. package/out/auth/credentials-store-provider.js +0 -11
  105. package/out/auth/personal/abstract-token-store-getter.d.ts +0 -13
  106. package/out/auth/personal/abstract-token-store-getter.d.ts.map +0 -1
  107. package/out/auth/personal/abstract-token-store-getter.js +0 -31
  108. package/out/auth/personal/token-store-cache.d.ts +0 -12
  109. package/out/auth/personal/token-store-cache.d.ts.map +0 -1
  110. package/out/auth/personal/token-store-cache.js +0 -41
  111. package/out/auth/personal/token-store-keytar.d.ts +0 -23
  112. package/out/auth/personal/token-store-keytar.d.ts.map +0 -1
  113. package/out/auth/personal/token-store-keytar.js +0 -101
  114. package/out/auth/personal/token-store.d.ts +0 -28
  115. package/out/auth/personal/token-store.d.ts.map +0 -1
  116. package/out/auth/personal/token-store.js +0 -21
  117. package/out/ui/validation-error.d.ts +0 -3
  118. package/out/ui/validation-error.d.ts.map +0 -1
  119. package/out/ui/validation-error.js +0 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,609 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 0.0.0-experimental-fbe27f8
3
+ ## 0.0.0-experimental-f85f9b1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1eca527f: Type-safe argument and option handling
8
+ - Updated dependencies [52c2a24d]
9
+ - Updated dependencies [23a89df6]
10
+ - @forge/manifest@0.0.0-experimental-f85f9b1
11
+
12
+ ## 3.6.2-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [23a89df]
17
+ - @forge/manifest@4.7.1-next.0
18
+
19
+ ## 3.6.2-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - 1eca527: Type-safe argument and option handling
24
+
25
+ ## 3.6.1
26
+
27
+ ### Patch Changes
28
+
29
+ - af4c149: Update webpack-related packages and remove unused
30
+ - ba6d381: Bumping dependencies via Renovate:
31
+
32
+ - @types/cross-spawn
33
+
34
+ - 66da5d9: Bumping dependencies via Renovate:
35
+
36
+ - conf
37
+
38
+ - 203f465: Bumping dependencies via Renovate:
39
+
40
+ - @types/inquirer
41
+
42
+ - bd43f8f: feature flagged experimental changes to scope validation
43
+ - 1508104: Bumping dependencies via Renovate:
44
+
45
+ - @types/cheerio
46
+
47
+ - Updated dependencies [af4c149]
48
+ - Updated dependencies [37eee39]
49
+ - Updated dependencies [ce555b4]
50
+ - Updated dependencies [43d62903]
51
+ - Updated dependencies [8e0605e]
52
+ - Updated dependencies [80e6b95]
53
+ - @forge/util@1.2.1
54
+ - @forge/manifest@4.7.0
55
+
56
+ ## 3.6.1-next.6
57
+
58
+ ### Patch Changes
59
+
60
+ - 66da5d9: Bumping dependencies via Renovate:
61
+
62
+ - conf
63
+
64
+ - Updated dependencies [8e0605e]
65
+ - @forge/manifest@4.7.0-next.4
66
+
67
+ ## 3.6.1-next.5
68
+
69
+ ### Patch Changes
70
+
71
+ - bd43f8f: feature flagged experimental changes to scope validation
72
+ - Updated dependencies [37eee39]
73
+ - Updated dependencies [ce555b4]
74
+ - @forge/manifest@4.7.0-next.3
75
+
76
+ ## 3.6.1-next.4
77
+
78
+ ### Patch Changes
79
+
80
+ - ba6d381: Bumping dependencies via Renovate:
81
+
82
+ - @types/cross-spawn
83
+
84
+ - 203f465: Bumping dependencies via Renovate:
85
+
86
+ - @types/inquirer
87
+
88
+ ## 3.6.1-next.3
89
+
90
+ ### Patch Changes
91
+
92
+ - Updated dependencies [43d6290]
93
+ - @forge/manifest@4.7.0-next.2
94
+
95
+ ## 3.6.1-next.2
96
+
97
+ ### Patch Changes
98
+
99
+ - 1508104: Bumping dependencies via Renovate:
100
+
101
+ - @types/cheerio
102
+
103
+ ## 3.6.1-next.1
104
+
105
+ ### Patch Changes
106
+
107
+ - af4c149: Update webpack-related packages and remove unused
108
+ - Updated dependencies [af4c149]
109
+ - @forge/util@1.2.1-next.0
110
+ - @forge/manifest@4.6.1-next.1
111
+
112
+ ## 3.6.1-next.0
113
+
114
+ ### Patch Changes
115
+
116
+ - Updated dependencies [80e6b952]
117
+ - @forge/manifest@4.6.1-next.0
118
+
119
+ ## 3.6.0
120
+
121
+ ### Minor Changes
122
+
123
+ - 8c60d16: Fixing small cross-platform issue with line breaks in .gitignore
124
+
125
+ ### Patch Changes
126
+
127
+ - d71279f: Add link to docs in CLI for MUAO EAP
128
+
129
+ ## 3.6.0-next.1
130
+
131
+ ### Patch Changes
132
+
133
+ - d71279f: Add link to docs in CLI for MUAO EAP
134
+
135
+ ## 3.6.0-next.0
136
+
137
+ ### Minor Changes
138
+
139
+ - 8c60d162: Fixing small cross-platform issue with line breaks in .gitignore
140
+
141
+ ## 3.5.1
142
+
143
+ ### Patch Changes
144
+
145
+ - 8ac7fd3: Rename tunnel and runtime packages
146
+ - 38e4ae4: Added sentry to the CLI for error capture and analytics
147
+ - Updated dependencies [30a32d0]
148
+ - Updated dependencies [734a5de]
149
+ - Updated dependencies [40b251c]
150
+ - Updated dependencies [2c490ad]
151
+ - Updated dependencies [4471be8]
152
+ - Updated dependencies [e975f19]
153
+ - @forge/manifest@4.6.0
154
+
155
+ ## 3.5.1-next.7
156
+
157
+ ### Patch Changes
158
+
159
+ - Updated dependencies [2c490ad]
160
+ - @forge/manifest@4.6.0-next.5
161
+
162
+ ## 3.5.1-next.6
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [e975f19]
167
+ - @forge/manifest@4.6.0-next.4
168
+
169
+ ## 3.5.1-next.5
170
+
171
+ ### Patch Changes
172
+
173
+ - Updated dependencies [30a32d0]
174
+ - @forge/manifest@4.6.0-next.3
175
+
176
+ ## 3.5.1-next.4
177
+
178
+ ### Patch Changes
179
+
180
+ - 38e4ae44: Added sentry to the CLI for error capture and analytics
181
+
182
+ ## 3.5.1-next.3
183
+
184
+ ### Patch Changes
185
+
186
+ - Updated dependencies [4471be8]
187
+ - @forge/manifest@4.6.0-next.2
188
+
189
+ ## 3.5.1-next.2
190
+
191
+ ### Patch Changes
192
+
193
+ - 8ac7fd3c: Rename tunnel and runtime packages
194
+
195
+ ## 3.5.1-next.1
196
+
197
+ ### Patch Changes
198
+
199
+ - Updated dependencies [734a5dec]
200
+ - @forge/manifest@4.6.0-next.1
201
+
202
+ ## 3.5.1-next.0
203
+
204
+ ### Patch Changes
205
+
206
+ - Updated dependencies [40b251cf]
207
+ - @forge/manifest@4.5.4-next.0
208
+
209
+ ## 3.5.0
210
+
211
+ ### Minor Changes
212
+
213
+ - bbca9be: Forge CLI error handling and analytics changes
214
+
215
+ ### Patch Changes
216
+
217
+ - bae4bce: Explicitly state the supported node versions when using the CLI
218
+ - b7428f7: Update CLI copy for forge contributors add and remove
219
+ - a36488f: Bundle Node runtime wrapper using Webpack
220
+ - 6cda566: Add a way to inspect bundler output
221
+ - 8d0dc10: Use a single global to pass information from the runtime
222
+ - fed846f: Updated inquirer to version 8, fixed issues with inquirer table and testing
223
+ - Updated dependencies [4ac7253]
224
+ - Updated dependencies [8f01fae]
225
+ - @forge/manifest@4.5.3
226
+
227
+ ## 3.5.0-next.5
228
+
229
+ ### Minor Changes
230
+
231
+ - bbca9bed: Forge CLI error handling and analytics changes
232
+
233
+ ### Patch Changes
234
+
235
+ - b7428f75: Update CLI copy for forge contributors add and remove
236
+ - a36488fc: Bundle Node runtime wrapper using Webpack
237
+ - 8d0dc104: Use a single global to pass information from the runtime
238
+
239
+ ## 3.4.1-next.4
240
+
241
+ ### Patch Changes
242
+
243
+ - Updated dependencies [8f01fae]
244
+ - @forge/manifest@4.5.3-next.1
245
+
246
+ ## 3.4.1-next.3
247
+
248
+ ### Patch Changes
249
+
250
+ - bae4bce4: Explicitly state the supported node versions when using the CLI
251
+
252
+ ## 3.4.1-next.2
253
+
254
+ ### Patch Changes
255
+
256
+ - 6cda566: Add a way to inspect bundler output
257
+
258
+ ## 3.4.1-next.1
259
+
260
+ ### Patch Changes
261
+
262
+ - fed846f: Updated inquirer to version 8, fixed issues with inquirer table and testing
263
+
264
+ ## 3.4.1-next.0
265
+
266
+ ### Patch Changes
267
+
268
+ - Updated dependencies [4ac7253]
269
+ - @forge/manifest@4.5.3-next.0
270
+
271
+ ## 3.4.0
272
+
273
+ ### Minor Changes
274
+
275
+ - cfded19: Added "forge contributors remove" command
276
+ - e37918e: Implement support for client-side UI Kit tunneling
277
+ - ac570166: Added "forge contributors add" command line
278
+
279
+ ### Patch Changes
280
+
281
+ - 814c1f1: Add 'contributors list' command to forge-cli for MUAO EAP Participants
282
+ - Updated dependencies [269a493]
283
+ - @forge/manifest@4.5.2
284
+
285
+ ## 3.4.0-next.4
286
+
287
+ ### Minor Changes
288
+
289
+ - cfded19: Added "forge contributors remove" command
290
+
291
+ ## 3.4.0-next.3
292
+
293
+ ### Patch Changes
294
+
295
+ - 814c1f16: Add 'contributors list' command to forge-cli for MUAO EAP Participants
296
+
297
+ ## 3.4.0-next.2
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [269a493a]
302
+ - @forge/manifest@4.5.2-next.0
303
+
304
+ ## 3.4.0-next.1
305
+
306
+ ### Minor Changes
307
+
308
+ - e37918e4: Implement support for client-side UI Kit tunneling
309
+
310
+ ## 3.4.0-next.0
311
+
312
+ ### Minor Changes
313
+
314
+ - ac570166: Added "forge contributors add" command line
315
+
316
+ ## 3.3.0
317
+
318
+ ### Minor Changes
319
+
320
+ - c6e4bec: Error handling changes in forge CLI to track user realted errors for analytics
321
+
322
+ ### Patch Changes
323
+
324
+ - Updated dependencies [b469c80]
325
+ - @forge/manifest@4.5.1
326
+
327
+ ## 3.3.0-next.1
328
+
329
+ ### Patch Changes
330
+
331
+ - Updated dependencies [b469c802]
332
+ - @forge/manifest@4.5.1-next.0
333
+
334
+ ## 3.3.0-next.0
335
+
336
+ ### Minor Changes
337
+
338
+ - c6e4bec0: Error handling changes in forge CLI to track user realted errors for analytics
339
+
340
+ ## 3.2.3
341
+
342
+ ### Patch Changes
343
+
344
+ - 8e2a5a6: Update node-fetch version
345
+ - Updated dependencies [be216ec]
346
+ - Updated dependencies [34d81d4]
347
+ - Updated dependencies [72f098e]
348
+ - Updated dependencies [8e2a5a6]
349
+ - @forge/manifest@4.5.0
350
+
351
+ ## 3.2.3-next.3
352
+
353
+ ### Patch Changes
354
+
355
+ - Updated dependencies [72f098e]
356
+ - @forge/manifest@4.5.0-next.3
357
+
358
+ ## 3.2.3-next.2
359
+
360
+ ### Patch Changes
361
+
362
+ - Updated dependencies [be216ec6]
363
+ - @forge/manifest@4.5.0-next.2
364
+
365
+ ## 3.2.3-next.1
366
+
367
+ ### Patch Changes
368
+
369
+ - 8e2a5a6: Update node-fetch version
370
+ - Updated dependencies [8e2a5a6]
371
+ - @forge/manifest@4.4.2-next.1
372
+
373
+ ## 3.2.3-next.0
374
+
375
+ ### Patch Changes
376
+
377
+ - Updated dependencies [34d81d4e]
378
+ - @forge/manifest@4.4.2-next.0
379
+
380
+ ## 3.2.2
381
+
382
+ ### Patch Changes
383
+
384
+ - 652e9f2: Bump Typescript and ESlint to latest
385
+ - Updated dependencies [138bb0a]
386
+ - @forge/manifest@4.4.1
387
+
388
+ ## 3.2.2-next.1
389
+
390
+ ### Patch Changes
391
+
392
+ - 652e9f23: Bump Typescript and ESlint to latest
393
+
394
+ ## 3.2.2-next.0
395
+
396
+ ### Patch Changes
397
+
398
+ - Updated dependencies [138bb0a]
399
+ - @forge/manifest@4.4.1-next.0
400
+
401
+ ## 3.2.1
402
+
403
+ ### Patch Changes
404
+
405
+ - 567bf35: Fix displaying site prompt for install --upgrade
406
+
407
+ ## 3.2.1-next.0
408
+
409
+ ### Patch Changes
410
+
411
+ - 567bf35: Fix displaying site prompt for install --upgrade
412
+
413
+ ## 3.2.0
414
+
415
+ ### Minor Changes
416
+
417
+ - b372c40: Add option to display installations and other tables as JSON
418
+ - 7a27bcd: Display an error when prompting if not run in a terminal
419
+ - 94c798f: Exit with error when a Forge command is not recognised
420
+
421
+ ### Patch Changes
422
+
423
+ - a1c8607: Update debugging instructions when tunneling
424
+ - Updated dependencies [dfc74ba]
425
+ - Updated dependencies [f93ae31]
426
+ - Updated dependencies [05b306b]
427
+ - Updated dependencies [d6ec15d]
428
+ - @forge/manifest@4.4.0
429
+
430
+ ## 3.2.0-next.7
431
+
432
+ ### Patch Changes
433
+
434
+ - Updated dependencies [05b306b]
435
+ - @forge/manifest@4.4.0-next.3
436
+
437
+ ## 3.2.0-next.6
438
+
439
+ ### Patch Changes
440
+
441
+ - Updated dependencies [dfc74ba]
442
+ - @forge/manifest@4.4.0-next.2
443
+
444
+ ## 3.2.0-next.5
445
+
446
+ ### Minor Changes
447
+
448
+ - b372c40: Add option to display installations and other tables as JSON
449
+
450
+ ## 3.2.0-next.4
451
+
452
+ ### Patch Changes
453
+
454
+ - Updated dependencies [f93ae31]
455
+ - @forge/manifest@4.3.1-next.1
456
+
457
+ ## 3.2.0-next.3
458
+
459
+ ### Patch Changes
460
+
461
+ - a1c8607: Update debugging instructions when tunneling
462
+
463
+ ## 3.2.0-next.2
464
+
465
+ ### Minor Changes
466
+
467
+ - 94c798f: Exit with error when a Forge command is not recognised
468
+
469
+ ## 3.2.0-next.1
470
+
471
+ ### Patch Changes
472
+
473
+ - Updated dependencies [d6ec15d]
474
+ - @forge/manifest@4.3.1-next.0
475
+
476
+ ## 3.2.0-next.0
477
+
478
+ ### Minor Changes
479
+
480
+ - 7a27bcd: Display an error when prompting if not run in a terminal
481
+
482
+ ## 3.1.1
483
+
484
+ ### Patch Changes
485
+
486
+ - Updated dependencies [0871a3b]
487
+ - Updated dependencies [1c51c99]
488
+ - Updated dependencies [f8d567a]
489
+ - Updated dependencies [47a47a4]
490
+ - Updated dependencies [aa3a70e]
491
+ - @forge/manifest@4.3.0
492
+
493
+ ## 3.1.1-next.4
494
+
495
+ ### Patch Changes
496
+
497
+ - Updated dependencies [aa3a70e]
498
+ - @forge/manifest@4.3.0-next.4
499
+
500
+ ## 3.1.1-next.3
501
+
502
+ ### Patch Changes
503
+
504
+ - Updated dependencies [47a47a4]
505
+ - @forge/manifest@4.3.0-next.3
506
+
507
+ ## 3.1.1-next.2
508
+
509
+ ### Patch Changes
510
+
511
+ - Updated dependencies [0871a3b]
512
+ - @forge/manifest@4.3.0-next.2
513
+
514
+ ## 3.1.1-next.1
515
+
516
+ ### Patch Changes
517
+
518
+ - Updated dependencies [f8d567a3]
519
+ - @forge/manifest@4.2.1-next.1
520
+
521
+ ## 3.1.1-next.0
522
+
523
+ ### Patch Changes
524
+
525
+ - Updated dependencies [1c51c99]
526
+ - @forge/manifest@4.2.1-next.0
527
+
528
+ ## 3.1.0
529
+
530
+ ### Minor Changes
531
+
532
+ - 89ae99e: Add support for auto-bundling resources
533
+
534
+ ### Patch Changes
535
+
536
+ - Updated dependencies [237e3c7]
537
+ - Updated dependencies [151c4d8]
538
+ - @forge/manifest@4.2.0
539
+
540
+ ## 3.1.0-next.2
541
+
542
+ ### Patch Changes
543
+
544
+ - Updated dependencies [237e3c72]
545
+ - @forge/manifest@4.2.0-next.1
546
+
547
+ ## 3.1.0-next.1
548
+
549
+ ### Patch Changes
550
+
551
+ - Updated dependencies [151c4d8]
552
+ - @forge/manifest@4.2.0-next.0
553
+
554
+ ## 3.1.0-next.0
555
+
556
+ ### Minor Changes
557
+
558
+ - 89ae99e0: Add support for auto-bundling resources
559
+
560
+ ## 3.0.0
561
+
562
+ ### Major Changes
563
+
564
+ - 5972825c: Refuse to store credentials in plaintext
565
+
566
+ ### Minor Changes
567
+
568
+ - 35172f2: Add ngrok debug logs
569
+ - edab85a: Adding silent BBC app installation
570
+
571
+ ### Patch Changes
572
+
573
+ - 5424f97: Handle keytar errors
574
+ - Updated dependencies [c9f0e83]
575
+ - @forge/manifest@4.1.0
576
+
577
+ ## 3.0.0-next.3
578
+
579
+ ### Patch Changes
580
+
581
+ - 5424f97: Handle keytar errors
582
+
583
+ ## 3.0.0-next.2
584
+
585
+ ### Minor Changes
586
+
587
+ - 35172f2: Add ngrok debug logs
588
+
589
+ ## 3.0.0-next.1
590
+
591
+ ### Patch Changes
592
+
593
+ - Updated dependencies [c9f0e83]
594
+ - @forge/manifest@4.1.0-next.0
595
+
596
+ ## 3.0.0-next.0
597
+
598
+ ### Major Changes
599
+
600
+ - 5972825c: Refuse to store credentials in plaintext
601
+
602
+ ### Minor Changes
603
+
604
+ - edab85a5: Adding silent BBC app installation
605
+
606
+ ## 2.6.2
4
607
 
5
608
  ### Patch Changes
6
609
 
@@ -8,7 +611,7 @@
8
611
  - Updated dependencies [6728c67]
9
612
  - Updated dependencies [c1c93a4]
10
613
  - Updated dependencies [b1684fd]
11
- - @forge/manifest@0.0.0-experimental-fbe27f8
614
+ - @forge/manifest@4.0.0
12
615
 
13
616
  ## 2.6.2-next.5
14
617
 
@@ -16,9 +16,9 @@ class ViewAppLogsCommand {
16
16
  this.appEnvironmentClient.getAppEnvironmentId(appId, environmentKey),
17
17
  context ? this.globalEdgeClient.getCloudId(context.site) : undefined
18
18
  ]);
19
- const contextAri = cloudId ? ari_1.buildContextAri(cloudId, context.product) : undefined;
20
- const ari = cs_ari_1.parse(appId);
21
- const appAri = cs_ari_1.parseAppAri(ari);
19
+ const contextAri = cloudId ? (0, ari_1.buildContextAri)(cloudId, context.product) : undefined;
20
+ const ari = (0, cs_ari_1.parse)(appId);
21
+ const appAri = (0, cs_ari_1.parseAppAri)(ari);
22
22
  return this.logsClient.viewAppLogs({
23
23
  appId: appAri.appId,
24
24
  environmentId,
@@ -1 +1 @@
1
- {"version":3,"file":"app-config.d.ts","sourceRoot":"","sources":["../../src/apps/app-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAa,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAG3D,eAAO,MAAM,cAAc;;EAEzB,CAAC;AAEH,oBAAY,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,cAAc,CAAC,CAAC;AACzD,eAAO,MAAM,YAAY,QAAQ,CAAC;AAElC,oBAAY,iBAAiB,GAAG,MAAM,OAAO,CAAC,UAAU,CAAC,CAAC;AAE1D,wBAAgB,iBAAiB,CAAC,gBAAgB,EAAE,UAAU;;EAQ7D;AAED,eAAO,MAAM,0BAA0B,oBAAqB,mBAAmB,CAAC,UAAU,CAAC,KAAG,iBAEyB,CAAC"}
1
+ {"version":3,"file":"app-config.d.ts","sourceRoot":"","sources":["../../src/apps/app-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAa,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAG3D,eAAO,MAAM,cAAc;;EAEzB,CAAC;AAEH,oBAAY,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,cAAc,CAAC,CAAC;AACzD,eAAO,MAAM,YAAY,QAAQ,CAAC;AAElC,oBAAY,iBAAiB,GAAG,MAAM,OAAO,CAAC,UAAU,CAAC,CAAC;AAE1D,wBAAgB,iBAAiB,CAAC,gBAAgB,EAAE,UAAU;;EAQ7D;AAED,eAAO,MAAM,0BAA0B,oBAAqB,oBAAoB,UAAU,CAAC,KAAG,iBAEyB,CAAC"}
@@ -14,7 +14,8 @@ function adjustLegacyAppId(legacyAppDetails) {
14
14
  if (legacyAppDetails.id.startsWith('ari:')) {
15
15
  return legacyAppDetails;
16
16
  }
17
- return Object.assign(Object.assign({}, legacyAppDetails), { id: ari_1.appIdToAriString(legacyAppDetails.id) });
17
+ return Object.assign(Object.assign({}, legacyAppDetails), { id: (0, ari_1.appIdToAriString)(legacyAppDetails.id) });
18
18
  }
19
19
  exports.adjustLegacyAppId = adjustLegacyAppId;
20
- exports.assertiveAppConfigProvider = (appConfigReader) => () => config_1.assertive(appConfigReader).readConfigSectionOrThrow(ui_1.Text.config.missing, ui_1.Text.config.invalid).then(adjustLegacyAppId);
20
+ const assertiveAppConfigProvider = (appConfigReader) => () => (0, config_1.assertive)(appConfigReader).readConfigSectionOrThrow(ui_1.Text.config.missing, ui_1.Text.config.invalid).then(adjustLegacyAppId);
21
+ exports.assertiveAppConfigProvider = assertiveAppConfigProvider;
@@ -1 +1 @@
1
- {"version":3,"file":"create-app-graphql-client.d.ts","sourceRoot":"","sources":["../../src/apps/create-app-graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,aAAa,EAA+C,MAAM,YAAY,CAAC;AAGlG,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAEvE,qBAAa,oBAAqB,SAAQ,KAAK;CAAG;AAElD,qBAAa,sBAAuB,YAAW,eAAe;IAChD,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,SAAS,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,MAAM,CAAC;CAsCrE"}
1
+ {"version":3,"file":"create-app-graphql-client.d.ts","sourceRoot":"","sources":["../../src/apps/create-app-graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,aAAa,EAA+C,MAAM,YAAY,CAAC;AAGlG,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAEvE,qBAAa,oBAAqB,SAAQ,KAAK;CAAG;AAElD,qBAAa,sBAAuB,YAAW,eAAe;IAChD,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,SAAS,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,MAAM,CAAC;CA0CrE"}
@@ -30,9 +30,13 @@ class CreateAppGraphQLClient {
30
30
  const { response: { createApp: { success, errors, app } }, requestId } = await this.graphqlClient.mutate(createAppQuery, {
31
31
  input
32
32
  });
33
- const error = graphql_1.getError(errors);
33
+ const error = (0, graphql_1.getError)(errors);
34
34
  if (!success) {
35
- throw new graphql_1.GraphQlMutationError(`${error.message} (requestId: ${requestId || 'unknown'})`, error.code);
35
+ throw new graphql_1.GraphQlMutationError(`${error.message} (requestId: ${requestId || 'unknown'})`, {
36
+ requestId,
37
+ code: error.code,
38
+ statusCode: error.statusCode
39
+ });
36
40
  }
37
41
  if (!app) {
38
42
  throw new CannotCreateAppError(ui_1.Text.create.error.app.creation);
@@ -18,7 +18,7 @@ class NpmInstaller {
18
18
  return new Promise((resolve) => {
19
19
  if (NpmInstaller.dependenciesFileExists(directory)) {
20
20
  this.logger.info(ui_1.Text.create.taskPackages);
21
- const process = cross_spawn_1.spawn('npm', ['install', '--no-package-lock'], { cwd: directory });
21
+ const process = (0, cross_spawn_1.spawn)('npm', ['install', '--no-package-lock'], { cwd: directory });
22
22
  process.on('exit', resolve);
23
23
  process.on('error', () => {
24
24
  this.logger.warn(ui_1.Text.create.error.packages.installFail);
@@ -17,7 +17,7 @@ class RegisterAppCommand {
17
17
  this.logger.info(ui_1.Text.create.taskRegister);
18
18
  const id = await this.appClient.createApp(input);
19
19
  const cwd = process.cwd();
20
- process.chdir(path_1.resolve(cwd, directory));
20
+ process.chdir((0, path_1.resolve)(cwd, directory));
21
21
  try {
22
22
  await this.appConfigWriter.writeConfigSection({ id });
23
23
  if (shouldPrependAppName) {