@forge/cli 6.11.1-next.0 → 6.12.0-next.13
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 +158 -0
- package/npm-shrinkwrap.json +283 -280
- package/out/command-line/command.d.ts +3 -1
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js +10 -8
- package/out/command-line/controller/default-environment-controller.d.ts +28 -0
- package/out/command-line/controller/default-environment-controller.d.ts.map +1 -0
- package/out/command-line/controller/default-environment-controller.js +106 -0
- package/out/command-line/controller/deploy-controller.d.ts +7 -2
- package/out/command-line/controller/deploy-controller.d.ts.map +1 -1
- package/out/command-line/controller/deploy-controller.js +29 -4
- package/out/command-line/controller/settings-controller.d.ts +1 -0
- package/out/command-line/controller/settings-controller.d.ts.map +1 -1
- package/out/command-line/controller/settings-controller.js +3 -2
- package/out/command-line/dependency-injection.d.ts +4 -1
- package/out/command-line/dependency-injection.d.ts.map +1 -1
- package/out/command-line/dependency-injection.js +8 -3
- package/out/command-line/errors.d.ts +5 -0
- package/out/command-line/errors.d.ts.map +1 -1
- package/out/command-line/errors.js +11 -1
- package/out/command-line/register-lint-command.js +1 -1
- package/out/command-line/utils.d.ts +4 -0
- package/out/command-line/utils.d.ts.map +1 -0
- package/out/command-line/utils.js +30 -0
- package/out/command-line/view/deploy-view.d.ts +3 -0
- package/out/command-line/view/deploy-view.d.ts.map +1 -1
- package/out/command-line/view/deploy-view.js +14 -0
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,163 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.12.0-next.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [00f194a]
|
|
8
|
+
- @forge/manifest@4.14.0-next.4
|
|
9
|
+
- @forge/cli-shared@3.13.0-next.9
|
|
10
|
+
- @forge/lint@3.5.1-next.9
|
|
11
|
+
- @forge/tunnel@3.5.1-next.12
|
|
12
|
+
- @forge/bundler@4.9.0-next.12
|
|
13
|
+
|
|
14
|
+
## 6.12.0-next.12
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- bb7b824: Bumping dependencies via Renovate:
|
|
19
|
+
|
|
20
|
+
- @types/node
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [bb7b824]
|
|
23
|
+
- Updated dependencies [13af085]
|
|
24
|
+
- @forge/bundler@4.9.0-next.11
|
|
25
|
+
- @forge/manifest@4.14.0-next.3
|
|
26
|
+
- @forge/runtime@4.4.1-next.2
|
|
27
|
+
- @forge/tunnel@3.5.1-next.11
|
|
28
|
+
- @forge/cli-shared@3.13.0-next.8
|
|
29
|
+
- @forge/lint@3.5.1-next.8
|
|
30
|
+
|
|
31
|
+
## 6.12.0-next.11
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- 710816a: Bumping dependencies via Renovate:
|
|
36
|
+
|
|
37
|
+
- unzipper
|
|
38
|
+
- @types/unzipper
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [710816a]
|
|
41
|
+
- @forge/cli-shared@3.13.0-next.7
|
|
42
|
+
- @forge/bundler@4.9.0-next.10
|
|
43
|
+
- @forge/lint@3.5.1-next.7
|
|
44
|
+
- @forge/tunnel@3.5.1-next.10
|
|
45
|
+
|
|
46
|
+
## 6.12.0-next.10
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- cf453494: Bumping dependencies via Renovate:
|
|
51
|
+
|
|
52
|
+
- node-fetch
|
|
53
|
+
- @types/node-fetch
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [cf453494]
|
|
56
|
+
- @forge/cli-shared@3.13.0-next.6
|
|
57
|
+
- @forge/lint@3.5.1-next.6
|
|
58
|
+
- @forge/manifest@4.14.0-next.2
|
|
59
|
+
- @forge/runtime@4.4.1-next.1
|
|
60
|
+
- @forge/bundler@4.9.0-next.9
|
|
61
|
+
- @forge/tunnel@3.5.1-next.9
|
|
62
|
+
|
|
63
|
+
## 6.12.0-next.9
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- Updated dependencies [313ddf9]
|
|
68
|
+
- @forge/bundler@4.9.0-next.8
|
|
69
|
+
- @forge/tunnel@3.5.1-next.8
|
|
70
|
+
|
|
71
|
+
## 6.12.0-next.8
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- Updated dependencies [efc1b01c]
|
|
76
|
+
- Updated dependencies [5b6fcd16]
|
|
77
|
+
- @forge/cli-shared@3.13.0-next.5
|
|
78
|
+
- @forge/bundler@4.9.0-next.7
|
|
79
|
+
- @forge/runtime@4.4.1-next.0
|
|
80
|
+
- @forge/lint@3.5.1-next.5
|
|
81
|
+
- @forge/tunnel@3.5.1-next.7
|
|
82
|
+
|
|
83
|
+
## 6.12.0-next.7
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [e4aed81]
|
|
88
|
+
- @forge/bundler@4.9.0-next.6
|
|
89
|
+
- @forge/tunnel@3.5.1-next.6
|
|
90
|
+
|
|
91
|
+
## 6.12.0-next.6
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- Updated dependencies [44042371]
|
|
96
|
+
- @forge/manifest@4.14.0-next.1
|
|
97
|
+
- @forge/cli-shared@3.13.0-next.4
|
|
98
|
+
- @forge/lint@3.5.1-next.4
|
|
99
|
+
- @forge/tunnel@3.5.1-next.5
|
|
100
|
+
- @forge/bundler@4.9.0-next.5
|
|
101
|
+
|
|
102
|
+
## 6.12.0-next.5
|
|
103
|
+
|
|
104
|
+
### Minor Changes
|
|
105
|
+
|
|
106
|
+
- 7f658b1: Refactor and cleanup usages of environmentToOption
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- Updated dependencies [7f658b1]
|
|
111
|
+
- @forge/cli-shared@3.13.0-next.3
|
|
112
|
+
- @forge/bundler@4.9.0-next.4
|
|
113
|
+
- @forge/lint@3.5.1-next.3
|
|
114
|
+
- @forge/tunnel@3.5.1-next.4
|
|
115
|
+
|
|
116
|
+
## 6.12.0-next.4
|
|
117
|
+
|
|
118
|
+
### Minor Changes
|
|
119
|
+
|
|
120
|
+
- fed677b: Enable non interactive option for deploy
|
|
121
|
+
|
|
122
|
+
## 6.12.0-next.3
|
|
123
|
+
|
|
124
|
+
### Minor Changes
|
|
125
|
+
|
|
126
|
+
- 8ee1a0dc: Create environment on deploy
|
|
127
|
+
|
|
128
|
+
### Patch Changes
|
|
129
|
+
|
|
130
|
+
- Updated dependencies [8ee1a0dc]
|
|
131
|
+
- @forge/cli-shared@3.13.0-next.2
|
|
132
|
+
- @forge/bundler@4.9.0-next.3
|
|
133
|
+
- @forge/lint@3.5.1-next.2
|
|
134
|
+
- @forge/tunnel@3.5.1-next.3
|
|
135
|
+
|
|
136
|
+
## 6.12.0-next.2
|
|
137
|
+
|
|
138
|
+
### Patch Changes
|
|
139
|
+
|
|
140
|
+
- Updated dependencies [5d8a7a49]
|
|
141
|
+
- @forge/manifest@4.14.0-next.0
|
|
142
|
+
- @forge/cli-shared@3.13.0-next.1
|
|
143
|
+
- @forge/lint@3.5.1-next.1
|
|
144
|
+
- @forge/tunnel@3.5.1-next.2
|
|
145
|
+
- @forge/bundler@4.9.0-next.2
|
|
146
|
+
|
|
147
|
+
## 6.12.0-next.1
|
|
148
|
+
|
|
149
|
+
### Minor Changes
|
|
150
|
+
|
|
151
|
+
- e49e46d0: Use default environment from forge settings
|
|
152
|
+
|
|
153
|
+
### Patch Changes
|
|
154
|
+
|
|
155
|
+
- Updated dependencies [e49e46d0]
|
|
156
|
+
- @forge/cli-shared@3.13.0-next.0
|
|
157
|
+
- @forge/bundler@4.9.0-next.1
|
|
158
|
+
- @forge/lint@3.5.1-next.0
|
|
159
|
+
- @forge/tunnel@3.5.1-next.1
|
|
160
|
+
|
|
3
161
|
## 6.11.1-next.0
|
|
4
162
|
|
|
5
163
|
### Patch Changes
|