Skip to content

Commit f1de10f

Browse files
kyle-vapiVapiclaude
authored
chore: bump @daily-co/daily-js to 0.91.0, release v2.6.0 (#164)
Bump @daily-co/daily-js from ^0.85.0 to ^0.91.0 (Daily's current latest stable) and release @vapi-ai/web v2.6.0. Build and unit tests pass; a live call was verified against the local tarball with clear audio. Note: daily-js 0.89 changed audio-processor failure behavior — the mic no longer auto-mutes when the noise-cancellation processor fails. We accept Daily's new default (no code change). Supersedes the stale automated #159 (which only bumped daily-js to 0.89.1). Co-authored-by: Vapi <admin@VapiBara.local> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d4d52d7 commit f1de10f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vapi-ai/web",
3-
"version": "2.5.3",
3+
"version": "2.6.0",
44
"description": "",
55
"main": "dist/vapi.js",
66
"types": "dist/vapi.d.ts",
@@ -31,7 +31,7 @@
3131
"node": ">=18.0.0"
3232
},
3333
"dependencies": {
34-
"@daily-co/daily-js": "^0.85.0",
34+
"@daily-co/daily-js": "^0.91.0",
3535
"events": "^3.3.0"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)