@forge/cli 13.0.0-next.13 → 13.1.0-next.4-experimental-9423de1

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 (46) hide show
  1. package/CHANGELOG.md +123 -0
  2. package/npm-shrinkwrap.json +660 -487
  3. package/out/autocomplete/autocomplete-config.json +6 -0
  4. package/out/command-line/command.d.ts +4 -1
  5. package/out/command-line/command.d.ts.map +1 -1
  6. package/out/command-line/command.js +3 -3
  7. package/out/command-line/command.js.map +1 -1
  8. package/out/command-line/controller/install-controller.d.ts +2 -1
  9. package/out/command-line/controller/install-controller.d.ts.map +1 -1
  10. package/out/command-line/controller/install-controller.js +25 -20
  11. package/out/command-line/controller/install-controller.js.map +1 -1
  12. package/out/command-line/register-app-commands.d.ts.map +1 -1
  13. package/out/command-line/register-app-commands.js +65 -55
  14. package/out/command-line/register-app-commands.js.map +1 -1
  15. package/out/command-line/register-installation-commands.d.ts.map +1 -1
  16. package/out/command-line/register-installation-commands.js +16 -15
  17. package/out/command-line/register-installation-commands.js.map +1 -1
  18. package/out/command-line/uninstall-command-helpers.d.ts +2 -2
  19. package/out/command-line/uninstall-command-helpers.d.ts.map +1 -1
  20. package/out/command-line/uninstall-command-helpers.js +5 -5
  21. package/out/command-line/uninstall-command-helpers.js.map +1 -1
  22. package/out/deploy/packager/archiver.d.ts +4 -3
  23. package/out/deploy/packager/archiver.d.ts.map +1 -1
  24. package/out/deploy/packager/archiver.js +9 -5
  25. package/out/deploy/packager/archiver.js.map +1 -1
  26. package/out/deploy/packager/runtime-bundler.d.ts +1 -1
  27. package/out/deploy/packager/runtime-bundler.d.ts.map +1 -1
  28. package/out/deploy/packager/runtime-bundler.js +1 -1
  29. package/out/deploy/packager/runtime-bundler.js.map +1 -1
  30. package/out/installations/install-app-site.d.ts +2 -1
  31. package/out/installations/install-app-site.d.ts.map +1 -1
  32. package/out/installations/install-app-site.js +2 -2
  33. package/out/installations/install-app-site.js.map +1 -1
  34. package/out/installations/uninstall-app.d.ts +2 -2
  35. package/out/installations/uninstall-app.d.ts.map +1 -1
  36. package/out/installations/uninstall-app.js +4 -4
  37. package/out/installations/uninstall-app.js.map +1 -1
  38. package/out/service/installation-service.d.ts +4 -4
  39. package/out/service/installation-service.d.ts.map +1 -1
  40. package/out/service/installation-service.js +8 -8
  41. package/out/service/installation-service.js.map +1 -1
  42. package/out/service/resource-packaging-service.d.ts +1 -1
  43. package/out/service/resource-packaging-service.d.ts.map +1 -1
  44. package/out/service/resource-packaging-service.js +1 -1
  45. package/out/service/resource-packaging-service.js.map +1 -1
  46. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,128 @@
1
1
  # @forge/cli
2
2
 
