@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.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openspecui/server",
|
|
3
|
-
"version": "3.11.
|
|
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.
|
|
28
|
-
"@openspecui/search": "3.11.
|
|
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": "
|
|
37
|
-
"// bundle-note": "The translator engine packages keep heavyweight runtime imports external in tsdown output, so this host package
|
|
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
|
},
|