deepv-code 1.0.191 → 1.0.193

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 (2) hide show
  1. package/bundle/dvcode.js +1243 -1171
  2. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepv-code",
3
- "version": "1.0.191",
3
+ "version": "1.0.193",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -8,7 +8,8 @@
8
8
  "workspaces": [
9
9
  "packages/cli",
10
10
  "packages/core",
11
- "packages/vscode-ui-plugin"
11
+ "packages/vscode-ui-plugin",
12
+ "vsix_remote_build"
12
13
  ],
13
14
  "repository": {
14
15
  "type": "git",
@@ -58,6 +59,7 @@
58
59
  "pack:prod": "cross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:prod && cross-env BUILD_ENV=production ENABLE_CHECKPOINTING=true node scripts/newpack.js",
59
60
  "pack:full": "cross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:full && cross-env ENABLE_CHECKPOINTING=true node scripts/newpack.js",
60
61
  "pack:vscode": "npm run package --workspace=packages/vscode-ui-plugin && copy packages\\vscode-ui-plugin\\*.vsix .",
62
+ "vsix-remote": "node vsix_remote_build/remote_build.js",
61
63
  "test": "npm run test --workspaces",
62
64
  "test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts",
63
65
  "test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts",