@comate/zulu 0.7.3 → 0.7.4-beta.2

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.
@@ -22,14 +22,15 @@
22
22
  "scripts": {
23
23
  "build": "rm -rf dist && tsc -p ./ && rollup -c fallbackServer.rollup.config.js",
24
24
  "dev": "node ./scripts/watch.js",
25
- "bundle": "tsc -p ./ && rollup -c rollup.config.js"
25
+ "bundle": "tsc -p ./ && rollup -c rollup.config.js",
26
+ "test": "vitest"
26
27
  },
27
28
  "dependencies": {
28
29
  "@comate/kernel": "0.9.2",
29
30
  "@comate/kernel-shared": "0.9.2",
30
31
  "@comate/plugin-engine": "^0.9.2",
31
32
  "@mischnic/json-sourcemap": "^0.1.1",
32
- "@modelcontextprotocol/sdk": "^1.15.0",
33
+ "@modelcontextprotocol/sdk": "^1.20.0",
33
34
  "@types/crypto-js": "^4.2.2",
34
35
  "@types/decompress": "^4.2.7",
35
36
  "@types/ignore-by-default": "^0.0.0",
@@ -66,6 +67,7 @@
66
67
  "marked": "^11.2.0",
67
68
  "os-name": "^6.0.0",
68
69
  "p-memoize": "^7.1.1",
70
+ "pdfreader": "^3.0.8",
69
71
  "picomatch": "^4.0.2",
70
72
  "pkce-challenge": "^5.0.0",
71
73
  "qs": "^6.11.2",
@@ -108,6 +110,7 @@
108
110
  "@types/ws": "^8.18.1",
109
111
  "rollup": "^4.9.2",
110
112
  "rollup-plugin-dts": "^6.1.0",
113
+ "vitest": "^1.2.2",
111
114
  "vscode-languageserver-types": "^3.17.5"
112
115
  }
113
116
  }
@@ -483,7 +483,7 @@ class CodeQueryProvider extends SkillProvider {
483
483
  }
484
484
  }
485
485
 
486
- var ContextType$1;
486
+ /** @deprecate */ var ContextType$1;
487
487
  (function(ContextType) {
488
488
  /** 当前文件 */ ContextType["CURRENT_FILE"] = "CURRENT_FILE";
489
489
  /** 文件 */ ContextType["FILE"] = "FILE";