@lloyal-labs/dev-tools 0.5.0-alpha.3 → 0.5.0-alpha.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lloyal-labs/dev-tools",
3
- "version": "0.5.0-alpha.3",
3
+ "version": "0.5.0-alpha.5",
4
4
  "description": "The dev pane for scaffolded harnesses — timeline, sources, and settings over the event bus, gated by the runner's dev signal",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -52,7 +52,7 @@
52
52
  "build": "tsc -p tsconfig.json"
53
53
  },
54
54
  "dependencies": {
55
- "@lloyal-labs/rig": "5.6.0-alpha.3",
55
+ "@lloyal-labs/rig": "5.6.0-alpha.5",
56
56
  "zustand": "^5.0.15"
57
57
  },
58
58
  "peerDependencies": {