dot-studio 0.0.2 → 0.0.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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dot-studio",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "DOT Studio visual workspace for composing and running Dance of Tal performers and acts on top of OpenCode.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "monarchjuno",
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"hono": "^4.12.5",
|
|
74
74
|
"lucide-react": "^0.577.0",
|
|
75
75
|
"material-file-icons": "^2.4.0",
|
|
76
|
+
"nanoid": "^3.3.11",
|
|
76
77
|
"open": "^10.0.0",
|
|
77
78
|
"opencode-ai": "1.2.24",
|
|
78
79
|
"react": "^19.2.0",
|