@forge/cli 6.8.3-next.9 → 6.9.0-next.22
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 +128 -0
- package/npm-shrinkwrap.json +153 -153
- package/out/command-line/dependency-injection.d.ts +2 -0
- package/out/command-line/dependency-injection.d.ts.map +1 -1
- package/out/command-line/dependency-injection.js +3 -0
- package/out/command-line/register-environment-commands.d.ts +7 -0
- package/out/command-line/register-environment-commands.d.ts.map +1 -1
- package/out/command-line/register-environment-commands.js +105 -4
- package/out/command-line/register-environment-variables-commands.d.ts +3 -0
- package/out/command-line/register-environment-variables-commands.d.ts.map +1 -1
- package/out/command-line/register-environment-variables-commands.js +25 -22
- package/out/command-line/view/tunnel-view.d.ts.map +1 -1
- package/out/command-line/view/tunnel-view.js +1 -1
- package/out/deploy/deployer/deployer.d.ts +4 -6
- package/out/deploy/deployer/deployer.d.ts.map +1 -1
- package/out/deploy/deployer/deployer.js +12 -16
- package/out/environment/delete-environment.d.ts +27 -0
- package/out/environment/delete-environment.d.ts.map +1 -0
- package/out/environment/delete-environment.js +14 -0
- package/out/environment/graphql-client.d.ts +5 -1
- package/out/environment/graphql-client.d.ts.map +1 -1
- package/out/environment/graphql-client.js +58 -1
- package/out/installations/graphql-client.d.ts +1 -1
- package/out/installations/graphql-client.d.ts.map +1 -1
- package/out/installations/graphql-client.js +11 -10
- package/out/service/resources-uploader-service.js +3 -3
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,133 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.9.0-next.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6cb6ad2]
|
|
8
|
+
- @forge/manifest@4.10.0-next.3
|
|
9
|
+
- @forge/cli-shared@3.11.0-next.10
|
|
10
|
+
- @forge/lint@3.3.0-next.15
|
|
11
|
+
- @forge/tunnel@3.3.5-next.17
|
|
12
|
+
- @forge/bundler@4.6.6-next.16
|
|
13
|
+
|
|
14
|
+
## 6.9.0-next.21
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- @forge/tunnel@3.3.5-next.16
|
|
19
|
+
|
|
20
|
+
## 6.9.0-next.20
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 2735812: Improve error handling for InstallationRequestFailedError
|
|
25
|
+
|
|
26
|
+
## 6.9.0-next.19
|
|
27
|
+
|
|
28
|
+
### Minor Changes
|
|
29
|
+
|
|
30
|
+
- f2d9cd7: Added "forge environment delete" command
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [f2d9cd7]
|
|
35
|
+
- @forge/cli-shared@3.11.0-next.9
|
|
36
|
+
- @forge/bundler@4.6.6-next.15
|
|
37
|
+
- @forge/lint@3.3.0-next.14
|
|
38
|
+
- @forge/tunnel@3.3.5-next.15
|
|
39
|
+
|
|
40
|
+
## 6.9.0-next.18
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- 97b57e7: Bumping dependencies via Renovate:
|
|
45
|
+
|
|
46
|
+
- unzipper
|
|
47
|
+
- @types/unzipper
|
|
48
|
+
|
|
49
|
+
- Updated dependencies [97b57e7]
|
|
50
|
+
- @forge/cli-shared@3.11.0-next.8
|
|
51
|
+
- @forge/bundler@4.6.6-next.14
|
|
52
|
+
- @forge/lint@3.3.0-next.13
|
|
53
|
+
- @forge/tunnel@3.3.5-next.14
|
|
54
|
+
|
|
55
|
+
## 6.9.0-next.17
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- 3e7edfb: Fix consistency of environment name in the CLI
|
|
60
|
+
- Updated dependencies [3e7edfb]
|
|
61
|
+
- @forge/cli-shared@3.11.0-next.7
|
|
62
|
+
- @forge/bundler@4.6.6-next.13
|
|
63
|
+
- @forge/lint@3.3.0-next.12
|
|
64
|
+
- @forge/tunnel@3.3.5-next.13
|
|
65
|
+
|
|
66
|
+
## 6.9.0-next.16
|
|
67
|
+
|
|
68
|
+
### Patch Changes
|
|
69
|
+
|
|
70
|
+
- Updated dependencies [ffbb321]
|
|
71
|
+
- @forge/lint@3.3.0-next.11
|
|
72
|
+
- @forge/bundler@4.6.6-next.12
|
|
73
|
+
- @forge/tunnel@3.3.5-next.12
|
|
74
|
+
|
|
75
|
+
## 6.9.0-next.15
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- Updated dependencies [3bdedf0]
|
|
80
|
+
- @forge/egress@1.2.0-next.1
|
|
81
|
+
- @forge/lint@3.3.0-next.10
|
|
82
|
+
- @forge/bundler@4.6.6-next.11
|
|
83
|
+
- @forge/tunnel@3.3.5-next.11
|
|
84
|
+
|
|
85
|
+
## 6.9.0-next.14
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- Updated dependencies [5795a3e]
|
|
90
|
+
- @forge/lint@3.3.0-next.9
|
|
91
|
+
- @forge/bundler@4.6.6-next.10
|
|
92
|
+
- @forge/tunnel@3.3.5-next.10
|
|
93
|
+
|
|
94
|
+
## 6.9.0-next.13
|
|
95
|
+
|
|
96
|
+
### Patch Changes
|
|
97
|
+
|
|
98
|
+
- b91c323: output request ID in analytics for all GraphQL errors
|
|
99
|
+
- Updated dependencies [b91c323]
|
|
100
|
+
- @forge/cli-shared@3.11.0-next.6
|
|
101
|
+
- @forge/bundler@4.6.6-next.9
|
|
102
|
+
- @forge/lint@3.3.0-next.8
|
|
103
|
+
- @forge/tunnel@3.3.5-next.9
|
|
104
|
+
|
|
105
|
+
## 6.9.0-next.12
|
|
106
|
+
|
|
107
|
+
### Patch Changes
|
|
108
|
+
|
|
109
|
+
- 23a21ec: Bumping dependencies via Renovate:
|
|
110
|
+
|
|
111
|
+
- portfinder
|
|
112
|
+
- @forge/bundler@4.6.6-next.8
|
|
113
|
+
- @forge/tunnel@3.3.5-next.8
|
|
114
|
+
|
|
115
|
+
## 6.9.0-next.11
|
|
116
|
+
|
|
117
|
+
### Minor Changes
|
|
118
|
+
|
|
119
|
+
- 1fb7b9a: Bug fix: change how we derive that an installation is pointing to the latest version of the app
|
|
120
|
+
|
|
121
|
+
## 6.8.3-next.10
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- Updated dependencies [87b2440]
|
|
126
|
+
- @forge/cli-shared@3.11.0-next.5
|
|
127
|
+
- @forge/bundler@4.6.6-next.7
|
|
128
|
+
- @forge/lint@3.3.0-next.7
|
|
129
|
+
- @forge/tunnel@3.3.5-next.7
|
|
130
|
+
|
|
3
131
|
## 6.8.3-next.9
|
|
4
132
|
|
|
5
133
|
### Patch Changes
|