entropia-template-ui 0.1.4 → 0.2.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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ const an = [
34
34
  outputs: [{ name: "result", label: "Result", dataKind: "tensor", direction: "out" }],
35
35
  parameters: []
36
36
  }
37
- ], Z = "0.1.4";
37
+ ], Z = "0.2.0";
38
38
  let sn = 0;
39
39
  function ce(n) {
40
40
  return n.charAt(0).toUpperCase() + n.slice(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entropia-template-ui",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "Reusable node-graph editor UI library (React + Vite + React Flow + Zustand) — the Entropia Riko frontend template.",
6
6
  "license": "MIT",