@ohos-cpf/3rdloop 0.0.11 → 0.0.12
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/lib/cli.js +2 -2
- package/package.json +1 -1
- package/vendor/VERSION +2 -2
package/lib/cli.js
CHANGED
|
@@ -150,7 +150,7 @@ export async function runCli(argv) {
|
|
|
150
150
|
return cmdKnowledgeImpl({ rest, user3libHome, dataDir, jsonMode });
|
|
151
151
|
|
|
152
152
|
case 'serve':
|
|
153
|
-
return cmdServe({
|
|
153
|
+
return cmdServe({ flags, jsonMode, dataDir, user3libHome });
|
|
154
154
|
|
|
155
155
|
case 'update':
|
|
156
156
|
return cmdUpdate({ flags, rest, jsonMode, out });
|
|
@@ -265,7 +265,7 @@ async function cmdUpdate({ flags, rest, jsonMode, out }) {
|
|
|
265
265
|
|
|
266
266
|
// ─── serve(同时启动 Server HTTP 后端 + Web 前端)─────────────────
|
|
267
267
|
|
|
268
|
-
async function cmdServe({ flags,
|
|
268
|
+
async function cmdServe({ flags, jsonMode, dataDir, user3libHome }) {
|
|
269
269
|
const { cmdServe: impl } = await import('./serve.js');
|
|
270
270
|
return impl({ rest: flags.rest, jsonMode, dataDir, user3libHome });
|
|
271
271
|
}
|
package/package.json
CHANGED
package/vendor/VERSION
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
0.0.
|
|
2
|
-
built=2026-09-
|
|
1
|
+
0.0.12
|
|
2
|
+
built=2026-09-04T09:34:28.579Z
|
|
3
3
|
sha=84d14394dbb68bd4
|