@forge/cli 6.1.0-next.4 → 6.2.0-next.1
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 +37 -0
- package/npm-shrinkwrap.json +50 -5731
- 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 +30 -7
- 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 +11 -8
- package/out/installations/graphql-client.d.ts.map +1 -1
- package/out/installations/graphql-client.js +27 -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,42 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.2.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c68c43d7: Adding analytics on CLI command invoke and failures
|
|
8
|
+
|
|
9
|
+
## 6.2.0-next.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- c6e4bec0: Error handling changes in forge CLI to track user realted errors for analytics
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [c6e4bec0]
|
|
18
|
+
- @forge/cli-shared@3.3.0-next.0
|
|
19
|
+
- @forge/bundler@4.0.2-next.0
|
|
20
|
+
- @forge/lint@3.2.10-next.0
|
|
21
|
+
|
|
22
|
+
## 6.1.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- f46547c: Allow CLI to fetch and display more than 100 installations
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 8e2a5a6: Update node-fetch version
|
|
31
|
+
- Updated dependencies [be216ec]
|
|
32
|
+
- Updated dependencies [34d81d4]
|
|
33
|
+
- Updated dependencies [72f098e]
|
|
34
|
+
- Updated dependencies [8e2a5a6]
|
|
35
|
+
- @forge/manifest@4.5.0
|
|
36
|
+
- @forge/cli-shared@3.2.3
|
|
37
|
+
- @forge/lint@3.2.9
|
|
38
|
+
- @forge/bundler@4.0.1
|
|
39
|
+
|
|
3
40
|
## 6.1.0-next.4
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|