local-cli-agent 5.0.6 → 5.0.7
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/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -5,6 +5,6 @@ export declare const DOCS_DIR: string;
|
|
|
5
5
|
export declare const BACKUPS_DIR: string;
|
|
6
6
|
export declare const PROJECTS_DIR: string;
|
|
7
7
|
export declare const APP_NAME = "local-cli";
|
|
8
|
-
export declare const APP_VERSION = "5.0.
|
|
8
|
+
export declare const APP_VERSION = "5.0.7";
|
|
9
9
|
export declare const CLI_SERVER_PORT = 19524;
|
|
10
10
|
//# sourceMappingURL=constants.d.ts.map
|
package/dist/constants.js
CHANGED
|
@@ -7,6 +7,6 @@ export const DOCS_DIR = path.join(LOCAL_HOME_DIR, 'docs');
|
|
|
7
7
|
export const BACKUPS_DIR = path.join(LOCAL_HOME_DIR, 'backups');
|
|
8
8
|
export const PROJECTS_DIR = path.join(LOCAL_HOME_DIR, 'projects');
|
|
9
9
|
export const APP_NAME = 'local-cli';
|
|
10
|
-
export const APP_VERSION = '5.0.
|
|
10
|
+
export const APP_VERSION = '5.0.7';
|
|
11
11
|
export const CLI_SERVER_PORT = 19524;
|
|
12
12
|
//# sourceMappingURL=constants.js.map
|