@forge/cli 13.0.0 → 13.1.0-next.14

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 (61) hide show
  1. package/CHANGELOG.md +156 -0
  2. package/npm-shrinkwrap.json +713 -540
  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/controller/module-add-controller.d.ts +1 -0
  13. package/out/command-line/controller/module-add-controller.d.ts.map +1 -1
  14. package/out/command-line/controller/module-add-controller.js +67 -3
  15. package/out/command-line/controller/module-add-controller.js.map +1 -1
  16. package/out/command-line/register-app-commands.d.ts.map +1 -1
  17. package/out/command-line/register-app-commands.js +65 -55
  18. package/out/command-line/register-app-commands.js.map +1 -1
  19. package/out/command-line/register-installation-commands.d.ts.map +1 -1
  20. package/out/command-line/register-installation-commands.js +16 -15
  21. package/out/command-line/register-installation-commands.js.map +1 -1
  22. package/out/command-line/register-module-commands.d.ts.map +1 -1
  23. package/out/command-line/register-module-commands.js +2 -0
  24. package/out/command-line/register-module-commands.js.map +1 -1
  25. package/out/command-line/uninstall-command-helpers.d.ts +2 -2
  26. package/out/command-line/uninstall-command-helpers.d.ts.map +1 -1
  27. package/out/command-line/uninstall-command-helpers.js +5 -5
  28. package/out/command-line/uninstall-command-helpers.js.map +1 -1
  29. package/out/deploy/packager/archiver.d.ts +4 -3
  30. package/out/deploy/packager/archiver.d.ts.map +1 -1
  31. package/out/deploy/packager/archiver.js +9 -5
  32. package/out/deploy/packager/archiver.js.map +1 -1
  33. package/out/deploy/packager/runtime-bundler.d.ts +1 -1
  34. package/out/deploy/packager/runtime-bundler.d.ts.map +1 -1
  35. package/out/deploy/packager/runtime-bundler.js +1 -1
  36. package/out/deploy/packager/runtime-bundler.js.map +1 -1
  37. package/out/installations/install-app-site.d.ts +2 -1
  38. package/out/installations/install-app-site.d.ts.map +1 -1
  39. package/out/installations/install-app-site.js +2 -2
  40. package/out/installations/install-app-site.js.map +1 -1
  41. package/out/installations/uninstall-app.d.ts +2 -2
  42. package/out/installations/uninstall-app.d.ts.map +1 -1
  43. package/out/installations/uninstall-app.js +4 -4
  44. package/out/installations/uninstall-app.js.map +1 -1
  45. package/out/module-add/manifest-merger.d.ts.map +1 -1
  46. package/out/module-add/manifest-merger.js +181 -74
  47. package/out/module-add/manifest-merger.js.map +1 -1
  48. package/out/service/installation-service.d.ts +4 -4
  49. package/out/service/installation-service.d.ts.map +1 -1
  50. package/out/service/installation-service.js +8 -8
  51. package/out/service/installation-service.js.map +1 -1
  52. package/out/service/module-file-service.js +2 -2
  53. package/out/service/module-file-service.js.map +1 -1
  54. package/out/service/module-service.d.ts +2 -1
  55. package/out/service/module-service.d.ts.map +1 -1
  56. package/out/service/module-service.js.map +1 -1
  57. package/out/service/resource-packaging-service.d.ts +1 -1
  58. package/out/service/resource-packaging-service.d.ts.map +1 -1
  59. package/out/service/resource-packaging-service.js +1 -1
  60. package/out/service/resource-packaging-service.js.map +1 -1
  61. package/package.json +13 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,161 @@
1
1
  # @forge/cli
2
2
 
