@forge/cli 11.0.1-next.14 → 11.1.0-next.33
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 +216 -0
- package/npm-shrinkwrap.json +342 -331
- package/out/command-line/command.d.ts +3 -3
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js +6 -6
- package/out/command-line/controller/install-controller.d.ts +2 -0
- package/out/command-line/controller/install-controller.d.ts.map +1 -1
- package/out/command-line/controller/install-controller.js +90 -54
- package/out/command-line/dependency-injection.d.ts.map +1 -1
- package/out/command-line/dependency-injection.js +2 -1
- 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 +4 -4
- package/out/command-line/register-installation-commands.d.ts +1 -1
- package/out/command-line/register-installation-commands.d.ts.map +1 -1
- package/out/command-line/register-installation-commands.js +11 -15
- package/out/command-line/register-webtrigger-commands.d.ts +1 -1
- package/out/command-line/register-webtrigger-commands.d.ts.map +1 -1
- package/out/command-line/register-webtrigger-commands.js +2 -3
- package/out/command-line/uninstall-command-helpers.d.ts +1 -1
- package/out/command-line/uninstall-command-helpers.d.ts.map +1 -1
- package/out/command-line/uninstall-command-helpers.js +2 -2
- package/out/installations/installation-helper.d.ts.map +1 -1
- package/out/installations/installation-helper.js +2 -3
- package/out/installations/uninstall-app.d.ts +1 -1
- package/out/installations/uninstall-app.d.ts.map +1 -1
- package/out/installations/uninstall-app.js +8 -2
- package/out/service/version-service.d.ts +3 -0
- package/out/service/version-service.d.ts.map +1 -1
- package/out/service/version-service.js +31 -1
- package/package.json +15 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,221 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 11.1.0-next.33
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ad557af]
|
|
8
|
+
- @forge/bundler@4.20.9-next.29
|
|
9
|
+
- @forge/tunnel@5.9.3-next.29
|
|
10
|
+
|
|
11
|
+
## 11.1.0-next.32
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- fa77f8d: Revert the package registry change for the package
|
|
16
|
+
- Updated dependencies [fa77f8d]
|
|
17
|
+
- @forge/cli-shared@6.6.1-next.23
|
|
18
|
+
- @forge/manifest@8.7.0-next.12
|
|
19
|
+
- @forge/bundler@4.20.9-next.28
|
|
20
|
+
- @forge/runtime@5.10.6-next.2
|
|
21
|
+
- @forge/egress@1.4.0-next.5
|
|
22
|
+
- @forge/tunnel@5.9.3-next.28
|
|
23
|
+
- @forge/i18n@0.0.4-next.1
|
|
24
|
+
- @forge/lint@5.7.1-next.25
|
|
25
|
+
- @forge/util@1.4.8-next.2
|
|
26
|
+
|
|
27
|
+
## 11.1.0-next.31
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 503e60e: Add publish config
|
|
32
|
+
- Updated dependencies [503e60e]
|
|
33
|
+
- @forge/cli-shared@6.6.1-next.22
|
|
34
|
+
- @forge/manifest@8.7.0-next.11
|
|
35
|
+
- @forge/bundler@4.20.9-next.27
|
|
36
|
+
- @forge/runtime@5.10.6-next.1
|
|
37
|
+
- @forge/egress@1.4.0-next.4
|
|
38
|
+
- @forge/tunnel@5.9.3-next.27
|
|
39
|
+
- @forge/i18n@0.0.4-next.0
|
|
40
|
+
- @forge/lint@5.7.1-next.24
|
|
41
|
+
- @forge/util@1.4.8-next.1
|
|
42
|
+
|
|
43
|
+
## 11.1.0-next.30
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- Updated dependencies [f70acc8]
|
|
48
|
+
- @forge/manifest@8.7.0-next.10
|
|
49
|
+
- @forge/bundler@4.20.9-next.26
|
|
50
|
+
- @forge/cli-shared@6.6.1-next.21
|
|
51
|
+
- @forge/lint@5.7.1-next.23
|
|
52
|
+
- @forge/tunnel@5.9.3-next.26
|
|
53
|
+
|
|
54
|
+
## 11.1.0-next.29
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- 4655925: Adding support for license-modes agent
|
|
59
|
+
- 83a4975: adding license-modes agent
|
|
60
|
+
- Updated dependencies [4655925]
|
|
61
|
+
- Updated dependencies [83a4975]
|
|
62
|
+
- @forge/cli-shared@6.6.1-next.20
|
|
63
|
+
- @forge/bundler@4.20.9-next.25
|
|
64
|
+
- @forge/lint@5.7.1-next.22
|
|
65
|
+
- @forge/tunnel@5.9.3-next.25
|
|
66
|
+
|
|
67
|
+
## 11.1.0-next.28
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- d0eb987: Fix uninstalling a single cross product app
|
|
72
|
+
|
|
73
|
+
## 11.1.0-next.27
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- abf24fa: Security update for dependent package
|
|
78
|
+
- Updated dependencies [abf24fa]
|
|
79
|
+
- @forge/cli-shared@6.6.1-next.19
|
|
80
|
+
- @forge/lint@5.7.1-next.21
|
|
81
|
+
- @forge/bundler@4.20.9-next.24
|
|
82
|
+
- @forge/tunnel@5.9.3-next.24
|
|
83
|
+
|
|
84
|
+
## 11.1.0-next.26
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- dd59f4b: Changed table layout
|
|
89
|
+
- Updated dependencies [dd59f4b]
|
|
90
|
+
- @forge/cli-shared@6.6.1-next.18
|
|
91
|
+
- @forge/bundler@4.20.9-next.23
|
|
92
|
+
- @forge/lint@5.7.1-next.20
|
|
93
|
+
- @forge/tunnel@5.9.3-next.23
|
|
94
|
+
|
|
95
|
+
## 11.1.0-next.25
|
|
96
|
+
|
|
97
|
+
### Patch Changes
|
|
98
|
+
|
|
99
|
+
- 2086b3d: Remove node-fetch as a dependency
|
|
100
|
+
- Updated dependencies [2086b3d]
|
|
101
|
+
- @forge/cli-shared@6.6.1-next.17
|
|
102
|
+
- @forge/manifest@8.7.0-next.9
|
|
103
|
+
- @forge/bundler@4.20.9-next.22
|
|
104
|
+
- @forge/egress@1.4.0-next.3
|
|
105
|
+
- @forge/tunnel@5.9.3-next.22
|
|
106
|
+
- @forge/lint@5.7.1-next.19
|
|
107
|
+
|
|
108
|
+
## 11.1.0-next.24
|
|
109
|
+
|
|
110
|
+
### Minor Changes
|
|
111
|
+
|
|
112
|
+
- b82d338: Added the default dynamic type to legacy webtriggers when viewing version details
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies [fa34240]
|
|
117
|
+
- @forge/cli-shared@6.6.1-next.16
|
|
118
|
+
- @forge/bundler@4.20.9-next.21
|
|
119
|
+
- @forge/lint@5.7.1-next.18
|
|
120
|
+
- @forge/tunnel@5.9.3-next.21
|
|
121
|
+
|
|
122
|
+
## 11.0.1-next.23
|
|
123
|
+
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- Updated dependencies [6f0fe42]
|
|
127
|
+
- @forge/manifest@8.7.0-next.8
|
|
128
|
+
- @forge/bundler@4.20.9-next.20
|
|
129
|
+
- @forge/cli-shared@6.6.1-next.15
|
|
130
|
+
- @forge/lint@5.7.1-next.17
|
|
131
|
+
- @forge/tunnel@5.9.3-next.20
|
|
132
|
+
|
|
133
|
+
## 11.0.1-next.22
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- f2c2405: improve UI for XPA
|
|
138
|
+
- Updated dependencies [f2c2405]
|
|
139
|
+
- @forge/cli-shared@6.6.1-next.14
|
|
140
|
+
- @forge/egress@1.4.0-next.2
|
|
141
|
+
- @forge/bundler@4.20.9-next.19
|
|
142
|
+
- @forge/lint@5.7.1-next.16
|
|
143
|
+
- @forge/tunnel@5.9.3-next.19
|
|
144
|
+
|
|
145
|
+
## 11.0.1-next.21
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- Updated dependencies [6a41721]
|
|
150
|
+
- @forge/manifest@8.7.0-next.7
|
|
151
|
+
- @forge/bundler@4.20.9-next.18
|
|
152
|
+
- @forge/cli-shared@6.6.1-next.13
|
|
153
|
+
- @forge/lint@5.7.1-next.15
|
|
154
|
+
- @forge/tunnel@5.9.3-next.18
|
|
155
|
+
|
|
156
|
+
## 11.0.1-next.20
|
|
157
|
+
|
|
158
|
+
### Patch Changes
|
|
159
|
+
|
|
160
|
+
- 321db2e: enable serial install execution
|
|
161
|
+
- Updated dependencies [321db2e]
|
|
162
|
+
- @forge/cli-shared@6.6.1-next.12
|
|
163
|
+
- @forge/bundler@4.20.9-next.17
|
|
164
|
+
- @forge/lint@5.7.1-next.14
|
|
165
|
+
- @forge/tunnel@5.9.3-next.17
|
|
166
|
+
|
|
167
|
+
## 11.0.1-next.19
|
|
168
|
+
|
|
169
|
+
### Patch Changes
|
|
170
|
+
|
|
171
|
+
- @forge/bundler@4.20.9-next.16
|
|
172
|
+
- @forge/tunnel@5.9.3-next.16
|
|
173
|
+
|
|
174
|
+
## 11.0.1-next.18
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- Updated dependencies [89c96bf]
|
|
179
|
+
- @forge/egress@1.4.0-next.1
|
|
180
|
+
- @forge/lint@5.7.1-next.13
|
|
181
|
+
- @forge/bundler@4.20.9-next.15
|
|
182
|
+
- @forge/tunnel@5.9.3-next.15
|
|
183
|
+
|
|
184
|
+
## 11.0.1-next.17
|
|
185
|
+
|
|
186
|
+
### Patch Changes
|
|
187
|
+
|
|
188
|
+
- 2319dc4: Improve multi-select product table UI
|
|
189
|
+
- Updated dependencies [2319dc4]
|
|
190
|
+
- Updated dependencies [ddc0256]
|
|
191
|
+
- @forge/cli-shared@6.6.1-next.11
|
|
192
|
+
- @forge/manifest@8.7.0-next.6
|
|
193
|
+
- @forge/bundler@4.20.9-next.14
|
|
194
|
+
- @forge/lint@5.7.1-next.12
|
|
195
|
+
- @forge/tunnel@5.9.3-next.14
|
|
196
|
+
|
|
197
|
+
## 11.0.1-next.16
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- Updated dependencies [dec434a]
|
|
202
|
+
- @forge/manifest@8.7.0-next.5
|
|
203
|
+
- @forge/bundler@4.20.9-next.13
|
|
204
|
+
- @forge/cli-shared@6.6.1-next.10
|
|
205
|
+
- @forge/lint@5.7.1-next.11
|
|
206
|
+
- @forge/tunnel@5.9.3-next.13
|
|
207
|
+
|
|
208
|
+
## 11.0.1-next.15
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- d1b6fd5: Refactoring of SupportedProductsService.
|
|
213
|
+
- Updated dependencies [d1b6fd5]
|
|
214
|
+
- @forge/cli-shared@6.6.1-next.9
|
|
215
|
+
- @forge/bundler@4.20.9-next.12
|
|
216
|
+
- @forge/lint@5.7.1-next.10
|
|
217
|
+
- @forge/tunnel@5.9.3-next.12
|
|
218
|
+
|
|
3
219
|
## 11.0.1-next.14
|
|
4
220
|
|
|
5
221
|
### Patch Changes
|