@forge/cli 12.1.0-next.9-experimental-effab31 → 12.2.0-next.5-experimental-255e232
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 +142 -10
- package/npm-shrinkwrap.json +317 -413
- package/out/command-line/controller/install-controller.d.ts.map +1 -1
- package/out/command-line/controller/install-controller.js +1 -7
- package/out/command-line/controller/install-controller.js.map +1 -1
- package/out/command-line/register-environment-variables-commands.d.ts.map +1 -1
- package/out/command-line/register-environment-variables-commands.js +3 -1
- package/out/command-line/register-environment-variables-commands.js.map +1 -1
- package/out/command-line/register-environments-commands.d.ts.map +1 -1
- package/out/command-line/register-environments-commands.js +3 -1
- package/out/command-line/register-environments-commands.js.map +1 -1
- package/out/environment/graphql-client.d.ts +1 -0
- package/out/environment/graphql-client.d.ts.map +1 -1
- package/out/environment/graphql-client.js +2 -0
- package/out/environment/graphql-client.js.map +1 -1
- package/out/environment/list-environment.d.ts +1 -1
- package/out/environment/list-environment.d.ts.map +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,108 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
-
## 12.
|
|
3
|
+
## 12.2.0-next.5-experimental-255e232
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- adb270d: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
8
|
+
- d544fc6: separate 2 options license-modes and users-with-access
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- a26c603: revert package upgrades
|
|
13
|
+
- 73f3108: Add tip about variables only changing after deployment
|
|
14
|
+
- Updated dependencies [adb270d]
|
|
15
|
+
- Updated dependencies [7abca30]
|
|
16
|
+
- Updated dependencies [a26c603]
|
|
17
|
+
- Updated dependencies [73f3108]
|
|
18
|
+
- Updated dependencies [d544fc6]
|
|
19
|
+
- Updated dependencies [e029de1]
|
|
20
|
+
- @forge/cli-shared@8.2.0-next.5-experimental-255e232
|
|
21
|
+
- @forge/lint@5.10.0-next.5-experimental-255e232
|
|
22
|
+
- @forge/bundler@6.1.1-next.5-experimental-255e232
|
|
23
|
+
- @forge/util@2.0.0-next.0-experimental-255e232
|
|
24
|
+
- @forge/manifest@10.1.1-next.0-experimental-255e232
|
|
25
|
+
- @forge/tunnel@6.0.2-next.5-experimental-255e232
|
|
26
|
+
|
|
27
|
+
## 12.2.0-next.5
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- d544fc6: separate 2 options license-modes and users-with-access
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [d544fc6]
|
|
36
|
+
- @forge/cli-shared@8.2.0-next.5
|
|
37
|
+
- @forge/bundler@6.1.1-next.5
|
|
38
|
+
- @forge/lint@5.10.0-next.5
|
|
39
|
+
- @forge/tunnel@6.0.2-next.5
|
|
40
|
+
|
|
41
|
+
## 12.2.0-next.4
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- 73f3108: Add tip about variables only changing after deployment
|
|
46
|
+
- Updated dependencies [73f3108]
|
|
47
|
+
- @forge/cli-shared@8.2.0-next.4
|
|
48
|
+
- @forge/bundler@6.1.1-next.4
|
|
49
|
+
- @forge/lint@5.10.0-next.4
|
|
50
|
+
- @forge/tunnel@6.0.2-next.4
|
|
51
|
+
|
|
52
|
+
## 12.2.0-next.3
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- a26c603: revert package upgrades
|
|
57
|
+
- Updated dependencies [a26c603]
|
|
58
|
+
- @forge/cli-shared@8.2.0-next.3
|
|
59
|
+
- @forge/lint@5.10.0-next.3
|
|
60
|
+
- @forge/bundler@6.1.1-next.3
|
|
61
|
+
- @forge/tunnel@6.0.2-next.3
|
|
62
|
+
|
|
63
|
+
## 12.2.0-next.2
|
|
64
|
+
|
|
65
|
+
### Minor Changes
|
|
66
|
+
|
|
67
|
+
- 05d33ea: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [05d33ea]
|
|
72
|
+
- @forge/cli-shared@8.2.0-next.2
|
|
73
|
+
- @forge/lint@5.10.0-next.2
|
|
74
|
+
- @forge/bundler@6.1.1-next.2
|
|
75
|
+
- @forge/tunnel@6.0.2-next.2
|
|
76
|
+
|
|
77
|
+
## 12.1.1-next.1
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [7abca30]
|
|
82
|
+
- @forge/bundler@6.1.1-next.1
|
|
83
|
+
- @forge/util@2.0.0-next.0
|
|
84
|
+
- @forge/lint@5.9.2-next.1
|
|
85
|
+
- @forge/tunnel@6.0.2-next.1
|
|
86
|
+
- @forge/cli-shared@8.1.1-next.1
|
|
87
|
+
|
|
88
|
+
## 12.1.1-next.0
|
|
89
|
+
|
|
90
|
+
### Patch Changes
|
|
91
|
+
|
|
92
|
+
- Updated dependencies [e029de1]
|
|
93
|
+
- @forge/manifest@10.1.1-next.0
|
|
94
|
+
- @forge/bundler@6.1.1-next.0
|
|
95
|
+
- @forge/cli-shared@8.1.1-next.0
|
|
96
|
+
- @forge/lint@5.9.2-next.0
|
|
97
|
+
- @forge/tunnel@6.0.2-next.0
|
|
98
|
+
|
|
99
|
+
## 12.1.0
|
|
4
100
|
|
|
5
101
|
### Minor Changes
|
|
6
102
|
|
|
7
103
|
- effab31: Bumped cheerio from 0.22 to 1.1
|
|
8
104
|
- 620aea7: Added support for Dashboards context for app creation
|
|
105
|
+
- c656092: Added environment id to environments list command output
|
|
9
106
|
|
|
10
107
|
### Patch Changes
|
|
11
108
|
|
|
@@ -20,18 +117,53 @@
|
|
|
20
117
|
- Updated dependencies [c3810aa]
|
|
21
118
|
- Updated dependencies [195411c]
|
|
22
119
|
- Updated dependencies [d97a252]
|
|
120
|
+
- Updated dependencies [46daa27]
|
|
23
121
|
- Updated dependencies [1479d2d]
|
|
24
122
|
- Updated dependencies [ca7e661]
|
|
25
123
|
- Updated dependencies [5ab2c49]
|
|
26
|
-
|
|
27
|
-
- @forge/
|
|
28
|
-
- @forge/
|
|
29
|
-
- @forge/
|
|
30
|
-
- @forge/
|
|
31
|
-
- @forge/
|
|
32
|
-
- @forge/
|
|
33
|
-
- @forge/
|
|
34
|
-
- @forge/
|
|
124
|
+
- Updated dependencies [609f68b]
|
|
125
|
+
- @forge/cli-shared@8.1.0
|
|
126
|
+
- @forge/manifest@10.1.0
|
|
127
|
+
- @forge/bundler@6.1.0
|
|
128
|
+
- @forge/lint@5.9.1
|
|
129
|
+
- @forge/runtime@6.0.1
|
|
130
|
+
- @forge/egress@2.0.1
|
|
131
|
+
- @forge/tunnel@6.0.1
|
|
132
|
+
- @forge/i18n@0.0.7
|
|
133
|
+
- @forge/util@1.4.10
|
|
134
|
+
|
|
135
|
+
## 12.1.0-next.12
|
|
136
|
+
|
|
137
|
+
### Minor Changes
|
|
138
|
+
|
|
139
|
+
- c656092: Added environment id to environments list command output
|
|
140
|
+
|
|
141
|
+
## 12.1.0-next.11
|
|
142
|
+
|
|
143
|
+
### Minor Changes
|
|
144
|
+
|
|
145
|
+
- effab31: Bumped cheerio from 0.22 to 1.1
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- Updated dependencies [effab31]
|
|
150
|
+
- Updated dependencies [609f68b]
|
|
151
|
+
- @forge/cli-shared@8.1.0-next.9
|
|
152
|
+
- @forge/manifest@10.1.0-next.9
|
|
153
|
+
- @forge/bundler@6.1.0-next.11
|
|
154
|
+
- @forge/lint@5.9.1-next.11
|
|
155
|
+
- @forge/tunnel@6.0.1-next.11
|
|
156
|
+
|
|
157
|
+
## 12.1.0-next.10
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Updated dependencies [46daa27]
|
|
162
|
+
- @forge/manifest@10.1.0-next.8
|
|
163
|
+
- @forge/bundler@6.0.1-next.10
|
|
164
|
+
- @forge/cli-shared@8.1.0-next.8
|
|
165
|
+
- @forge/lint@5.9.1-next.10
|
|
166
|
+
- @forge/tunnel@6.0.1-next.10
|
|
35
167
|
|
|
36
168
|
## 12.1.0-next.9
|
|
37
169
|
|