@forge/cli 4.2.0-next.8 → 4.3.0-next.2
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.
|
@@ -2,7 +2,7 @@ export declare const VERSION_CACHE_KEY = "latest";
|
|
|
2
2
|
export declare const VERSION_CACHE_INTERVAL: number;
|
|
3
3
|
import { CLIDetails } from '@forge/cli-shared';
|
|
4
4
|
export declare const getCLIDetails: () => CLIDetails | undefined;
|
|
5
|
-
export declare const supportedNodeVersion = "
|
|
5
|
+
export declare const supportedNodeVersion = "14.x || 16.x";
|
|
6
6
|
export declare const cacheLatestVersion: (name: string) => Promise<void>;
|
|
7
7
|
export declare const clearVersionCache: (name: string) => void;
|
|
8
8
|
//# sourceMappingURL=version-info.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version-info.d.ts","sourceRoot":"","sources":["../../src/command-line/version-info.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAC1C,eAAO,MAAM,sBAAsB,QAAsB,CAAC;AAE1D,OAAO,EAAc,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE3D,eAAO,MAAM,aAAa,QAAO,UAAU,GAAG,SAgB7C,CAAC;AAEF,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"version-info.d.ts","sourceRoot":"","sources":["../../src/command-line/version-info.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAC1C,eAAO,MAAM,sBAAsB,QAAsB,CAAC;AAE1D,OAAO,EAAc,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE3D,eAAO,MAAM,aAAa,QAAO,UAAU,GAAG,SAgB7C,CAAC;AAEF,eAAO,MAAM,oBAAoB,iBAAiB,CAAC;AAEnD,eAAO,MAAM,kBAAkB,SAAgB,MAAM,KAAG,OAAO,CAAC,IAAI,CAInE,CAAC;AAEF,eAAO,MAAM,iBAAiB,SAAU,MAAM,SAG7C,CAAC"}
|
|
@@ -22,7 +22,7 @@ exports.getCLIDetails = () => {
|
|
|
22
22
|
return undefined;
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
exports.supportedNodeVersion = '
|
|
25
|
+
exports.supportedNodeVersion = '14.x || 16.x';
|
|
26
26
|
exports.cacheLatestVersion = async (name) => {
|
|
27
27
|
const latest = await latest_version_1.default(name);
|
|
28
28
|
const cachedConf = cli_shared_1.CachedConf.getCache(name);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0-next.2",
|
|
4
4
|
"description": "A command line interface for managing Atlassian-hosted apps",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"postinstall": "node -e \"process.exitCode = fs.existsSync('./out/bin/postinstall.js')\" || node ./out/bin/postinstall.js"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@forge/bundler": "3.0.
|
|
22
|
-
"@forge/cli-shared": "2.4.
|
|
21
|
+
"@forge/bundler": "3.0.4-next.1",
|
|
22
|
+
"@forge/cli-shared": "2.4.1-next.1",
|
|
23
23
|
"@forge/csp": "^1.10.0",
|
|
24
|
-
"@forge/lint": "3.0.
|
|
25
|
-
"@forge/manifest": "3.
|
|
24
|
+
"@forge/lint": "3.0.5-next.1",
|
|
25
|
+
"@forge/manifest": "3.6.0-next.1",
|
|
26
26
|
"@forge/util": "1.2.0",
|
|
27
27
|
"ajv": "^6.12.5",
|
|
28
28
|
"archiver": "^5.2.0",
|