3
+ ## 13.1.0-next.4-experimental-9423de1
4
+
5
+ ### Minor Changes
6
+
7
+ - 5b7db55: Upgrade package dependency `archiver`.
8
+
9
+ ### Patch Changes
10
+
11
+ - 6471b1d: Allow --app-id-override for install and uninstall commands
12
+ - 81b57b3: Allow global ui templates to appear under Global
13
+ - Updated dependencies [ee36de0]
14
+ - Updated dependencies [4cd2242]
15
+ - Updated dependencies [c60a7a5]
16
+ - Updated dependencies [caa7518]
17
+ - @forge/tunnel@7.0.1-next.3-experimental-9423de1
18
+ - @forge/manifest@13.1.0-next.2-experimental-9423de1
19
+ - @forge/bundler@7.0.1-next.2-experimental-9423de1
20
+ - @forge/cli-shared@9.0.1-next.2-experimental-9423de1
21
+ - @forge/lint@6.0.1-next.2-experimental-9423de1
22
+
23
+ ## 13.1.0-next.4
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [ee36de0]
28
+ - @forge/tunnel@7.0.1-next.3
29
+
30
+ ## 13.1.0-next.3
31
+
32
+ ### Minor Changes
33
+
34
+ - 5b7db55: Upgrade package dependency `archiver`.
35
+
36
+ ## 13.0.1-next.2
37
+
38
+ ### Patch Changes
39
+
40
+ - 81b57b3: Allow global ui templates to appear under Global
41
+ - Updated dependencies [c60a7a5]
42
+ - @forge/manifest@13.1.0-next.2
43
+ - @forge/bundler@7.0.1-next.2
44
+ - @forge/cli-shared@9.0.1-next.2
45
+ - @forge/lint@6.0.1-next.2
46
+ - @forge/tunnel@7.0.1-next.2
47
+
48
+ ## 13.0.1-next.1
49
+
50
+ ### Patch Changes
51
+
52
+ - 6471b1d: Allow --app-id-override for install and uninstall commands
53
+ - Updated dependencies [caa7518]
54
+ - @forge/manifest@13.1.0-next.1
55
+ - @forge/bundler@7.0.1-next.1
56
+ - @forge/cli-shared@9.0.1-next.1
57
+ - @forge/lint@6.0.1-next.1
58
+ - @forge/tunnel@7.0.1-next.1
59
+
60
+ ## 13.0.1-next.0
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [4cd2242]
65
+ - @forge/manifest@13.1.0-next.0
66
+ - @forge/bundler@7.0.1-next.0
67
+ - @forge/cli-shared@9.0.1-next.0
68
+ - @forge/lint@6.0.1-next.0
69
+ - @forge/tunnel@7.0.1-next.0
70
+
71
+ ## 13.0.0
72
+
73
+ ### Major Changes
74
+
75
+ - 78fcb7f: Adds support for TypeScript 5
76
+
77
+ ### Minor Changes
78
+
79
+ - 6aeecd7: The tunnel debugger now binds to localhost (127.0.0.1) by default instead of all network interfaces (0.0.0.0). If you need to attach a debugger from another host, use the new `--debugHost` option on `forge tunnel` to specify the IP address to bind to.
80
+ - 5881924: update memfs
81
+ - 39d4f9d: forge show command
82
+ - 55c1371: bump cheerio to ^1.2.0 to pull in a patched undici (>=7.19.0, resolving to a fixed release) and remediate CVE-2026-1525
83
+ NodeJS requirement bumped from 20.0.0 to >=20.18.1
84
+ - 2a1ec30: Adding warning when site has over 100 apps installed
85
+
86
+ ### Patch Changes
87
+
88
+ - 561f8f4: Remove "storage" module from "@forge/api"
89
+ - ab1dcaa: Update JSM to be its own product
90
+ - 39d4f9d: Unhide and put `module` command into the "Develop" group in CLI help output
91
+ - bb903a8: Update requireAppId check
92
+ - 5b67e61: Patch fixes for module Add
93
+ - 9a6de66: module list command
94
+ - 73f3e6e: Adding new --app-id-override flag to build list
95
+ - Updated dependencies [c3b96b3]
96
+ - Updated dependencies [2a03b88]
97
+ - Updated dependencies [814b8fe]
98
+ - Updated dependencies [561f8f4]
99
+ - Updated dependencies [6aeecd7]
100
+ - Updated dependencies [78fcb7f]
101
+ - Updated dependencies [ab1dcaa]
102
+ - Updated dependencies [4a191fe]
103
+ - Updated dependencies [5881924]
104
+ - Updated dependencies [bb903a8]
105
+ - Updated dependencies [c1acc55]
106
+ - Updated dependencies [fbf8219]
107
+ - Updated dependencies [8ac7dd3]
108
+ - Updated dependencies [39d4f9d]
109
+ - Updated dependencies [6adb226]
110
+ - Updated dependencies [5b67e61]
111
+ - Updated dependencies [9a6de66]
112
+ - Updated dependencies [55c1371]
113
+ - Updated dependencies [d66be70]
114
+ - Updated dependencies [1a461c3]
115
+ - Updated dependencies [2a1ec30]
116
+ - @forge/cli-shared@9.0.0
117
+ - @forge/manifest@13.0.0
118
+ - @forge/bundler@7.0.0
119
+ - @forge/tunnel@7.0.0
120
+ - @forge/runtime@7.0.0
121
+ - @forge/egress@3.0.0
122
+ - @forge/i18n@1.0.0
123
+ - @forge/lint@6.0.0
124
+ - @forge/util@3.0.0
125
+
3
126
  ## 13.0.0-next.13
4
127
 
5
128
  ### Minor Changes