@forge/cli 5.2.1 → 6.0.0
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 +53 -0
- package/npm-shrinkwrap.json +1047 -776
- package/out/analytics-client/analytics-client.js +2 -2
- package/out/analytics-client/analytics-message-handler.d.ts.map +1 -1
- package/out/analytics-client/analytics-message-handler.js +1 -1
- package/out/autocomplete/index.js +6 -5
- package/out/autocomplete/util.js +4 -2
- package/out/bin/cli.js +1 -1
- package/out/bin/postinstall.js +3 -3
- package/out/command-line/anon-user-id.js +1 -1
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js +19 -17
- package/out/command-line/controller/autocomplete-controller.js +2 -2
- package/out/command-line/controller/feedback-controller.js +1 -1
- package/out/command-line/controller/install-controller.js +8 -8
- package/out/command-line/controller/prerequisites-controller.js +4 -4
- package/out/command-line/controller/tunnel-controller.js +1 -1
- package/out/command-line/dependency-injection.d.ts +2 -2
- package/out/command-line/dependency-injection.js +8 -7
- package/out/command-line/environment.js +3 -2
- package/out/command-line/index.d.ts +1 -1
- package/out/command-line/index.d.ts.map +1 -1
- package/out/command-line/index.js +21 -19
- package/out/command-line/register-app-commands.js +4 -4
- package/out/command-line/register-authentication-command.js +2 -2
- package/out/command-line/register-autocomplete-commands.js +2 -1
- package/out/command-line/register-deployment-commands.js +2 -1
- package/out/command-line/register-environment-variables-commands.js +2 -1
- package/out/command-line/register-feedback-commands.js +2 -1
- package/out/command-line/register-installation-commands.js +15 -12
- package/out/command-line/register-lint-command.js +2 -1
- package/out/command-line/register-log-commands.js +9 -8
- package/out/command-line/register-providers-commands.js +2 -1
- package/out/command-line/register-settings-commands.js +2 -1
- package/out/command-line/register-tunnel-commands.js +2 -1
- package/out/command-line/register-webtrigger-commands.js +3 -2
- package/out/command-line/unique-machine-id.js +4 -3
- package/out/command-line/version-info.d.ts.map +1 -1
- package/out/command-line/version-info.js +7 -4
- package/out/command-line/view/deploy-view.js +2 -2
- package/out/command-line/view/install-view.js +7 -7
- package/out/command-line/view/lint-view.d.ts +1 -1
- package/out/command-line/view/lint-view.d.ts.map +1 -1
- package/out/command-line/view/lite-lint-view.d.ts +1 -1
- package/out/command-line/view/lite-lint-view.d.ts.map +1 -1
- package/out/command-line/view/tunnel-view.js +1 -1
- package/out/deploy/deployer/deployer.js +1 -1
- package/out/deploy/deployer/trigger-deploy-graphql-client.js +1 -1
- package/out/deploy/package-upload-deploy.js +1 -1
- package/out/deploy/packager/archiver.js +4 -4
- package/out/deploy/packager/runtime-bundler.js +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 +2 -2
- package/out/installations/graphql-client.js +6 -6
- package/out/installations/shared.d.ts.map +1 -1
- package/out/installations/shared.js +2 -1
- package/out/installations/site-translation/bitbucket.js +5 -4
- package/out/providers/graphql-client.js +1 -1
- package/out/service/command-suggestion-service.js +1 -1
- package/out/service/docker-service.js +4 -4
- package/out/service/installation-service.js +6 -6
- package/out/service/lint-service.d.ts +1 -1
- package/out/service/lint-service.d.ts.map +1 -1
- package/out/service/lint-service.js +3 -3
- package/out/service/lite-lint-service.d.ts +1 -1
- package/out/service/lite-lint-service.d.ts.map +1 -1
- package/out/service/migration-keys-service.d.ts +1 -1
- package/out/service/migration-keys-service.d.ts.map +1 -1
- package/out/service/port-finding-service.js +1 -1
- package/out/service/resource-packaging-service.js +4 -4
- package/out/service/resources-uploader-service.js +1 -1
- package/out/service/tunnel-service.js +8 -8
- package/out/storage/local-file-storage.js +1 -1
- package/out/webtrigger/get-webtrigger-url.js +2 -2
- package/out/workers/forge-cli-workers.js +1 -1
- package/out/workers/tunnel-clean-up-worker.js +1 -1
- package/out/workers/version-check-worker.js +1 -1
- package/out/workers/worker-info.js +3 -2
- package/out/workers/worker.d.ts.map +1 -1
- package/out/workers/worker.js +5 -3
- package/out/workers/workers-starter.js +1 -1
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 652e9f2: Bump Typescript and ESlint to latest
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 9ff7957: Don't prompt for name when already given in `forge register`
|
|
12
|
+
- Updated dependencies [95913f6]
|
|
13
|
+
- Updated dependencies [138bb0a]
|
|
14
|
+
- Updated dependencies [652e9f2]
|
|
15
|
+
- @forge/bundler@4.0.0
|
|
16
|
+
- @forge/manifest@4.4.1
|
|
17
|
+
- @forge/cli-shared@3.2.2
|
|
18
|
+
- @forge/lint@3.2.8
|
|
19
|
+
|
|
20
|
+
## 6.0.0-next.3
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [95913f6]
|
|
25
|
+
- @forge/bundler@4.0.0-next.2
|
|
26
|
+
|
|
27
|
+
## 6.0.0-next.2
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 9ff7957: Don't prompt for name when already given in `forge register`
|
|
32
|
+
|
|
33
|
+
## 6.0.0-next.1
|
|
34
|
+
|
|
35
|
+
### Major Changes
|
|
36
|
+
|
|
37
|
+
- 652e9f23: Bump Typescript and ESlint to latest
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [652e9f23]
|
|
42
|
+
- @forge/bundler@4.0.0-next.1
|
|
43
|
+
- @forge/cli-shared@3.2.2-next.1
|
|
44
|
+
- @forge/lint@3.2.8-next.1
|
|
45
|
+
|
|
46
|
+
## 5.2.2-next.0
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- Updated dependencies [138bb0a]
|
|
51
|
+
- @forge/manifest@4.4.1-next.0
|
|
52
|
+
- @forge/cli-shared@3.2.2-next.0
|
|
53
|
+
- @forge/lint@3.2.8-next.0
|
|
54
|
+
- @forge/bundler@3.1.4-next.0
|
|
55
|
+
|
|
3
56
|
## 5.2.1
|
|
4
57
|
|
|
5
58
|
### Patch Changes
|