@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.
Files changed (46) hide show
  1. package/comate-engine/node_modules/@comate/plugin-engine/dist/index.js +2 -2
  2. package/comate-engine/node_modules/@comate/plugin-host/dist/index.js +1 -1
  3. package/comate-engine/node_modules/@comate/plugin-host/dist/main.js +1 -1
  4. package/comate-engine/node_modules/@comate/plugin-host/dist/{user-BVkkx49j.js → user-CYNHRAqv.js} +1 -1
  5. package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.d.ts +25 -4
  6. package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.js +3 -3
  7. package/comate-engine/node_modules/@comate/preview-proxy/bin/preview.js +1 -0
  8. package/comate-engine/node_modules/@comate/preview-proxy/dist/index.js +2 -2
  9. package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.css +1 -1
  10. package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.js +1 -1
  11. package/comate-engine/node_modules/better-sqlite3/node_modules/.bin/prebuild-install +2 -2
  12. package/comate-engine/package.json +2 -2
  13. package/comate-engine/plugins/aiscan/dist/index.js +3 -2
  14. package/comate-engine/plugins/demo-feature/dist/index.js +1 -0
  15. package/comate-engine/plugins/devaux/dist/index.js +598 -121
  16. package/comate-engine/plugins/f2c/dist/index.js +1 -0
  17. package/comate-engine/plugins/jarvis/dist/index.js +25 -3
  18. package/comate-engine/server.js +63 -123
  19. package/dist/bundle/index.js +2 -2
  20. package/package.json +1 -1
  21. package/comate-engine/node_modules/sql.js/.devcontainer/Dockerfile +0 -76
  22. package/comate-engine/node_modules/sql.js/.devcontainer/devcontainer.json +0 -20
  23. package/comate-engine/node_modules/sql.js/.eslintrc.js +0 -68
  24. package/comate-engine/node_modules/sql.js/.jsdoc.config.json +0 -38
  25. package/comate-engine/node_modules/sql.js/.nojekyll +0 -0
  26. package/comate-engine/node_modules/sql.js/AUTHORS +0 -8
  27. package/comate-engine/node_modules/sql.js/CONTRIBUTING.md +0 -66
  28. package/comate-engine/node_modules/sql.js/LICENSE +0 -44
  29. package/comate-engine/node_modules/sql.js/README.md +0 -357
  30. package/comate-engine/node_modules/sql.js/dist/sql-asm-debug.js +0 -140661
  31. package/comate-engine/node_modules/sql.js/dist/sql-asm-memory-growth.js +0 -209
  32. package/comate-engine/node_modules/sql.js/dist/sql-asm.js +0 -209
  33. package/comate-engine/node_modules/sql.js/dist/sql-wasm-debug.js +0 -6989
  34. package/comate-engine/node_modules/sql.js/dist/sql-wasm-debug.wasm +0 -0
  35. package/comate-engine/node_modules/sql.js/dist/sql-wasm.js +0 -188
  36. package/comate-engine/node_modules/sql.js/dist/sql-wasm.wasm +0 -0
  37. package/comate-engine/node_modules/sql.js/dist/sqljs-all.zip +0 -0
  38. package/comate-engine/node_modules/sql.js/dist/sqljs-wasm.zip +0 -0
  39. package/comate-engine/node_modules/sql.js/dist/sqljs-worker-wasm.zip +0 -0
  40. package/comate-engine/node_modules/sql.js/dist/worker.sql-asm-debug.js +0 -140784
  41. package/comate-engine/node_modules/sql.js/dist/worker.sql-asm.js +0 -332
  42. package/comate-engine/node_modules/sql.js/dist/worker.sql-wasm-debug.js +0 -7112
  43. package/comate-engine/node_modules/sql.js/dist/worker.sql-wasm.js +0 -311
  44. package/comate-engine/node_modules/sql.js/documentation_index.md +0 -26
  45. package/comate-engine/node_modules/sql.js/logo.svg +0 -13
  46. 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
- jobId = queryInfo;
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: queryInfo
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) {