@render-harness/ui 0.1.0 → 0.1.1
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@render-harness/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Operator control-plane UI for the Render agent harness. Mounts a Hono router at /ui that serves a small React SPA plus the read APIs the SPA needs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"hono": "^4.12.18",
|
|
30
30
|
"mermaid": "^11.15.0",
|
|
31
31
|
"pg": "^8.20.0",
|
|
32
|
-
"@render-harness/contracts": "0.1.
|
|
33
|
-
"@render-harness/core": "0.1.
|
|
32
|
+
"@render-harness/contracts": "0.1.1",
|
|
33
|
+
"@render-harness/core": "0.1.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@fontsource-variable/jetbrains-mono": "^5.2.7",
|