wiki-viewer 1.7.0 → 1.7.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.
Files changed (68) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-path-routes-manifest.json +1 -0
  3. package/.next/standalone/.next/build-manifest.json +3 -3
  4. package/.next/standalone/.next/prerender-manifest.json +29 -0
  5. package/.next/standalone/.next/routes-manifest.json +6 -0
  6. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.rsc +2 -2
  8. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +2 -2
  10. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  12. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  13. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  14. package/.next/standalone/.next/server/app/_not-found.rsc +3 -3
  15. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  16. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  17. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  18. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  19. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  20. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  21. package/.next/standalone/.next/server/app/api/app-proxy/[...path]/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/system/browse/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/wiki/app/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/wiki/upload/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/index.html +1 -1
  26. package/.next/standalone/.next/server/app/index.rsc +3 -3
  27. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  28. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +3 -3
  29. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  30. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
  31. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  32. package/.next/standalone/.next/server/app/manifest.webmanifest/route/app-paths-manifest.json +3 -0
  33. package/.next/standalone/.next/server/app/manifest.webmanifest/route/build-manifest.json +9 -0
  34. package/.next/standalone/.next/server/app/manifest.webmanifest/route/server-reference-manifest.json +4 -0
  35. package/.next/standalone/.next/server/app/manifest.webmanifest/route.js +9 -0
  36. package/.next/standalone/.next/server/app/manifest.webmanifest/route.js.map +5 -0
  37. package/.next/standalone/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -0
  38. package/.next/standalone/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +3 -0
  39. package/.next/standalone/.next/server/app/manifest.webmanifest.body +1 -0
  40. package/.next/standalone/.next/server/app/manifest.webmanifest.meta +1 -0
  41. package/.next/standalone/.next/server/app-paths-manifest.json +1 -0
  42. package/.next/standalone/.next/server/chunks/0p91_next_dist_1195ub1._.js +18 -0
  43. package/.next/standalone/.next/server/chunks/[root-of-the-server]__06yp.08._.js +3 -0
  44. package/.next/standalone/.next/server/chunks/_next-internal_server_app_manifest_webmanifest_route_actions_04wfv0d.js +3 -0
  45. package/.next/standalone/.next/server/chunks/ssr/0p91_next_dist_esm_build_templates_app-page_042apsk.js +1 -1
  46. package/.next/standalone/.next/server/chunks/ssr/0p91_next_dist_esm_build_templates_app-page_08q3u1e.js +1 -1
  47. package/.next/standalone/.next/server/chunks/ssr/0p91_next_dist_esm_build_templates_app-page_0nflz3~.js +1 -1
  48. package/.next/standalone/.next/server/chunks/ssr/0p91_next_dist_esm_build_templates_app-page_0p5k29e.js +1 -1
  49. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0hvvps3._.js +1 -1
  50. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  51. package/.next/standalone/.next/server/middleware-manifest.json +1 -1
  52. package/.next/standalone/.next/server/pages/404.html +1 -1
  53. package/.next/standalone/.next/server/pages/500.html +1 -1
  54. package/.next/standalone/docs/agent-fs-plan.md +3 -1
  55. package/.next/standalone/package.json +1 -1
  56. package/.next/standalone/packages/wiki-viewer-mcp/dist/http-client.js +78 -0
  57. package/.next/standalone/packages/wiki-viewer-mcp/dist/index.js +25 -18
  58. package/.next/standalone/packages/wiki-viewer-mcp/package.json +1 -1
  59. package/.next/standalone/public/icon-192.png +0 -0
  60. package/.next/standalone/public/icon-512.png +0 -0
  61. package/.next/standalone/public/icon-maskable-512.png +0 -0
  62. package/.next/standalone/src/app/layout.tsx +15 -1
  63. package/.next/standalone/src/app/manifest.ts +30 -0
  64. package/.next/standalone/tsconfig.tsbuildinfo +1 -1
  65. package/package.json +1 -1
  66. /package/.next/standalone/.next/static/{uQH5T9TFHOhO0NJbO4QGI → 0XvNCOSEq7cbARTLtAolL}/_buildManifest.js +0 -0
  67. /package/.next/standalone/.next/static/{uQH5T9TFHOhO0NJbO4QGI → 0XvNCOSEq7cbARTLtAolL}/_clientMiddlewareManifest.js +0 -0
  68. /package/.next/standalone/.next/static/{uQH5T9TFHOhO0NJbO4QGI → 0XvNCOSEq7cbARTLtAolL}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wiki-viewer",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Local file viewer and wiki — view markdown, HTML, PDFs, notebooks, office docs, and more from any directory",
5
5
  "license": "MIT",
6
6
  "type": "module",