@openspecui/server 3.11.5 → 3.11.6

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 (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openspecui/server",
3
- "version": "3.11.5",
3
+ "version": "3.11.6",
4
4
  "type": "module",
5
5
  "main": "dist/index.mjs",
6
6
  "exports": {
@@ -24,8 +24,8 @@
24
24
  "@hono/node-server": "^1.14.1",
25
25
  "@huggingface/hub": "^2.12.0",
26
26
  "@lydell/node-pty": "^1.1.0",
27
- "@openspecui/core": "3.11.5",
28
- "@openspecui/search": "3.11.5",
27
+ "@openspecui/core": "3.11.6",
28
+ "@openspecui/search": "3.11.6",
29
29
  "@trpc/server": "^11.0.0",
30
30
  "better-sqlite3": "^12.5.0",
31
31
  "hono": "^4.7.3",
@@ -33,10 +33,9 @@
33
33
  "ws": "^8.18.0",
34
34
  "zod": "^3.24.1"
35
35
  },
36
- "// runtime-note": "These heavy runtimes are owned by the host package because translation engine installation is lifecycle-managed at the host boundary.",
37
- "// bundle-note": "The translator engine packages keep heavyweight runtime imports external in tsdown output, so this host package remains the install/detect truth during development runs even when the translator adapters are bundled.",
36
+ "// runtime-note": "Translation runtimes are installed on demand from the settings panel instead of being pulled in during startup.",
37
+ "// bundle-note": "The translator engine packages keep heavyweight runtime imports external in tsdown output, so this host package resolves install ranges on demand when the user chooses a local engine.",
38
38
  "optionalDependencies": {
39
- "@huggingface/transformers": "~4.2.0",
40
39
  "ctranslate2": "0.1.0",
41
40
  "node-llama-cpp": "~3.18.1"
42
41
  },