@whispering233/ai-editor-server 0.0.29 → 0.0.30
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/client-dist/assets/{index-0zEqGbv5.css → index-BBkKfUUn.css} +1 -1
- package/client-dist/assets/{index-DMtHdMMq.js → index-ygCEt46m.js} +157 -155
- package/client-dist/index.html +2 -2
- package/dist/backup.d.ts +5 -5
- package/dist/backup.d.ts.map +1 -1
- package/dist/backup.js +12 -12
- package/dist/backup.js.map +1 -1
- package/dist/consistency.js +1 -1
- package/dist/consistency.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/middleware/error.d.ts +2 -2
- package/dist/middleware/error.d.ts.map +1 -1
- package/dist/middleware/error.js +2 -2
- package/dist/middleware/error.js.map +1 -1
- package/dist/middleware/project.d.ts +3 -3
- package/dist/middleware/project.d.ts.map +1 -1
- package/dist/middleware/project.js +6 -6
- package/dist/middleware/project.js.map +1 -1
- package/dist/reference-files.d.ts +4 -4
- package/dist/reference-files.d.ts.map +1 -1
- package/dist/reference-files.js +5 -5
- package/dist/reference-files.js.map +1 -1
- package/dist/routes/chat.d.ts +1 -1
- package/dist/routes/chat.d.ts.map +1 -1
- package/dist/routes/chat.js +10 -10
- package/dist/routes/chat.js.map +1 -1
- package/dist/routes/delta.js +6 -6
- package/dist/routes/delta.js.map +1 -1
- package/dist/routes/entity.js +9 -9
- package/dist/routes/entity.js.map +1 -1
- package/dist/routes/names.js +1 -1
- package/dist/routes/names.js.map +1 -1
- package/dist/routes/outline.js +6 -6
- package/dist/routes/outline.js.map +1 -1
- package/dist/routes/project.d.ts +1 -1
- package/dist/routes/project.js +20 -20
- package/dist/routes/project.js.map +1 -1
- package/dist/routes/proposal.js +6 -6
- package/dist/routes/proposal.js.map +1 -1
- package/dist/routes/reference.js +1 -1
- package/dist/routes/reference.js.map +1 -1
- package/dist/routes/relation.js +1 -1
- package/dist/routes/relation.js.map +1 -1
- package/dist/routes/settings.d.ts +1 -1
- package/dist/routes/settings.d.ts.map +1 -1
- package/dist/routes/settings.js +2 -2
- package/dist/routes/settings.js.map +1 -1
- package/dist/routes/trash.js +4 -4
- package/dist/routes/trash.js.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whispering233/ai-editor-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.30",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Hono API 服务端(单进程:API + SPA 静态托管)",
|
|
6
6
|
"type": "module",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"postpack": "node ../../scripts/restore-package-json.mjs"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@whispering233/ai-editor-agent": "0.0.
|
|
35
|
-
"@whispering233/ai-editor-db": "0.0.
|
|
36
|
-
"@whispering233/ai-editor-llm": "0.0.
|
|
37
|
-
"@whispering233/ai-editor-shared": "0.0.
|
|
38
|
-
"@whispering233/ai-editor-tools": "0.0.
|
|
34
|
+
"@whispering233/ai-editor-agent": "0.0.30",
|
|
35
|
+
"@whispering233/ai-editor-db": "0.0.30",
|
|
36
|
+
"@whispering233/ai-editor-llm": "0.0.30",
|
|
37
|
+
"@whispering233/ai-editor-shared": "0.0.30",
|
|
38
|
+
"@whispering233/ai-editor-tools": "0.0.30",
|
|
39
39
|
"@hono/node-server": "^2.0.12",
|
|
40
40
|
"fflate": "^0.8.3",
|
|
41
41
|
"hono": "^4.7.0",
|