@forge/cli 10.4.1 → 10.5.0-next.1-experimental-264fa0f
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 +43 -0
- package/npm-shrinkwrap.json +334 -599
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.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/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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 10.5.0-next.1-experimental-264fa0f
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 41ba7c6: Removing Cloudflare enable FF and ngrok tunnel implementation
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 386c1f1: Bump cheerio from version 0.22 to version 1.0
|
|
12
|
+
- Updated dependencies [41ba7c6]
|
|
13
|
+
- Updated dependencies [562a25c]
|
|
14
|
+
- Updated dependencies [386c1f1]
|
|
15
|
+
- @forge/cli-shared@5.4.0-next.1-experimental-264fa0f
|
|
16
|
+
- @forge/tunnel@5.4.0-next.1-experimental-264fa0f
|
|
17
|
+
- @forge/manifest@7.5.4-next.0-experimental-264fa0f
|
|
18
|
+
- @forge/bundler@4.17.6-next.1-experimental-264fa0f
|
|
19
|
+
- @forge/lint@5.3.2-next.1-experimental-264fa0f
|
|
20
|
+
|
|
21
|
+
## 10.5.0-next.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [562a25c]
|
|
26
|
+
- @forge/manifest@7.5.4-next.0
|
|
27
|
+
- @forge/cli-shared@5.4.0-next.1
|
|
28
|
+
- @forge/lint@5.3.2-next.1
|
|
29
|
+
- @forge/tunnel@5.4.0-next.1
|
|
30
|
+
- @forge/bundler@4.17.6-next.1
|
|
31
|
+
|
|
32
|
+
## 10.5.0-next.0
|
|
33
|
+
|
|
34
|
+
### Minor Changes
|
|
35
|
+
|
|
36
|
+
- 41ba7c6: Removing Cloudflare enable FF and ngrok tunnel implementation
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [41ba7c6]
|
|
41
|
+
- @forge/cli-shared@5.4.0-next.0
|
|
42
|
+
- @forge/tunnel@5.4.0-next.0
|
|
43
|
+
- @forge/bundler@4.17.6-next.0
|
|
44
|
+
- @forge/lint@5.3.2-next.0
|
|
45
|
+
|
|
3
46
|
## 10.4.1
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|