@iloveagents/foundry-web-voice 0.1.1 → 0.1.2
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": "@iloveagents/foundry-web-voice",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Optional spoken-conversation tier for Foundry UI — Azure Voice Live wired into assistant-ui's realtime voice contract",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"foundry",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@iloveagents/foundry-voice-live-react": "^0.5.0",
|
|
41
|
-
"@iloveagents/foundry-agent": "^0.
|
|
42
|
-
"@iloveagents/foundry-web-ui": "^0.
|
|
41
|
+
"@iloveagents/foundry-agent": "^0.22.0",
|
|
42
|
+
"@iloveagents/foundry-web-ui": "^0.22.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@assistant-ui/react": "^0.15.1",
|