@kuralle-syrinx/studio 4.4.1 → 4.5.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kuralle-syrinx/studio",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Syrinx Studio — browser voice studio for local development: mic capture, live transcript, and session debugging over the Syrinx WebSocket protocol",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"vitest": "^3.2.6",
|
|
62
62
|
"wrangler": "^4.34.0",
|
|
63
63
|
"ws": "^8.21.0",
|
|
64
|
-
"@kuralle-syrinx/browser-client": "4.
|
|
64
|
+
"@kuralle-syrinx/browser-client": "4.5.0"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"dev": "vite",
|