@vizij/render 0.0.3 → 0.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizij/render",
3
3
  "description": "Higher-level visualization and interaction components for robot and ai faces.",
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -39,8 +39,7 @@
39
39
  "prepack": "pnpm run build && pnpm run test && pnpm run typecheck && pnpm run lint && pnpm run size"
40
40
  },
41
41
  "dependencies": {
42
- "@semio/ui": "*",
43
- "@vizij/utils": "workspace:*",
42
+ "@vizij/utils": "workspace:^",
44
43
  "clsx": "^2.1.1",
45
44
  "deep-equal": "^2.2.3",
46
45
  "immer": "^10.0.3",