@hiai-gg/docsmint 0.5.3 → 0.5.5
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/dist/backend/index.js +1 -1
- package/dist/frontend/app-shell.js +1 -1
- package/dist/frontend/dashboard.js +994 -958
- package/dist/frontend-ssr/app-shell.js +5 -0
- package/dist/frontend-ssr/dashboard.js +37 -3
- package/package.json +1 -1
- package/packages/cli/src/index.ts +1 -1
- package/packages/mcp-server/src/index.ts +1 -1
package/dist/backend/index.js
CHANGED
|
@@ -234279,7 +234279,7 @@ var swaggerConfig = {
|
|
|
234279
234279
|
},
|
|
234280
234280
|
info: {
|
|
234281
234281
|
title: "DocsMint API",
|
|
234282
|
-
version: "0.5.
|
|
234282
|
+
version: "0.5.5",
|
|
234283
234283
|
description: "Self-hosted AI-first documentation platform. Full-text + semantic search, version history, sharing, and folder organization.",
|
|
234284
234284
|
contact: { name: "HiAi-gg", url: "https://github.com/HiAi-gg/docsmint" },
|
|
234285
234285
|
license: {
|
|
@@ -199,7 +199,7 @@ function E(e, t) {
|
|
|
199
199
|
documents: !0,
|
|
200
200
|
folders: !1,
|
|
201
201
|
tags: !0
|
|
202
|
-
} : /^\/api\/(?:v1\/)?(?:folders|categories)(?:\/|$)/.test(i) || /^\/api\/(?:v1\/)?(?:documents|import|imports)(?:\/|$)/.test(i) ? {
|
|
202
|
+
} : /^\/api\/(?:v1\/)?(?:folders|categories)(?:\/|$)/.test(i) || /^\/api\/(?:v1\/)?trash(?:\/|$)/.test(i) || /^\/api\/(?:v1\/)?(?:documents|import|imports)(?:\/|$)/.test(i) ? {
|
|
203
203
|
documents: !0,
|
|
204
204
|
folders: !0,
|
|
205
205
|
tags: !1
|