@forge/cli 6.1.0 → 6.2.0-next.3
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 +36 -0
- package/npm-shrinkwrap.json +30 -5709
- package/out/analytics-client/analytics-client.d.ts +10 -1
- package/out/analytics-client/analytics-client.d.ts.map +1 -1
- package/out/analytics-client/analytics-client.js +40 -6
- package/out/command-line/command.d.ts +1 -3
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js +31 -9
- package/out/command-line/controller/deploy-controller.d.ts +5 -4
- package/out/command-line/controller/deploy-controller.d.ts.map +1 -1
- package/out/command-line/controller/deploy-controller.js +8 -6
- package/out/command-line/controller/pre-command-controller.d.ts +2 -2
- package/out/command-line/controller/pre-command-controller.d.ts.map +1 -1
- package/out/command-line/controller/pre-command-controller.js +1 -1
- package/out/command-line/register-authentication-command.js +3 -3
- package/out/command-line/view/tunnel-view.d.ts +3 -1
- package/out/command-line/view/tunnel-view.d.ts.map +1 -1
- package/out/command-line/view/tunnel-view.js +5 -2
- package/out/deploy/deployer/deployer.d.ts +9 -3
- package/out/deploy/deployer/deployer.d.ts.map +1 -1
- package/out/deploy/deployer/deployer.js +22 -8
- package/out/deploy/deployer/trigger-deploy-graphql-client.d.ts.map +1 -1
- package/out/deploy/deployer/trigger-deploy-graphql-client.js +1 -1
- package/out/deploy/uploader/artifact-graphql-client.d.ts.map +1 -1
- package/out/deploy/uploader/artifact-graphql-client.js +2 -2
- package/out/environment-variables/graphql-client.d.ts +2 -2
- package/out/environment-variables/graphql-client.d.ts.map +1 -1
- package/out/environment-variables/graphql-client.js +3 -3
- package/out/installations/graphql-client.d.ts +12 -8
- package/out/installations/graphql-client.d.ts.map +1 -1
- package/out/installations/graphql-client.js +30 -17
- package/out/installations/site-translation/cloudid-products.d.ts +2 -2
- package/out/installations/site-translation/cloudid-products.d.ts.map +1 -1
- package/out/installations/site-translation/cloudid-products.js +1 -1
- package/out/providers/graphql-client.d.ts.map +1 -1
- package/out/providers/graphql-client.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.2.0-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e53df56b: Fix installing apps on Bitbucket
|
|
8
|
+
|
|
9
|
+
## 6.2.0-next.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- cdadcdf6: Fix install --upgrade erroring when latest version
|
|
14
|
+
- Updated dependencies [b469c802]
|
|
15
|
+
- @forge/manifest@4.5.1-next.0
|
|
16
|
+
- @forge/cli-shared@3.3.0-next.1
|
|
17
|
+
- @forge/lint@3.2.10-next.1
|
|
18
|
+
- @forge/bundler@4.0.2-next.1
|
|
19
|
+
|
|
20
|
+
## 6.2.0-next.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- c68c43d7: Adding analytics on CLI command invoke and failures
|
|
25
|
+
|
|
26
|
+
## 6.2.0-next.0
|
|
27
|
+
|
|
28
|
+
### Minor Changes
|
|
29
|
+
|
|
30
|
+
- c6e4bec0: Error handling changes in forge CLI to track user realted errors for analytics
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [c6e4bec0]
|
|
35
|
+
- @forge/cli-shared@3.3.0-next.0
|
|
36
|
+
- @forge/bundler@4.0.2-next.0
|
|
37
|
+
- @forge/lint@3.2.10-next.0
|
|
38
|
+
|
|
3
39
|
## 6.1.0
|
|
4
40
|
|
|
5
41
|
### Minor Changes
|