@comate/zulu 0.4.0-beta.1 → 0.4.0-beta.3
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/comate-engine/node_modules/@comate/plugin-engine/dist/index.js +2 -2
- package/comate-engine/node_modules/@comate/plugin-host/dist/index.js +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/main.js +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/{user-BVkkx49j.js → user-CYNHRAqv.js} +1 -1
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.d.ts +25 -4
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.js +3 -3
- package/comate-engine/node_modules/@comate/preview-proxy/bin/preview.js +1 -0
- package/comate-engine/node_modules/@comate/preview-proxy/dist/index.js +2 -2
- package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.css +1 -1
- package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.js +1 -1
- package/comate-engine/node_modules/better-sqlite3/node_modules/.bin/prebuild-install +2 -2
- package/comate-engine/package.json +2 -2
- package/comate-engine/plugins/aiscan/dist/index.js +3 -2
- package/comate-engine/plugins/demo-feature/dist/index.js +1 -0
- package/comate-engine/plugins/devaux/dist/index.js +598 -121
- package/comate-engine/plugins/f2c/dist/index.js +1 -0
- package/comate-engine/plugins/jarvis/dist/index.js +25 -3
- package/comate-engine/server.js +63 -123
- package/dist/bundle/index.js +2 -2
- package/package.json +1 -1
- package/comate-engine/node_modules/sql.js/.devcontainer/Dockerfile +0 -76
- package/comate-engine/node_modules/sql.js/.devcontainer/devcontainer.json +0 -20
- package/comate-engine/node_modules/sql.js/.eslintrc.js +0 -68
- package/comate-engine/node_modules/sql.js/.jsdoc.config.json +0 -38
- package/comate-engine/node_modules/sql.js/.nojekyll +0 -0
- package/comate-engine/node_modules/sql.js/AUTHORS +0 -8
- package/comate-engine/node_modules/sql.js/CONTRIBUTING.md +0 -66
- package/comate-engine/node_modules/sql.js/LICENSE +0 -44
- package/comate-engine/node_modules/sql.js/README.md +0 -357
- package/comate-engine/node_modules/sql.js/dist/sql-asm-debug.js +0 -140661
- package/comate-engine/node_modules/sql.js/dist/sql-asm-memory-growth.js +0 -209
- package/comate-engine/node_modules/sql.js/dist/sql-asm.js +0 -209
- package/comate-engine/node_modules/sql.js/dist/sql-wasm-debug.js +0 -6989
- package/comate-engine/node_modules/sql.js/dist/sql-wasm-debug.wasm +0 -0
- package/comate-engine/node_modules/sql.js/dist/sql-wasm.js +0 -188
- package/comate-engine/node_modules/sql.js/dist/sql-wasm.wasm +0 -0
- package/comate-engine/node_modules/sql.js/dist/sqljs-all.zip +0 -0
- package/comate-engine/node_modules/sql.js/dist/sqljs-wasm.zip +0 -0
- package/comate-engine/node_modules/sql.js/dist/sqljs-worker-wasm.zip +0 -0
- package/comate-engine/node_modules/sql.js/dist/worker.sql-asm-debug.js +0 -140784
- package/comate-engine/node_modules/sql.js/dist/worker.sql-asm.js +0 -332
- package/comate-engine/node_modules/sql.js/dist/worker.sql-wasm-debug.js +0 -7112
- package/comate-engine/node_modules/sql.js/dist/worker.sql-wasm.js +0 -311
- package/comate-engine/node_modules/sql.js/documentation_index.md +0 -26
- package/comate-engine/node_modules/sql.js/logo.svg +0 -13
- package/comate-engine/node_modules/sql.js/package.json +0 -51
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/Users/bear/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules/prebuild-install/node_modules:/Users/bear/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules:/Users/bear/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
9
|
+
export NODE_PATH="/Users/bear/baidu/ide/comate-plugin-host-copy/node_modules/.pnpm/prebuild-install@7.1.3/node_modules/prebuild-install/node_modules:/Users/bear/baidu/ide/comate-plugin-host-copy/node_modules/.pnpm/prebuild-install@7.1.3/node_modules:/Users/bear/baidu/ide/comate-plugin-host-copy/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/Users/bear/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules/prebuild-install/node_modules:/Users/bear/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules:/Users/bear/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
11
|
+
export NODE_PATH="/Users/bear/baidu/ide/comate-plugin-host-copy/node_modules/.pnpm/prebuild-install@7.1.3/node_modules/prebuild-install/node_modules:/Users/bear/baidu/ide/comate-plugin-host-copy/node_modules/.pnpm/prebuild-install@7.1.3/node_modules:/Users/bear/baidu/ide/comate-plugin-host-copy/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../../../../../prebuild-install@7.1.3/node_modules/prebuild-install/bin.js" "$@"
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
"reflect-metadata": "^0.1.13",
|
|
71
71
|
"region-vanilla": "^12.0.0",
|
|
72
72
|
"simple-git": "^3.25.0",
|
|
73
|
-
"sql.js": "^1.13.0",
|
|
74
73
|
"sqlite-vec": "0.1.7-alpha.2",
|
|
75
74
|
"sqlite-vec-darwin-arm64": "0.1.7-alpha.2",
|
|
76
75
|
"sqlite-vec-darwin-x64": "0.1.7-alpha.2",
|
|
77
|
-
"sqlite-vec-windows-x64": "0.1.7-alpha.2",
|
|
78
76
|
"sqlite-vec-linux-arm64": "0.1.7-alpha.2",
|
|
79
77
|
"sqlite-vec-linux-x64": "0.1.7-alpha.2",
|
|
78
|
+
"sqlite-vec-windows-x64": "0.1.7-alpha.2",
|
|
79
|
+
"svn": "^0.4.0",
|
|
80
80
|
"systeminformation": "^5.23.19",
|
|
81
81
|
"tar": "^7.4.3",
|
|
82
82
|
"tildify": "^3.0.0",
|
|
@@ -53485,11 +53485,12 @@ class checkResultByIdProvider extends SkillProvider {
|
|
|
53485
53485
|
}));
|
|
53486
53486
|
} else {
|
|
53487
53487
|
console.log('queryInfo:', queryInfo);
|
|
53488
|
-
|
|
53488
|
+
const matchResult = queryInfo.match(/\d+/g) || [];
|
|
53489
|
+
jobId = matchResult[0] || queryInfo;
|
|
53489
53490
|
iScanJobParam.spec.jobName = jobId;
|
|
53490
53491
|
jobBuildId = queryInfo;
|
|
53491
53492
|
const raw = JSON.stringify({
|
|
53492
|
-
checkjobId:
|
|
53493
|
+
checkjobId: jobId
|
|
53493
53494
|
});
|
|
53494
53495
|
console.log('raw:', raw);
|
|
53495
53496
|
const options = {
|
|
@@ -502,6 +502,7 @@ var ContextType$1;
|
|
|
502
502
|
/** 预览添加的代码块 */ ContextType["PREVIEW_CODE_SNIPPET"] = "PREVIEW_CODE_SNIPPET";
|
|
503
503
|
ContextType["PREVIEW_CONSOLE_ERROR_SNIPPET"] = "PREVIEW_CONSOLE_ERROR_SNIPPET";
|
|
504
504
|
ContextType["PREVIEW_TEXT_SELECTION_SNIPPET"] = "PREVIEW_TEXT_SELECTION_SNIPPET";
|
|
505
|
+
/** FIGMA设计稿 */ ContextType["FIGMA"] = "FIGMA";
|
|
505
506
|
})(ContextType$1 || (ContextType$1 = {}));
|
|
506
507
|
var RoleType;
|
|
507
508
|
(function(RoleType) {
|