ccjk 9.5.3 → 9.5.4
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/chunks/menu.mjs +3 -1
- package/dist/chunks/package.mjs +1 -1
- package/package.json +1 -1
package/dist/chunks/menu.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import process__default from 'node:process';
|
|
1
2
|
import { existsSync } from 'node:fs';
|
|
2
3
|
import ansis from 'ansis';
|
|
3
4
|
import inquirer from 'inquirer';
|
|
@@ -19,7 +20,6 @@ import { init } from './init.mjs';
|
|
|
19
20
|
import { uninstall } from './uninstall.mjs';
|
|
20
21
|
import { update } from './update.mjs';
|
|
21
22
|
import 'node:os';
|
|
22
|
-
import 'node:process';
|
|
23
23
|
import 'node:url';
|
|
24
24
|
import 'i18next';
|
|
25
25
|
import 'i18next-fs-backend';
|
|
@@ -452,6 +452,8 @@ async function showMainMenu(options = {}) {
|
|
|
452
452
|
if (!handleExitPromptError(error)) {
|
|
453
453
|
handleGeneralError(error);
|
|
454
454
|
}
|
|
455
|
+
} finally {
|
|
456
|
+
process__default.exit(0);
|
|
455
457
|
}
|
|
456
458
|
}
|
|
457
459
|
|
package/dist/chunks/package.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const name = "ccjk";
|
|
2
2
|
const type = "module";
|
|
3
|
-
const version = "9.5.
|
|
3
|
+
const version = "9.5.4";
|
|
4
4
|
const packageManager = "pnpm@10.17.1";
|
|
5
5
|
const description = "CCJK v9.0.0 - Revolutionary AI Development Platform with Enterprise Security, Streaming Cloud Sync, CRDT Conflict Resolution, and Unified V3 Architecture";
|
|
6
6
|
const author = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccjk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "9.5.
|
|
4
|
+
"version": "9.5.4",
|
|
5
5
|
"packageManager": "pnpm@10.17.1",
|
|
6
6
|
"description": "CCJK v9.0.0 - Revolutionary AI Development Platform with Enterprise Security, Streaming Cloud Sync, CRDT Conflict Resolution, and Unified V3 Architecture",
|
|
7
7
|
"author": {
|