3
+ ## 13.1.0-next.14
4
+
5
+ ### Minor Changes
6
+
7
+ - c3dbc58: Manifest Merge Logics changed
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [c3dbc58]
12
+ - @forge/cli-shared@9.1.0-next.10
13
+ - @forge/bundler@7.0.1-next.11
14
+ - @forge/lint@6.0.1-next.11
15
+ - @forge/tunnel@7.0.1-next.12
16
+
17
+ ## 13.1.0-next.13
18
+
19
+ ### Minor Changes
20
+
21
+ - 4f18feb: Added the non interactive function for module add
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [4f18feb]
26
+ - @forge/cli-shared@9.1.0-next.9
27
+ - @forge/bundler@7.0.1-next.10
28
+ - @forge/lint@6.0.1-next.10
29
+ - @forge/tunnel@7.0.1-next.11
30
+
31
+ ## 13.1.0-next.12
32
+
33
+ ### Patch Changes
34
+
35
+ - @forge/lint@6.0.1-next.9
36
+ - @forge/tunnel@7.0.1-next.10
37
+ - @forge/bundler@7.0.1-next.9
38
+
39
+ ## 13.1.0-next.11
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [a60362e]
44
+ - @forge/manifest@13.1.0-next.6
45
+ - @forge/bundler@7.0.1-next.8
46
+ - @forge/cli-shared@9.0.1-next.8
47
+ - @forge/lint@6.0.1-next.8
48
+ - @forge/tunnel@7.0.1-next.9
49
+
50
+ ## 13.1.0-next.10
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [78097a6]
55
+ - @forge/manifest@13.1.0-next.5
56
+ - @forge/bundler@7.0.1-next.7
57
+ - @forge/cli-shared@9.0.1-next.7
58
+ - @forge/lint@6.0.1-next.7
59
+ - @forge/tunnel@7.0.1-next.8
60
+
61
+ ## 13.1.0-next.9
62
+
63
+ ### Patch Changes
64
+
65
+ - 863f6f7: Fix resource limit on commits and installation fails with adding custom-ui
66
+
67
+ ## 13.1.0-next.8
68
+
69
+ ### Patch Changes
70
+
71
+ - 7c850b4: Add checks for unsupported node versions
72
+ - 3bccafa: Remove jest-fixtures dev dependecy
73
+ - Updated dependencies [3bccafa]
74
+ - @forge/cli-shared@9.0.1-next.6
75
+ - @forge/bundler@7.0.1-next.6
76
+ - @forge/lint@6.0.1-next.6
77
+ - @forge/tunnel@7.0.1-next.7
78
+
79
+ ## 13.1.0-next.7
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [13e49d8]
84
+ - @forge/manifest@13.1.0-next.4
85
+ - @forge/bundler@7.0.1-next.5
86
+ - @forge/cli-shared@9.0.1-next.5
87
+ - @forge/lint@6.0.1-next.5
88
+ - @forge/tunnel@7.0.1-next.6
89
+
90
+ ## 13.1.0-next.6
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [e744c59]
95
+ - @forge/manifest@13.1.0-next.3
96
+ - @forge/bundler@7.0.1-next.4
97
+ - @forge/cli-shared@9.0.1-next.4
98
+ - @forge/lint@6.0.1-next.4
99
+ - @forge/tunnel@7.0.1-next.5
100
+
101
+ ## 13.1.0-next.5
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies [5d2cd6c]
106
+ - @forge/cli-shared@9.0.1-next.3
107
+ - @forge/bundler@7.0.1-next.3
108
+ - @forge/lint@6.0.1-next.3
109
+ - @forge/tunnel@7.0.1-next.4
110
+
111
+ ## 13.1.0-next.4
112
+
113
+ ### Patch Changes
114
+
115
+ - Updated dependencies [ee36de0]
116
+ - @forge/tunnel@7.0.1-next.3
117
+
118
+ ## 13.1.0-next.3
119
+
120
+ ### Minor Changes
121
+
122
+ - 5b7db55: Upgrade package dependency `archiver`.
123
+
124
+ ## 13.0.1-next.2
125
+
126
+ ### Patch Changes
127
+
128
+ - 81b57b3: Allow global ui templates to appear under Global
129
+ - Updated dependencies [c60a7a5]
130
+ - @forge/manifest@13.1.0-next.2
131
+ - @forge/bundler@7.0.1-next.2
132
+ - @forge/cli-shared@9.0.1-next.2
133
+ - @forge/lint@6.0.1-next.2
134
+ - @forge/tunnel@7.0.1-next.2
135
+
136
+ ## 13.0.1-next.1
137
+
138
+ ### Patch Changes
139
+
140
+ - 6471b1d: Allow --app-id-override for install and uninstall commands
141
+ - Updated dependencies [caa7518]
142
+ - @forge/manifest@13.1.0-next.1
143
+ - @forge/bundler@7.0.1-next.1
144
+ - @forge/cli-shared@9.0.1-next.1
145
+ - @forge/lint@6.0.1-next.1
146
+ - @forge/tunnel@7.0.1-next.1
147
+
148
+ ## 13.0.1-next.0
149
+
150
+ ### Patch Changes
151
+
152
+ - Updated dependencies [4cd2242]
153
+ - @forge/manifest@13.1.0-next.0
154
+ - @forge/bundler@7.0.1-next.0
155
+ - @forge/cli-shared@9.0.1-next.0
156
+ - @forge/lint@6.0.1-next.0
157
+ - @forge/tunnel@7.0.1-next.0
158
+
3
159
  ## 13.0.0
4
160
 
5
161
  ### Major Changes