Updating the video-transform demo to use the latest version of the SmallWebRTCTransport.

This commit is contained in:
Filipi Fuchter
2025-04-10 11:23:28 -03:00
parent 20ec323647
commit db0f783c55
2 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.3.2", "@pipecat-ai/client-js": "^0.3.2",
"@pipecat-ai/small-webrtc-transport": "^0.0.1" "@pipecat-ai/small-webrtc-transport": "^0.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.13.1", "@types/node": "^22.13.1",
@@ -32,9 +32,9 @@
} }
}, },
"node_modules/@daily-co/daily-js": { "node_modules/@daily-co/daily-js": {
"version": "0.73.0", "version": "0.77.0",
"resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.73.0.tgz", "resolved": "https://registry.npmjs.org/@daily-co/daily-js/-/daily-js-0.77.0.tgz",
"integrity": "sha512-Wz8c60hgmkx8fcEeDAi4L4J0rbafiihWKyXFyhYoFYPsw2OdChHpA4RYwIB+1enRws5IK+/HdmzFDYLQsB4A6w==", "integrity": "sha512-icNXKieKAkRR/C5dcPjrCkL1jQGFp5C5WtLHy5uHAdTztm+mo9wlPJuehbWaGOM3TV24mgWHZ/+8jOys1G0I4w==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
@@ -78,12 +78,12 @@
} }
}, },
"node_modules/@pipecat-ai/small-webrtc-transport": { "node_modules/@pipecat-ai/small-webrtc-transport": {
"version": "0.0.1", "version": "0.0.2",
"resolved": "https://registry.npmjs.org/@pipecat-ai/small-webrtc-transport/-/small-webrtc-transport-0.0.1.tgz", "resolved": "https://registry.npmjs.org/@pipecat-ai/small-webrtc-transport/-/small-webrtc-transport-0.0.2.tgz",
"integrity": "sha512-WAOI7lT0V7cYOn0+qwUAryGxcOGe+wPVPEPzkR3qsM5GWIZ73spykZnuOndQGycq4UkcXVawCzERfNhpi+Uv7A==", "integrity": "sha512-9QQBjfAY0yh+ehDt6jX+bX7Ar5GFl+iI6QFS+JPRXeDYCj70bqmUgCYkScbgWzb5uRWZ8ORM+ueVkaLibe+Y4Q==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"@daily-co/daily-js": "^0.73.0", "@daily-co/daily-js": "^0.77.0",
"dequal": "^2.0.3" "dequal": "^2.0.3"
}, },
"peerDependencies": { "peerDependencies": {

View File

@@ -19,6 +19,6 @@
}, },
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.3.2", "@pipecat-ai/client-js": "^0.3.2",
"@pipecat-ai/small-webrtc-transport": "^0.0.1" "@pipecat-ai/small-webrtc-transport": "^0.0.2"
} }
} }