@nwire/studio 0.11.0 → 0.12.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nwire/studio",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Nwire Studio — visual companion for the framework. Vue 3 + Vite + shadcn-vue + VueFlow. System topology, action runner, actor browser, projection viewer, DLQ inspector.",
5
5
  "keywords": [
6
6
  "devtools",
@@ -40,7 +40,7 @@
40
40
  "vite": "npm:rolldown-vite@latest",
41
41
  "vue": "^3.5.13",
42
42
  "vue-router": "^4.5.0",
43
- "@nwire/supervisor": "0.11.0"
43
+ "@nwire/supervisor": "0.12.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@playwright/test": "^1.60.0",