@forge/cli 10.4.1 → 10.5.0-experimental-33d5816
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 +187 -0
- package/npm-shrinkwrap.json +107 -377
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js +1 -1
- package/out/command-line/controller/default-environment-controller.js +1 -1
- package/out/command-line/controller/settings-controller.d.ts +1 -1
- package/out/command-line/controller/settings-controller.d.ts.map +1 -1
- package/out/command-line/controller/settings-controller.js +1 -23
- package/out/command-line/controller/tunnel-controller.d.ts +2 -3
- package/out/command-line/controller/tunnel-controller.d.ts.map +1 -1
- package/out/command-line/controller/tunnel-controller.js +2 -5
- package/out/command-line/dependency-injection.d.ts.map +1 -1
- package/out/command-line/dependency-injection.js +6 -6
- package/out/command-line/view/tunnel-view.d.ts +1 -1
- package/out/command-line/view/tunnel-view.d.ts.map +1 -1
- package/out/command-line/view/tunnel-view.js +2 -2
- package/out/installations/graphql-client.d.ts +0 -3
- package/out/installations/graphql-client.d.ts.map +1 -1
- package/out/installations/graphql-client.js +4 -17
- package/out/installations/site-translation/bitbucket.d.ts +4 -3
- package/out/installations/site-translation/bitbucket.d.ts.map +1 -1
- package/out/installations/site-translation/cloudid-products.d.ts +4 -4
- package/out/installations/site-translation/cloudid-products.d.ts.map +1 -1
- package/out/installations/site-translation/cloudid-products.js +6 -5
- package/out/installations/site-translation/site-translation.d.ts +3 -5
- package/out/installations/site-translation/site-translation.d.ts.map +1 -1
- package/out/service/cached-config-service.d.ts +0 -2
- package/out/service/cached-config-service.d.ts.map +1 -1
- package/out/service/cached-config-service.js +0 -7
- package/out/service/tunnel-analytics-service.d.ts +2 -3
- package/out/service/tunnel-analytics-service.d.ts.map +1 -1
- package/out/service/tunnel-analytics-service.js +2 -4
- package/out/service/tunnel-service.d.ts +4 -10
- package/out/service/tunnel-service.d.ts.map +1 -1
- package/out/service/tunnel-service.js +6 -38
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,192 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 10.5.0-experimental-33d5816
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @forge/bundler@4.18.0-experimental-33d5816
|
|
8
|
+
- @forge/tunnel@5.4.0-experimental-33d5816
|
|
9
|
+
|
|
10
|
+
## 10.5.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 84550d3: Add workspace ARI support for forge install list command
|
|
15
|
+
- 41ba7c6: Removing Cloudflare enable FF and ngrok tunnel implementation
|
|
16
|
+
- 90f621b: Revert cheerio upgrade
|
|
17
|
+
- 694a970: Remove the env name suggestion in the forge deploy command and also updating the defaultEnv text
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 6c9b381: Update comment referent to node-runtime (no code change)
|
|
22
|
+
- de6dbb5: Fix integration tests calling runtime multiple times
|
|
23
|
+
- Updated dependencies [84550d3]
|
|
24
|
+
- Updated dependencies [114989d]
|
|
25
|
+
- Updated dependencies [c0e7e2f]
|
|
26
|
+
- Updated dependencies [41ba7c6]
|
|
27
|
+
- Updated dependencies [90f621b]
|
|
28
|
+
- Updated dependencies [562a25c]
|
|
29
|
+
- Updated dependencies [6c9b381]
|
|
30
|
+
- Updated dependencies [09d005e]
|
|
31
|
+
- Updated dependencies [eaa03f9]
|
|
32
|
+
- Updated dependencies [694a970]
|
|
33
|
+
- Updated dependencies [fd7827d]
|
|
34
|
+
- Updated dependencies [3f5f84e]
|
|
35
|
+
- Updated dependencies [03eba4f]
|
|
36
|
+
- Updated dependencies [9384afe]
|
|
37
|
+
- @forge/cli-shared@5.4.0
|
|
38
|
+
- @forge/manifest@7.6.0
|
|
39
|
+
- @forge/tunnel@5.4.0
|
|
40
|
+
- @forge/bundler@4.18.0
|
|
41
|
+
- @forge/lint@5.3.2
|
|
42
|
+
|
|
43
|
+
## 10.5.0-next.11
|
|
44
|
+
|
|
45
|
+
### Minor Changes
|
|
46
|
+
|
|
47
|
+
- 90f621b: Revert cheerio upgrade
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [90f621b]
|
|
52
|
+
- @forge/cli-shared@5.4.0-next.9
|
|
53
|
+
- @forge/manifest@7.6.0-next.6
|
|
54
|
+
- @forge/bundler@4.18.0-next.10
|
|
55
|
+
- @forge/lint@5.3.2-next.9
|
|
56
|
+
- @forge/tunnel@5.4.0-next.11
|
|
57
|
+
|
|
58
|
+
## 10.5.0-next.10
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- Updated dependencies [114989d]
|
|
63
|
+
- @forge/manifest@7.6.0-next.5
|
|
64
|
+
- @forge/cli-shared@5.4.0-next.8
|
|
65
|
+
- @forge/lint@5.3.2-next.8
|
|
66
|
+
- @forge/tunnel@5.4.0-next.10
|
|
67
|
+
- @forge/bundler@4.18.0-next.9
|
|
68
|
+
|
|
69
|
+
## 10.5.0-next.9
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- Updated dependencies [3f5f84e]
|
|
74
|
+
- @forge/manifest@7.6.0-next.4
|
|
75
|
+
- @forge/cli-shared@5.4.0-next.7
|
|
76
|
+
- @forge/lint@5.3.2-next.7
|
|
77
|
+
- @forge/tunnel@5.4.0-next.9
|
|
78
|
+
- @forge/bundler@4.18.0-next.8
|
|
79
|
+
|
|
80
|
+
## 10.5.0-next.8
|
|
81
|
+
|
|
82
|
+
### Minor Changes
|
|
83
|
+
|
|
84
|
+
- 694a970: Remove the env name suggestion in the forge deploy command and also updating the defaultEnv text
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- Updated dependencies [694a970]
|
|
89
|
+
- @forge/cli-shared@5.4.0-next.6
|
|
90
|
+
- @forge/bundler@4.18.0-next.7
|
|
91
|
+
- @forge/lint@5.3.2-next.6
|
|
92
|
+
- @forge/tunnel@5.4.0-next.8
|
|
93
|
+
|
|
94
|
+
## 10.5.0-next.7
|
|
95
|
+
|
|
96
|
+
### Minor Changes
|
|
97
|
+
|
|
98
|
+
- 4117f97: Bump cheerio from version 0.22 to version 1.0
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- Updated dependencies [4117f97]
|
|
103
|
+
- @forge/cli-shared@5.4.0-next.5
|
|
104
|
+
- @forge/manifest@7.6.0-next.3
|
|
105
|
+
- @forge/bundler@4.18.0-next.6
|
|
106
|
+
- @forge/lint@5.3.2-next.5
|
|
107
|
+
- @forge/tunnel@5.4.0-next.7
|
|
108
|
+
|
|
109
|
+
## 10.5.0-next.6
|
|
110
|
+
|
|
111
|
+
### Patch Changes
|
|
112
|
+
|
|
113
|
+
- 6c9b381: Update comment referent to node-runtime (no code change)
|
|
114
|
+
- de6dbb5: Fix integration tests calling runtime multiple times
|
|
115
|
+
- Updated dependencies [6c9b381]
|
|
116
|
+
- Updated dependencies [eaa03f9]
|
|
117
|
+
- @forge/bundler@4.17.6-next.5
|
|
118
|
+
- @forge/tunnel@5.4.0-next.6
|
|
119
|
+
|
|
120
|
+
## 10.5.0-next.5
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- Updated dependencies [c0e7e2f]
|
|
125
|
+
- Updated dependencies [03eba4f]
|
|
126
|
+
- @forge/manifest@7.5.4-next.2
|
|
127
|
+
- @forge/cli-shared@5.4.0-next.4
|
|
128
|
+
- @forge/lint@5.3.2-next.4
|
|
129
|
+
- @forge/tunnel@5.4.0-next.5
|
|
130
|
+
- @forge/bundler@4.17.6-next.4
|
|
131
|
+
|
|
132
|
+
## 10.5.0-next.4
|
|
133
|
+
|
|
134
|
+
### Patch Changes
|
|
135
|
+
|
|
136
|
+
- Updated dependencies [fd7827d]
|
|
137
|
+
- @forge/tunnel@5.4.0-next.4
|
|
138
|
+
|
|
139
|
+
## 10.5.0-next.3
|
|
140
|
+
|
|
141
|
+
### Minor Changes
|
|
142
|
+
|
|
143
|
+
- 84550d3: Add workspace ARI support for forge install list command
|
|
144
|
+
|
|
145
|
+
### Patch Changes
|
|
146
|
+
|
|
147
|
+
- Updated dependencies [84550d3]
|
|
148
|
+
- @forge/cli-shared@5.4.0-next.3
|
|
149
|
+
- @forge/bundler@4.17.6-next.3
|
|
150
|
+
- @forge/lint@5.3.2-next.3
|
|
151
|
+
- @forge/tunnel@5.4.0-next.3
|
|
152
|
+
|
|
153
|
+
## 10.5.0-next.2
|
|
154
|
+
|
|
155
|
+
### Patch Changes
|
|
156
|
+
|
|
157
|
+
- Updated dependencies [09d005e]
|
|
158
|
+
- Updated dependencies [9384afe]
|
|
159
|
+
- @forge/manifest@7.5.4-next.1
|
|
160
|
+
- @forge/cli-shared@5.4.0-next.2
|
|
161
|
+
- @forge/lint@5.3.2-next.2
|
|
162
|
+
- @forge/tunnel@5.4.0-next.2
|
|
163
|
+
- @forge/bundler@4.17.6-next.2
|
|
164
|
+
|
|
165
|
+
## 10.5.0-next.1
|
|
166
|
+
|
|
167
|
+
### Patch Changes
|
|
168
|
+
|
|
169
|
+
- Updated dependencies [562a25c]
|
|
170
|
+
- @forge/manifest@7.5.4-next.0
|
|
171
|
+
- @forge/cli-shared@5.4.0-next.1
|
|
172
|
+
- @forge/lint@5.3.2-next.1
|
|
173
|
+
- @forge/tunnel@5.4.0-next.1
|
|
174
|
+
- @forge/bundler@4.17.6-next.1
|
|
175
|
+
|
|
176
|
+
## 10.5.0-next.0
|
|
177
|
+
|
|
178
|
+
### Minor Changes
|
|
179
|
+
|
|
180
|
+
- 41ba7c6: Removing Cloudflare enable FF and ngrok tunnel implementation
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- Updated dependencies [41ba7c6]
|
|
185
|
+
- @forge/cli-shared@5.4.0-next.0
|
|
186
|
+
- @forge/tunnel@5.4.0-next.0
|
|
187
|
+
- @forge/bundler@4.17.6-next.0
|
|
188
|
+
- @forge/lint@5.3.2-next.0
|
|
189
|
+
|
|
3
190
|
## 10.4.1
|
|
4
191
|
|
|
5
192
|
### Patch Changes
|