@sigloch/graph-view-edit 0.4.0 → 0.5.0

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigloch/graph-view-edit",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "React/Vite viewer+editor over @sigloch/graphcode — 12 graph-views + 16 doc-views via a declarative View-Registry, plus an SE-Dashboard sibling route. Reads docs/graph/<member>.graph.json client-side (no 2nd Kuzu handle).",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,8 +22,8 @@
22
22
  "comment:deps": "Runtime = what vite.config.js + bin/gve.mjs load at Node level when serving the prebuilt dist/. The UI libs (react, react-dom, elkjs, @tanstack/react-table, zustand) are bundled INTO dist/ by vite and must stay devDependencies — shipping them would make consumers download the whole UI stack twice.",
23
23
  "dependencies": {
24
24
  "@sigloch/contracts": "^5.0.0",
25
- "@sigloch/graph-api-core": "^4.0.0",
26
- "@sigloch/graphcode-client": "^0.10.0",
25
+ "@sigloch/graph-api-core": "^5.0.0",
26
+ "@sigloch/graphcode-client": "^1.0.0",
27
27
  "@vitejs/plugin-react": "^4.3.4",
28
28
  "vite": "^5.4.11",
29
29
  "zod": "^4.3.6"