@simten/ui 0.1.1 → 0.1.3

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simten/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Canvas, editor, and waveform React components for Simten. Built on React Flow with dagre layout and Zustand stores.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Charles Harris",
@@ -87,7 +87,7 @@
87
87
  "radix-ui": "^1.4.3",
88
88
  "tailwind-merge": "^3.4.0",
89
89
  "zustand": "^5.0.10",
90
- "@simten/core": "0.2.0"
90
+ "@simten/core": "0.2.2"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "react": "^18.0.0 || ^19.0.0",