@forge/cli 6.18.0-next.34 → 6.19.0-next.27
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 +460 -0
- package/npm-shrinkwrap.json +1404 -814
- package/out/command-line/controller/deploy-controller.d.ts.map +1 -1
- package/out/command-line/controller/deploy-controller.js +3 -1
- package/out/command-line/controller/tunnel-controller.d.ts.map +1 -1
- package/out/command-line/controller/tunnel-controller.js +4 -0
- package/out/command-line/dependency-injection.js +4 -4
- package/out/deploy/deployer/deployer.d.ts +4 -1
- package/out/deploy/deployer/deployer.d.ts.map +1 -1
- package/out/deploy/deployer/deployer.js +46 -34
- package/out/deploy/package-upload-deploy.d.ts +3 -1
- package/out/deploy/package-upload-deploy.d.ts.map +1 -1
- package/out/deploy/package-upload-deploy.js +1 -1
- package/out/deploy/packager/archiver.d.ts +20 -6
- package/out/deploy/packager/archiver.d.ts.map +1 -1
- package/out/deploy/packager/archiver.js +67 -26
- package/out/deploy/packager/packager.d.ts +3 -2
- package/out/deploy/packager/packager.d.ts.map +1 -1
- package/out/deploy/packager/packager.js +2 -2
- package/out/deploy/packager/runtime-bundler.d.ts +11 -1
- package/out/deploy/packager/runtime-bundler.d.ts.map +1 -1
- package/out/deploy/packager/runtime-bundler.js +36 -7
- package/out/environment-variables/graphql-client.d.ts.map +1 -1
- package/out/service/lint-service.d.ts +1 -1
- package/out/service/lint-service.d.ts.map +1 -1
- package/out/service/tunnel-service.js +1 -1
- package/out/storage/local-file-storage.js +2 -2
- package/package.json +20 -23
|
@@ -5,11 +5,11 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const path_1 = tslib_1.__importDefault(require("path"));
|
|
6
6
|
const fs = tslib_1.__importStar(require("fs"));
|
|
7
7
|
const env_paths_1 = tslib_1.__importDefault(require("env-paths"));
|
|
8
|
-
const
|
|
8
|
+
const fs_extra_1 = require("fs-extra");
|
|
9
9
|
class LocalFileStorage {
|
|
10
10
|
constructor() {
|
|
11
11
|
if (!fs.existsSync(LocalFileStorage.FOLDER)) {
|
|
12
|
-
|
|
12
|
+
(0, fs_extra_1.mkdirpSync)(LocalFileStorage.FOLDER);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
addAnalyticsEvent(message) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.19.0-next.27",
|
|
4
4
|
"description": "A command line interface for managing Atlassian-hosted apps",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"postinstall": "node -e \"fs.existsSync('./out/bin/postinstall.js') && require('./out/bin/postinstall.js')\""
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@forge/bundler": "4.12.
|
|
22
|
-
"@forge/cli-shared": "3.
|
|
23
|
-
"@forge/egress": "1.2.
|
|
24
|
-
"@forge/lint": "3.6.
|
|
25
|
-
"@forge/manifest": "4.20.
|
|
26
|
-
"@forge/node-runtime": "0.
|
|
27
|
-
"@forge/runtime": "5.1.
|
|
28
|
-
"@forge/tunnel": "3.8.
|
|
21
|
+
"@forge/bundler": "4.12.2-next.21",
|
|
22
|
+
"@forge/cli-shared": "3.20.0-next.17",
|
|
23
|
+
"@forge/egress": "1.2.6-next.2",
|
|
24
|
+
"@forge/lint": "3.6.8-next.18",
|
|
25
|
+
"@forge/manifest": "4.20.2-next.5",
|
|
26
|
+
"@forge/node-runtime": "0.3.0-next.6",
|
|
27
|
+
"@forge/runtime": "5.1.1-next.3",
|
|
28
|
+
"@forge/tunnel": "3.8.1-next.23",
|
|
29
29
|
"@forge/util": "1.3.1",
|
|
30
|
-
"@sentry/node": "^7.
|
|
30
|
+
"@sentry/node": "^7.73.0",
|
|
31
31
|
"ajv": "^8.12.0",
|
|
32
32
|
"archiver": "^6.0.1",
|
|
33
33
|
"case": "^1.6.3",
|
|
@@ -43,13 +43,12 @@
|
|
|
43
43
|
"form-data": "^4.0.0",
|
|
44
44
|
"fs-extra": "^11.1.1",
|
|
45
45
|
"hidefile": "^3.0.0",
|
|
46
|
-
"latest-version": "^
|
|
46
|
+
"latest-version": "^7.0.0",
|
|
47
47
|
"lodash": "^4.17.21",
|
|
48
|
-
"mkdirp": "^1.0.4",
|
|
49
48
|
"node-fetch": "2.7.0",
|
|
50
49
|
"node-machine-id": "^1.1.12",
|
|
51
50
|
"omelette": "^0.4.17",
|
|
52
|
-
"ora": "^4.1
|
|
51
|
+
"ora": "^5.4.1",
|
|
53
52
|
"portfinder": "^1.0.32",
|
|
54
53
|
"sanitize-filename": "^1.6.3",
|
|
55
54
|
"semver": "^7.5.4",
|
|
@@ -67,24 +66,22 @@
|
|
|
67
66
|
"@types/hidefile": "^3.0.1",
|
|
68
67
|
"@types/inquirer": "^8.2.6",
|
|
69
68
|
"@types/jest": "^29.5.5",
|
|
70
|
-
"@types/js-yaml": "^
|
|
71
|
-
"@types/
|
|
72
|
-
"@types/
|
|
73
|
-
"@types/node": "14.18.61",
|
|
74
|
-
"@types/node-fetch": "^2.6.5",
|
|
69
|
+
"@types/js-yaml": "^4.0.6",
|
|
70
|
+
"@types/node": "14.18.63",
|
|
71
|
+
"@types/node-fetch": "^2.6.6",
|
|
75
72
|
"@types/omelette": "^0.4.2",
|
|
76
|
-
"@types/semver": "^7.5.
|
|
73
|
+
"@types/semver": "^7.5.3",
|
|
77
74
|
"@types/tmp": "^0.2.4",
|
|
78
75
|
"@types/uuid": "^3.4.11",
|
|
79
76
|
"jest": "^29.7.0",
|
|
80
77
|
"jest-fixtures": "^0.6.0",
|
|
81
78
|
"jest-matcher-specific-error": "^1.0.0",
|
|
82
79
|
"jest-when": "^3.6.0",
|
|
83
|
-
"memfs": "^
|
|
84
|
-
"sentry-testkit": "^5.0.
|
|
85
|
-
"type-fest": "
|
|
80
|
+
"memfs": "^4.5.0",
|
|
81
|
+
"sentry-testkit": "^5.0.6",
|
|
82
|
+
"type-fest": "4.3.3"
|
|
86
83
|
},
|
|
87
84
|
"engines": {
|
|
88
85
|
"node": ">=12.13.1"
|
|
89
86
|
}
|
|
90
|
-
}
|
|
87
|
+
}
|