@forge/cli 11.1.0 → 11.2.0-next.17-experimental-02bb545
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 +231 -0
- package/npm-shrinkwrap.json +56 -157
- package/out/bin/cli.d.ts.map +1 -1
- package/out/bin/cli.js +8 -0
- package/out/command-line/command.d.ts +6 -5
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js +24 -10
- package/out/command-line/controller/install-controller.d.ts.map +1 -1
- package/out/command-line/controller/install-controller.js +8 -3
- package/out/command-line/dependency-injection.d.ts +1 -2
- package/out/command-line/dependency-injection.d.ts.map +1 -1
- package/out/command-line/dependency-injection.js +3 -5
- package/out/command-line/register-app-commands.d.ts.map +1 -1
- package/out/command-line/register-app-commands.js +6 -9
- package/out/command-line/uninstall-command-helpers.d.ts +2 -2
- package/out/command-line/uninstall-command-helpers.d.ts.map +1 -1
- package/out/command-line/uninstall-command-helpers.js +8 -8
- package/out/deploy/deployer/deployer.d.ts +6 -1
- package/out/deploy/deployer/deployer.d.ts.map +1 -1
- package/out/deploy/deployer/deployer.js +21 -7
- package/out/deploy/deployer/trigger-deploy-graphql-client.d.ts +9 -2
- package/out/deploy/deployer/trigger-deploy-graphql-client.d.ts.map +1 -1
- package/out/deploy/deployer/trigger-deploy-graphql-client.js +1 -1
- package/out/deploy/packager/runtime-bundler.d.ts +3 -3
- package/out/deploy/packager/runtime-bundler.d.ts.map +1 -1
- package/out/deploy/packager/runtime-bundler.js +5 -4
- package/out/installations/installation-helper.d.ts.map +1 -1
- package/out/installations/installation-helper.js +3 -2
- package/package.json +10 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,236 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 11.2.0-next.17-experimental-02bb545
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4ea0756: Bump up the minimum compatible node version
|
|
8
|
+
- 2712852: Rename csuik to ui-kit templates
|
|
9
|
+
- 9471e5d: Package Node runtime in a central location and remove 'bundled'
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 514516e: adding support for XPA upgrade installations
|
|
14
|
+
- 456e5a9: Fix tunnelling using single wrapper
|
|
15
|
+
- d36ac75: Add v8-compile-cache/node22 enableCompileCache to speed up subsequent invocations
|
|
16
|
+
- 29f82ff: Support --no-color option
|
|
17
|
+
- dd61abf: Fix integration tests
|
|
18
|
+
- 812cdf4: Log requestId from deployment request instead of polling requests
|
|
19
|
+
- 4879128: Revert Changes: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
|
|
20
|
+
- cf5bc5c: Improve XPA error messages
|
|
21
|
+
- 272d770: Remove LaunchDarkly integration completely
|
|
22
|
+
- 0c9628f: Update wording for cross product app during uninstall
|
|
23
|
+
- 78a006f: Fixed handling of product and site params without any value
|
|
24
|
+
- 30f197e: Refactoring to enable alternate bundler support
|
|
25
|
+
- Updated dependencies [70cd30c]
|
|
26
|
+
- Updated dependencies [2712852]
|
|
27
|
+
- Updated dependencies [456e5a9]
|
|
28
|
+
- Updated dependencies [4879128]
|
|
29
|
+
- Updated dependencies [009ab70]
|
|
30
|
+
- Updated dependencies [cf5bc5c]
|
|
31
|
+
- Updated dependencies [272d770]
|
|
32
|
+
- Updated dependencies [9471e5d]
|
|
33
|
+
- Updated dependencies [78a006f]
|
|
34
|
+
- Updated dependencies [4c15b3a]
|
|
35
|
+
- Updated dependencies [359756b]
|
|
36
|
+
- Updated dependencies [34db0f6]
|
|
37
|
+
- Updated dependencies [01ca857]
|
|
38
|
+
- Updated dependencies [70badb7]
|
|
39
|
+
- Updated dependencies [30f197e]
|
|
40
|
+
- @forge/cli-shared@6.7.0-next.11-experimental-02bb545
|
|
41
|
+
- @forge/manifest@8.8.0-next.5-experimental-02bb545
|
|
42
|
+
- @forge/tunnel@5.10.0-next.13-experimental-02bb545
|
|
43
|
+
- @forge/bundler@4.21.0-next.13-experimental-02bb545
|
|
44
|
+
- @forge/runtime@5.10.7-next.0-experimental-02bb545
|
|
45
|
+
- @forge/lint@5.7.2-next.11-experimental-02bb545
|
|
46
|
+
|
|
47
|
+
## 11.2.0-next.17
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- 456e5a9: Fix tunnelling using single wrapper
|
|
52
|
+
- 4879128: Revert Changes: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
|
|
53
|
+
- Updated dependencies [456e5a9]
|
|
54
|
+
- Updated dependencies [4879128]
|
|
55
|
+
- @forge/tunnel@5.10.0-next.13
|
|
56
|
+
- @forge/cli-shared@6.7.0-next.11
|
|
57
|
+
- @forge/bundler@4.21.0-next.13
|
|
58
|
+
- @forge/lint@5.7.2-next.11
|
|
59
|
+
|
|
60
|
+
## 11.2.0-next.16
|
|
61
|
+
|
|
62
|
+
### Minor Changes
|
|
63
|
+
|
|
64
|
+
- 4ea0756: Bump up the minimum compatible node version
|
|
65
|
+
|
|
66
|
+
## 11.2.0-next.15
|
|
67
|
+
|
|
68
|
+
### Patch Changes
|
|
69
|
+
|
|
70
|
+
- cf5bc5c: Improve XPA error messages
|
|
71
|
+
- Updated dependencies [cf5bc5c]
|
|
72
|
+
- Updated dependencies [4c15b3a]
|
|
73
|
+
- @forge/cli-shared@6.7.0-next.10
|
|
74
|
+
- @forge/manifest@8.8.0-next.5
|
|
75
|
+
- @forge/bundler@4.21.0-next.12
|
|
76
|
+
- @forge/lint@5.7.2-next.10
|
|
77
|
+
- @forge/tunnel@5.10.0-next.12
|
|
78
|
+
|
|
79
|
+
## 11.2.0-next.14
|
|
80
|
+
|
|
81
|
+
### Minor Changes
|
|
82
|
+
|
|
83
|
+
- 9471e5d: Package Node runtime in a central location and remove 'bundled'
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- 29f82ff: Support --no-color option
|
|
88
|
+
- Updated dependencies [9471e5d]
|
|
89
|
+
- @forge/bundler@4.21.0-next.11
|
|
90
|
+
- @forge/cli-shared@6.7.0-next.9
|
|
91
|
+
- @forge/tunnel@5.10.0-next.11
|
|
92
|
+
- @forge/lint@5.7.2-next.9
|
|
93
|
+
|
|
94
|
+
## 11.2.0-next.13
|
|
95
|
+
|
|
96
|
+
### Minor Changes
|
|
97
|
+
|
|
98
|
+
- 2712852: Rename csuik to ui-kit templates
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- Updated dependencies [2712852]
|
|
103
|
+
- @forge/manifest@8.8.0-next.4
|
|
104
|
+
- @forge/bundler@4.21.0-next.10
|
|
105
|
+
- @forge/cli-shared@6.6.2-next.8
|
|
106
|
+
- @forge/lint@5.7.2-next.8
|
|
107
|
+
- @forge/tunnel@5.9.4-next.10
|
|
108
|
+
|
|
109
|
+
## 11.1.1-next.12
|
|
110
|
+
|
|
111
|
+
### Patch Changes
|
|
112
|
+
|
|
113
|
+
- Updated dependencies [009ab70]
|
|
114
|
+
- Updated dependencies [34db0f6]
|
|
115
|
+
- @forge/manifest@8.7.1-next.3
|
|
116
|
+
- @forge/bundler@4.21.0-next.9
|
|
117
|
+
- @forge/cli-shared@6.6.2-next.7
|
|
118
|
+
- @forge/lint@5.7.2-next.7
|
|
119
|
+
- @forge/tunnel@5.9.4-next.9
|
|
120
|
+
|
|
121
|
+
## 11.1.1-next.11
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- dbc077f: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
|
|
126
|
+
- Updated dependencies [dbc077f]
|
|
127
|
+
- @forge/cli-shared@6.6.2-next.6
|
|
128
|
+
- @forge/bundler@4.21.0-next.8
|
|
129
|
+
- @forge/lint@5.7.2-next.6
|
|
130
|
+
- @forge/tunnel@5.9.4-next.8
|
|
131
|
+
|
|
132
|
+
## 11.1.1-next.10
|
|
133
|
+
|
|
134
|
+
### Patch Changes
|
|
135
|
+
|
|
136
|
+
- Updated dependencies [01ca857]
|
|
137
|
+
- @forge/manifest@8.7.1-next.2
|
|
138
|
+
- @forge/bundler@4.21.0-next.7
|
|
139
|
+
- @forge/cli-shared@6.6.2-next.5
|
|
140
|
+
- @forge/lint@5.7.2-next.5
|
|
141
|
+
- @forge/tunnel@5.9.4-next.7
|
|
142
|
+
|
|
143
|
+
## 11.1.1-next.9
|
|
144
|
+
|
|
145
|
+
### Patch Changes
|
|
146
|
+
|
|
147
|
+
- d36ac75: Add v8-compile-cache/node22 enableCompileCache to speed up subsequent invocations
|
|
148
|
+
- dd61abf: Fix integration tests
|
|
149
|
+
|
|
150
|
+
## 11.1.1-next.8
|
|
151
|
+
|
|
152
|
+
### Patch Changes
|
|
153
|
+
|
|
154
|
+
- 812cdf4: Log requestId from deployment request instead of polling requests
|
|
155
|
+
- Updated dependencies [359756b]
|
|
156
|
+
- @forge/manifest@8.7.1-next.1
|
|
157
|
+
- @forge/bundler@4.21.0-next.6
|
|
158
|
+
- @forge/cli-shared@6.6.2-next.4
|
|
159
|
+
- @forge/lint@5.7.2-next.4
|
|
160
|
+
- @forge/tunnel@5.9.4-next.6
|
|
161
|
+
|
|
162
|
+
## 11.1.1-next.7
|
|
163
|
+
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- 78a006f: Fixed handling of product and site params without any value
|
|
167
|
+
- Updated dependencies [78a006f]
|
|
168
|
+
- @forge/cli-shared@6.6.2-next.3
|
|
169
|
+
- @forge/bundler@4.21.0-next.5
|
|
170
|
+
- @forge/lint@5.7.2-next.3
|
|
171
|
+
- @forge/tunnel@5.9.4-next.5
|
|
172
|
+
|
|
173
|
+
## 11.1.1-next.6
|
|
174
|
+
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
- 272d770: Remove LaunchDarkly integration completely
|
|
178
|
+
- Updated dependencies [272d770]
|
|
179
|
+
- @forge/cli-shared@6.6.2-next.2
|
|
180
|
+
- @forge/runtime@5.10.7-next.0
|
|
181
|
+
- @forge/bundler@4.21.0-next.4
|
|
182
|
+
- @forge/lint@5.7.2-next.2
|
|
183
|
+
- @forge/tunnel@5.9.4-next.4
|
|
184
|
+
|
|
185
|
+
## 11.1.1-next.5
|
|
186
|
+
|
|
187
|
+
### Patch Changes
|
|
188
|
+
|
|
189
|
+
- @forge/bundler@4.21.0-next.3
|
|
190
|
+
- @forge/tunnel@5.9.4-next.3
|
|
191
|
+
|
|
192
|
+
## 11.1.1-next.4
|
|
193
|
+
|
|
194
|
+
### Patch Changes
|
|
195
|
+
|
|
196
|
+
- 30f197e: Refactoring to enable alternate bundler support
|
|
197
|
+
- Updated dependencies [70cd30c]
|
|
198
|
+
- Updated dependencies [30f197e]
|
|
199
|
+
- @forge/cli-shared@6.6.2-next.1
|
|
200
|
+
- @forge/bundler@4.21.0-next.2
|
|
201
|
+
- @forge/tunnel@5.9.4-next.2
|
|
202
|
+
- @forge/lint@5.7.2-next.1
|
|
203
|
+
|
|
204
|
+
## 11.1.1-next.3
|
|
205
|
+
|
|
206
|
+
### Patch Changes
|
|
207
|
+
|
|
208
|
+
- 0c9628f: Update wording for cross product app during uninstall
|
|
209
|
+
|
|
210
|
+
## 11.1.1-next.2
|
|
211
|
+
|
|
212
|
+
### Patch Changes
|
|
213
|
+
|
|
214
|
+
- @forge/bundler@4.20.10-next.1
|
|
215
|
+
- @forge/tunnel@5.9.4-next.1
|
|
216
|
+
|
|
217
|
+
## 11.1.1-next.1
|
|
218
|
+
|
|
219
|
+
### Patch Changes
|
|
220
|
+
|
|
221
|
+
- 514516e: adding support for XPA upgrade installations
|
|
222
|
+
|
|
223
|
+
## 11.1.1-next.0
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- Updated dependencies [70badb7]
|
|
228
|
+
- @forge/manifest@8.7.1-next.0
|
|
229
|
+
- @forge/bundler@4.20.10-next.0
|
|
230
|
+
- @forge/cli-shared@6.6.2-next.0
|
|
231
|
+
- @forge/lint@5.7.2-next.0
|
|
232
|
+
- @forge/tunnel@5.9.4-next.0
|
|
233
|
+
|
|
3
234
|
## 11.1.0
|
|
4
235
|
|
|
5
236
|
### Minor Changes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.2.0-next.17-experimental-02bb545",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@forge/cli",
|
|
9
|
-
"version": "11.
|
|
9
|
+
"version": "11.2.0-next.17-experimental-02bb545",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@forge/bundler": "4.
|
|
14
|
-
"@forge/cli-shared": "6.
|
|
13
|
+
"@forge/bundler": "4.21.0-next.13-experimental-02bb545",
|
|
14
|
+
"@forge/cli-shared": "6.7.0-next.11-experimental-02bb545",
|
|
15
15
|
"@forge/egress": "1.4.0",
|
|
16
16
|
"@forge/i18n": "0.0.4",
|
|
17
|
-
"@forge/lint": "5.7.
|
|
18
|
-
"@forge/manifest": "8.
|
|
19
|
-
"@forge/runtime": "5.10.
|
|
20
|
-
"@forge/tunnel": "5.
|
|
17
|
+
"@forge/lint": "5.7.2-next.11-experimental-02bb545",
|
|
18
|
+
"@forge/manifest": "8.8.0-next.5-experimental-02bb545",
|
|
19
|
+
"@forge/runtime": "5.10.7-next.0-experimental-02bb545",
|
|
20
|
+
"@forge/tunnel": "5.10.0-next.13-experimental-02bb545",
|
|
21
21
|
"@forge/util": "1.4.8",
|
|
22
22
|
"@sentry/node": "7.106.0",
|
|
23
23
|
"ajv": "^8.12.0",
|
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"semver": "^7.6.0",
|
|
49
49
|
"tmp": "^0.2.3",
|
|
50
50
|
"tslib": "^2.6.2",
|
|
51
|
-
"uuid": "^9.0.1"
|
|
51
|
+
"uuid": "^9.0.1",
|
|
52
|
+
"v8-compile-cache": "^2.4.0"
|
|
52
53
|
},
|
|
53
54
|
"bin": {
|
|
54
55
|
"forge": "out/bin/cli.js"
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"type-fest": "4.10.2"
|
|
82
83
|
},
|
|
83
84
|
"engines": {
|
|
84
|
-
"node": ">=
|
|
85
|
+
"node": ">=18.20.7"
|
|
85
86
|
}
|
|
86
87
|
},
|
|
87
88
|
"node_modules/@ampproject/remapping": {
|
|
@@ -833,9 +834,9 @@
|
|
|
833
834
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
834
835
|
},
|
|
835
836
|
"node_modules/@forge/bundler": {
|
|
836
|
-
"version": "4.
|
|
837
|
-
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.
|
|
838
|
-
"integrity": "sha512-
|
|
837
|
+
"version": "4.21.0-next.13-experimental-02bb545",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.21.0-next.13-experimental-02bb545.tgz",
|
|
839
|
+
"integrity": "sha512-HZsFqx1eI0GRa8VtewjR4PfLM+CA3tJ3DAUJqbDGTe4tKHu17Qol63JXOeKEj4xMoTiihCp0r7KxwQkg5HIBCQ==",
|
|
839
840
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
840
841
|
"dependencies": {
|
|
841
842
|
"@babel/core": "^7.24.0",
|
|
@@ -845,12 +846,12 @@
|
|
|
845
846
|
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
|
846
847
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
847
848
|
"@babel/preset-typescript": "^7.23.3",
|
|
848
|
-
"@forge/api": "5.1.
|
|
849
|
+
"@forge/api": "5.1.1-next.1-experimental-02bb545",
|
|
849
850
|
"@forge/babel-plugin-transform-ui": "1.1.21",
|
|
850
|
-
"@forge/cli-shared": "6.
|
|
851
|
+
"@forge/cli-shared": "6.7.0-next.11-experimental-02bb545",
|
|
851
852
|
"@forge/i18n": "0.0.4",
|
|
852
|
-
"@forge/lint": "5.7.
|
|
853
|
-
"@forge/manifest": "8.
|
|
853
|
+
"@forge/lint": "5.7.2-next.11-experimental-02bb545",
|
|
854
|
+
"@forge/manifest": "8.8.0-next.5-experimental-02bb545",
|
|
854
855
|
"@forge/util": "1.4.8",
|
|
855
856
|
"assert": "^2.1.0",
|
|
856
857
|
"babel-loader": "^8.3.0",
|
|
@@ -890,14 +891,14 @@
|
|
|
890
891
|
}
|
|
891
892
|
},
|
|
892
893
|
"node_modules/@forge/bundler/node_modules/@forge/api": {
|
|
893
|
-
"version": "5.1.
|
|
894
|
-
"resolved": "https://registry.npmjs.org/@forge/api/-/api-5.1.
|
|
895
|
-
"integrity": "sha512-
|
|
894
|
+
"version": "5.1.1-next.1-experimental-02bb545",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/@forge/api/-/api-5.1.1-next.1-experimental-02bb545.tgz",
|
|
896
|
+
"integrity": "sha512-IG2JBkz1awBJ+AwbTP1P+7eumzFlMlqkdXT24/qtZisipE0azBg5LOKqJNHI7gxc5Nj6ibUjnMiBxl6gvociBQ==",
|
|
896
897
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
897
898
|
"dependencies": {
|
|
898
899
|
"@forge/auth": "0.0.7",
|
|
899
900
|
"@forge/egress": "1.4.0",
|
|
900
|
-
"@forge/storage": "1.
|
|
901
|
+
"@forge/storage": "1.8.0-next.0-experimental-02bb545",
|
|
901
902
|
"@forge/util": "1.4.8",
|
|
902
903
|
"headers-utils": "^3.0.2"
|
|
903
904
|
}
|
|
@@ -912,19 +913,19 @@
|
|
|
912
913
|
}
|
|
913
914
|
},
|
|
914
915
|
"node_modules/@forge/bundler/node_modules/@forge/storage": {
|
|
915
|
-
"version": "1.
|
|
916
|
-
"resolved": "https://registry.npmjs.org/@forge/storage/-/storage-1.
|
|
917
|
-
"integrity": "sha512-
|
|
916
|
+
"version": "1.8.0-next.0-experimental-02bb545",
|
|
917
|
+
"resolved": "https://registry.npmjs.org/@forge/storage/-/storage-1.8.0-next.0-experimental-02bb545.tgz",
|
|
918
|
+
"integrity": "sha512-BKP2Aa5V00g4EjgZsw3ya+mAzZwXvvBQZtrKgJQuCLxpfnwwF+E6NQDFSG7ZHdp7Q+nuqGaMDhwc6eZ+IADY5Q==",
|
|
918
919
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
919
920
|
},
|
|
920
921
|
"node_modules/@forge/cli-shared": {
|
|
921
|
-
"version": "6.
|
|
922
|
-
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-6.
|
|
923
|
-
"integrity": "sha512-
|
|
922
|
+
"version": "6.7.0-next.11-experimental-02bb545",
|
|
923
|
+
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-6.7.0-next.11-experimental-02bb545.tgz",
|
|
924
|
+
"integrity": "sha512-vB7tiLEpi3vRPBrsmdBx7F0sh9ZNgsRsg8SzMPAc3lQvaZWXSJCRpVhvY62z9iKZG2Slyg+XaYYyKWdeu88dsQ==",
|
|
924
925
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
925
926
|
"dependencies": {
|
|
926
927
|
"@forge/i18n": "0.0.4",
|
|
927
|
-
"@forge/manifest": "8.
|
|
928
|
+
"@forge/manifest": "8.8.0-next.5-experimental-02bb545",
|
|
928
929
|
"@forge/util": "1.4.8",
|
|
929
930
|
"@sentry/node": "7.106.0",
|
|
930
931
|
"adm-zip": "^0.5.10",
|
|
@@ -946,7 +947,6 @@
|
|
|
946
947
|
"inquirer": "^8.2.6",
|
|
947
948
|
"io-ts": "^2.2.21",
|
|
948
949
|
"keytar": "^7.9.0",
|
|
949
|
-
"launchdarkly-node-client-sdk": "^3.0.2",
|
|
950
950
|
"node-fetch": "2.7.0",
|
|
951
951
|
"ora": "^5.4.1",
|
|
952
952
|
"recursive-readdir": "^2.2.3",
|
|
@@ -958,9 +958,9 @@
|
|
|
958
958
|
}
|
|
959
959
|
},
|
|
960
960
|
"node_modules/@forge/csp": {
|
|
961
|
-
"version": "3.6.2",
|
|
962
|
-
"resolved": "https://registry.npmjs.org/@forge/csp/-/csp-3.6.2.tgz",
|
|
963
|
-
"integrity": "sha512-
|
|
961
|
+
"version": "3.6.2-experimental-02bb545",
|
|
962
|
+
"resolved": "https://registry.npmjs.org/@forge/csp/-/csp-3.6.2-experimental-02bb545.tgz",
|
|
963
|
+
"integrity": "sha512-UwzfMJOERmcOhmLLLbQLBsZVv3f5bLM9DT7+RhzZY5PkXvvStOVyJ6Ijbab7XvE+3b4KHei4kZhs3fBd5y0dMA==",
|
|
964
964
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
965
965
|
"dependencies": {
|
|
966
966
|
"cheerio": "^0.22.0",
|
|
@@ -986,15 +986,15 @@
|
|
|
986
986
|
}
|
|
987
987
|
},
|
|
988
988
|
"node_modules/@forge/lint": {
|
|
989
|
-
"version": "5.7.
|
|
990
|
-
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.7.
|
|
991
|
-
"integrity": "sha512-
|
|
989
|
+
"version": "5.7.2-next.11-experimental-02bb545",
|
|
990
|
+
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.7.2-next.11-experimental-02bb545.tgz",
|
|
991
|
+
"integrity": "sha512-MuiAYJl23XbtiaRrwHNaMj8iJr0pne0Be+W3RrXOebzoKpI4h+K+4I2fE1S1odTtNXEmhPFPcYIhIGef60R3cQ==",
|
|
992
992
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
993
993
|
"dependencies": {
|
|
994
|
-
"@forge/cli-shared": "6.
|
|
995
|
-
"@forge/csp": "3.6.2",
|
|
994
|
+
"@forge/cli-shared": "6.7.0-next.11-experimental-02bb545",
|
|
995
|
+
"@forge/csp": "3.6.2-experimental-02bb545",
|
|
996
996
|
"@forge/egress": "1.4.0",
|
|
997
|
-
"@forge/manifest": "8.
|
|
997
|
+
"@forge/manifest": "8.8.0-next.5-experimental-02bb545",
|
|
998
998
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
999
999
|
"array.prototype.flatmap": "^1.3.2",
|
|
1000
1000
|
"atlassian-openapi": "^1.0.18",
|
|
@@ -1003,9 +1003,9 @@
|
|
|
1003
1003
|
}
|
|
1004
1004
|
},
|
|
1005
1005
|
"node_modules/@forge/manifest": {
|
|
1006
|
-
"version": "8.
|
|
1007
|
-
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-8.
|
|
1008
|
-
"integrity": "sha512-
|
|
1006
|
+
"version": "8.8.0-next.5-experimental-02bb545",
|
|
1007
|
+
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-8.8.0-next.5-experimental-02bb545.tgz",
|
|
1008
|
+
"integrity": "sha512-fEidAhoQAE30JLUr2wfqAxWEBwwFwuSIk9Qu3XW5D36P0gONtg+Lnx31vyi71mmjD8B7578OJz+sQ3qtViuj9A==",
|
|
1009
1009
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
1010
1010
|
"dependencies": {
|
|
1011
1011
|
"@forge/i18n": "0.0.4",
|
|
@@ -1020,9 +1020,9 @@
|
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
1022
|
"node_modules/@forge/runtime": {
|
|
1023
|
-
"version": "5.10.
|
|
1024
|
-
"resolved": "https://registry.npmjs.org/@forge/runtime/-/runtime-5.10.
|
|
1025
|
-
"integrity": "sha512-
|
|
1023
|
+
"version": "5.10.7-next.0-experimental-02bb545",
|
|
1024
|
+
"resolved": "https://registry.npmjs.org/@forge/runtime/-/runtime-5.10.7-next.0-experimental-02bb545.tgz",
|
|
1025
|
+
"integrity": "sha512-Z9coC5uALdwbiddK71RTCaFIUmv0guJpVbLbstIr1f/5Vg6lkKxilZUxnMEg1W9p08RDKtW1oNSeTyv8GHjVXw==",
|
|
1026
1026
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
1027
1027
|
"dependencies": {
|
|
1028
1028
|
"@forge/util": "1.4.8",
|
|
@@ -1036,15 +1036,15 @@
|
|
|
1036
1036
|
}
|
|
1037
1037
|
},
|
|
1038
1038
|
"node_modules/@forge/tunnel": {
|
|
1039
|
-
"version": "5.
|
|
1040
|
-
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.
|
|
1041
|
-
"integrity": "sha512-
|
|
1039
|
+
"version": "5.10.0-next.13-experimental-02bb545",
|
|
1040
|
+
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.10.0-next.13-experimental-02bb545.tgz",
|
|
1041
|
+
"integrity": "sha512-yqEjvSGHyKA5PYeyt+3IoMBrwVy6QIcEoEjwZ1+zCpdp/17WK8Fe7/uMmo+bXJIa9vzVdvJM2Uwbv/Wqs5fd3g==",
|
|
1042
1042
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
1043
1043
|
"dependencies": {
|
|
1044
|
-
"@forge/bundler": "4.
|
|
1045
|
-
"@forge/cli-shared": "6.
|
|
1046
|
-
"@forge/csp": "3.6.2",
|
|
1047
|
-
"@forge/runtime": "5.10.
|
|
1044
|
+
"@forge/bundler": "4.21.0-next.13-experimental-02bb545",
|
|
1045
|
+
"@forge/cli-shared": "6.7.0-next.11-experimental-02bb545",
|
|
1046
|
+
"@forge/csp": "3.6.2-experimental-02bb545",
|
|
1047
|
+
"@forge/runtime": "5.10.7-next.0-experimental-02bb545",
|
|
1048
1048
|
"chokidar": "^3.6.0",
|
|
1049
1049
|
"cloudflared": "^0.7.0",
|
|
1050
1050
|
"express": "^4.18.3",
|
|
@@ -5391,14 +5391,6 @@
|
|
|
5391
5391
|
"node": ">= 4"
|
|
5392
5392
|
}
|
|
5393
5393
|
},
|
|
5394
|
-
"node_modules/imurmurhash": {
|
|
5395
|
-
"version": "0.1.4",
|
|
5396
|
-
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
5397
|
-
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
|
|
5398
|
-
"engines": {
|
|
5399
|
-
"node": ">=0.8.19"
|
|
5400
|
-
}
|
|
5401
|
-
},
|
|
5402
5394
|
"node_modules/inflight": {
|
|
5403
5395
|
"version": "1.0.6",
|
|
5404
5396
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
@@ -6028,53 +6020,6 @@
|
|
|
6028
6020
|
"shell-quote": "^1.7.3"
|
|
6029
6021
|
}
|
|
6030
6022
|
},
|
|
6031
|
-
"node_modules/launchdarkly-eventsource": {
|
|
6032
|
-
"version": "1.4.3",
|
|
6033
|
-
"resolved": "https://registry.npmjs.org/launchdarkly-eventsource/-/launchdarkly-eventsource-1.4.3.tgz",
|
|
6034
|
-
"integrity": "sha1-SIEalwvwHJ006n0rTJ+cEPoV6mE= sha512-taeidSNMbF4AuUXjoFStT5CSTknicaKqu+0vrw7gYEMrpQgG74BEzlS0BGYmxW20JdGm2gpm7jtZ542ZG/h8tA==",
|
|
6035
|
-
"dependencies": {
|
|
6036
|
-
"original": "^1.0.2"
|
|
6037
|
-
},
|
|
6038
|
-
"engines": {
|
|
6039
|
-
"node": ">=0.12.0"
|
|
6040
|
-
}
|
|
6041
|
-
},
|
|
6042
|
-
"node_modules/launchdarkly-js-sdk-common": {
|
|
6043
|
-
"version": "5.0.3",
|
|
6044
|
-
"resolved": "https://registry.npmjs.org/launchdarkly-js-sdk-common/-/launchdarkly-js-sdk-common-5.0.3.tgz",
|
|
6045
|
-
"integrity": "sha1-NF+Jn1d5vosD1lmZeMhV64ONi38= sha512-wKG8UsVbPVq8+7eavgAm5CVmulQWN6Ddod2ZoA3euZ1zPvJPwIQ2GrOYaCJr3cFrrMIX+nQyBJHBHYxUAPcM+Q==",
|
|
6046
|
-
"dependencies": {
|
|
6047
|
-
"base64-js": "^1.3.0",
|
|
6048
|
-
"fast-deep-equal": "^2.0.1",
|
|
6049
|
-
"uuid": "^8.0.0"
|
|
6050
|
-
}
|
|
6051
|
-
},
|
|
6052
|
-
"node_modules/launchdarkly-js-sdk-common/node_modules/fast-deep-equal": {
|
|
6053
|
-
"version": "2.0.1",
|
|
6054
|
-
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
|
|
6055
|
-
"integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w=="
|
|
6056
|
-
},
|
|
6057
|
-
"node_modules/launchdarkly-js-sdk-common/node_modules/uuid": {
|
|
6058
|
-
"version": "8.3.2",
|
|
6059
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
6060
|
-
"integrity": "sha1-gNW1ztJxu5r2xEXyGhoExgbO++I= sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
6061
|
-
"bin": {
|
|
6062
|
-
"uuid": "dist/bin/uuid"
|
|
6063
|
-
}
|
|
6064
|
-
},
|
|
6065
|
-
"node_modules/launchdarkly-node-client-sdk": {
|
|
6066
|
-
"version": "3.0.2",
|
|
6067
|
-
"resolved": "https://registry.npmjs.org/launchdarkly-node-client-sdk/-/launchdarkly-node-client-sdk-3.0.2.tgz",
|
|
6068
|
-
"integrity": "sha1-IJJ4zHkjobVzJ64yziNGR+qPOME= sha512-qMUqrd6jWL3QD5YTtsJl7ZBNlZnyT2FkUw6Jk1Dl9P9RDq5SUZtLwslASk34uj146x5bHFCd2i4aDj2vxx0sPw==",
|
|
6069
|
-
"dependencies": {
|
|
6070
|
-
"launchdarkly-eventsource": "1.4.3",
|
|
6071
|
-
"launchdarkly-js-sdk-common": "5.0.3",
|
|
6072
|
-
"node-localstorage": "^1.3.1"
|
|
6073
|
-
},
|
|
6074
|
-
"engines": {
|
|
6075
|
-
"node": ">= 12.0.0"
|
|
6076
|
-
}
|
|
6077
|
-
},
|
|
6078
6023
|
"node_modules/lazystream": {
|
|
6079
6024
|
"version": "1.0.1",
|
|
6080
6025
|
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
|
|
@@ -6595,27 +6540,6 @@
|
|
|
6595
6540
|
"node": ">= 6.13.0"
|
|
6596
6541
|
}
|
|
6597
6542
|
},
|
|
6598
|
-
"node_modules/node-localstorage": {
|
|
6599
|
-
"version": "1.3.1",
|
|
6600
|
-
"resolved": "https://registry.npmjs.org/node-localstorage/-/node-localstorage-1.3.1.tgz",
|
|
6601
|
-
"integrity": "sha1-MXfvQoN/OYruXddeMZsoHkBwQkM= sha512-NMWCSWWc6JbHT5PyWlNT2i8r7PgGYXVntmKawY83k/M0UJScZ5jirb61TLnqKwd815DfBQu+lR3sRw08SPzIaQ==",
|
|
6602
|
-
"dependencies": {
|
|
6603
|
-
"write-file-atomic": "^1.1.4"
|
|
6604
|
-
},
|
|
6605
|
-
"engines": {
|
|
6606
|
-
"node": ">=0.12"
|
|
6607
|
-
}
|
|
6608
|
-
},
|
|
6609
|
-
"node_modules/node-localstorage/node_modules/write-file-atomic": {
|
|
6610
|
-
"version": "1.3.4",
|
|
6611
|
-
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz",
|
|
6612
|
-
"integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8= sha512-SdrHoC/yVBPpV0Xq/mUZQIpW2sWXAShb/V4pomcJXh92RuaO+f3UTWItiR3Px+pLnV2PvC2/bfn5cwr5X6Vfxw==",
|
|
6613
|
-
"dependencies": {
|
|
6614
|
-
"graceful-fs": "^4.1.11",
|
|
6615
|
-
"imurmurhash": "^0.1.4",
|
|
6616
|
-
"slide": "^1.1.5"
|
|
6617
|
-
}
|
|
6618
|
-
},
|
|
6619
6543
|
"node_modules/node-machine-id": {
|
|
6620
6544
|
"version": "1.1.12",
|
|
6621
6545
|
"resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz",
|
|
@@ -6840,14 +6764,6 @@
|
|
|
6840
6764
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6841
6765
|
}
|
|
6842
6766
|
},
|
|
6843
|
-
"node_modules/original": {
|
|
6844
|
-
"version": "1.0.2",
|
|
6845
|
-
"resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz",
|
|
6846
|
-
"integrity": "sha1-5EKmHP/hxf0gpl8yYcJmY7MD8l8= sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==",
|
|
6847
|
-
"dependencies": {
|
|
6848
|
-
"url-parse": "^1.4.3"
|
|
6849
|
-
}
|
|
6850
|
-
},
|
|
6851
6767
|
"node_modules/os-browserify": {
|
|
6852
6768
|
"version": "0.3.0",
|
|
6853
6769
|
"resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
|
|
@@ -7326,11 +7242,6 @@
|
|
|
7326
7242
|
"resolved": "https://registry.npmjs.org/querystring-browser/-/querystring-browser-1.0.4.tgz",
|
|
7327
7243
|
"integrity": "sha1-8uNYgYQKgZvHsb9Zf68JeeZiLcY="
|
|
7328
7244
|
},
|
|
7329
|
-
"node_modules/querystringify": {
|
|
7330
|
-
"version": "2.2.0",
|
|
7331
|
-
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
|
|
7332
|
-
"integrity": "sha1-M0WUG0FTy50ILY7uTNogFqmu9/Y= sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
|
|
7333
|
-
},
|
|
7334
7245
|
"node_modules/queue-microtask": {
|
|
7335
7246
|
"version": "1.2.3",
|
|
7336
7247
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
@@ -8188,14 +8099,6 @@
|
|
|
8188
8099
|
"node": ">=8"
|
|
8189
8100
|
}
|
|
8190
8101
|
},
|
|
8191
|
-
"node_modules/slide": {
|
|
8192
|
-
"version": "1.1.6",
|
|
8193
|
-
"resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
|
|
8194
|
-
"integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==",
|
|
8195
|
-
"engines": {
|
|
8196
|
-
"node": "*"
|
|
8197
|
-
}
|
|
8198
|
-
},
|
|
8199
8102
|
"node_modules/sockjs": {
|
|
8200
8103
|
"version": "0.3.24",
|
|
8201
8104
|
"resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
|
|
@@ -8886,15 +8789,6 @@
|
|
|
8886
8789
|
"qs": "^6.11.2"
|
|
8887
8790
|
}
|
|
8888
8791
|
},
|
|
8889
|
-
"node_modules/url-parse": {
|
|
8890
|
-
"version": "1.5.10",
|
|
8891
|
-
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
|
|
8892
|
-
"integrity": "sha1-nTwvc2wddd070r5QfcwRHx4uqcE= sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
|
|
8893
|
-
"dependencies": {
|
|
8894
|
-
"querystringify": "^2.1.1",
|
|
8895
|
-
"requires-port": "^1.0.0"
|
|
8896
|
-
}
|
|
8897
|
-
},
|
|
8898
8792
|
"node_modules/url/node_modules/punycode": {
|
|
8899
8793
|
"version": "1.4.1",
|
|
8900
8794
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
|
@@ -8947,6 +8841,11 @@
|
|
|
8947
8841
|
"uuid": "dist/bin/uuid"
|
|
8948
8842
|
}
|
|
8949
8843
|
},
|
|
8844
|
+
"node_modules/v8-compile-cache": {
|
|
8845
|
+
"version": "2.4.0",
|
|
8846
|
+
"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz",
|
|
8847
|
+
"integrity": "sha1-za2ovsYeFYZfBdCXxfT9MOlNwSg= sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw=="
|
|
8848
|
+
},
|
|
8950
8849
|
"node_modules/vary": {
|
|
8951
8850
|
"version": "1.1.2",
|
|
8952
8851
|
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
package/out/bin/cli.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/bin/cli.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/bin/cli.ts"],"names":[],"mappings":";AAUA,OAAO,iBAAiB,CAAC"}
|
package/out/bin/cli.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const nodeModule = tslib_1.__importStar(require("module"));
|
|
6
|
+
if (!nodeModule.enableCompileCache) {
|
|
7
|
+
import('v8-compile-cache');
|
|
8
|
+
}
|
|
9
|
+
else {
|
|
10
|
+
nodeModule.enableCompileCache();
|
|
11
|
+
}
|
|
4
12
|
require("../autocomplete");
|
|
5
13
|
const command_line_1 = require("../command-line");
|
|
6
14
|
(0, command_line_1.main)();
|