@forge/cli 10.4.1 → 10.5.0-next.11

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