Bump @twilio/voice-sdk from 2.2.0 to 2.7.1
Bumps @twilio/voice-sdk from 2.2.0 to 2.7.1.
Release notes
Sourced from @twilio/voice-sdk's releases.
2.7.1 (August 3, 2023)
Bug Fixes
- Fixed an issue where
call.sendMessage()API throws an error if the SDK is imported as an ECMAScript Module (ESM) using the@twilio/voice-sdk/esmpath.2.7.0 (August 1, 2023)
ECMAScript Module Support
Currently, the SDK is imported as a CommonJS Module (CJS) using the root path
@twilio/voice-sdk. With this release, the SDK contains an experimental feature that allows it to be imported as an ECMAScript Module (ESM) using the@twilio/voice-sdk/esmpath. As this is an experimental feature, some frameworks using bundlers likeViteandRollupmay not work. Full support for ESM will be available in a future release and will become the default import behavior of the SDK.Example:
import { Device } from '@twilio/voice-sdk/esm';2.6.1 (July 7, 2023)
Changes
- Fixed some security vulnerabilities shown by
npm audit.- Removed unused dependencies.
- Replaced deprecated dependencies.
Bug Fixes
Fixed an issue where custom DTMF sounds would not play. With this release, custom DTMF sounds should now play when configured during device initialization.
const device = new Device(token, { sounds: { dtmf8: 'http://mysite.com/8_button.mp3', // Other custom sounds }, // Other options });Fixed an issue where calling
device.updateOptionswould reset thedevice.audio._enabledSoundsstate.2.6.0 (June 20, 2023)
... (truncated)
Changelog
Sourced from @twilio/voice-sdk's changelog.
2.7.1 (August 3, 2023)
Bug Fixes
- Fixed an issue where
call.sendMessage()API throws an error if the SDK is imported as an ECMAScript Module (ESM) using the@twilio/voice-sdk/esmpath.2.7.0 (August 1, 2023)
ECMAScript Module Support
Currently, the SDK is imported as a CommonJS Module (CJS) using the root path
@twilio/voice-sdk. With this release, the SDK contains an experimental feature that allows it to be imported as an ECMAScript Module (ESM) using the@twilio/voice-sdk/esmpath. As this is an experimental feature, some frameworks using bundlers likeViteandRollupmay not work. Full support for ESM will be available in a future release and will become the default import behavior of the SDK.Example:
import { Device } from '@twilio/voice-sdk/esm';2.6.1 (July 7, 2023)
Changes
- Fixed some security vulnerabilities shown by
npm audit.- Removed unused dependencies.
- Replaced deprecated dependencies.
Bug Fixes
Fixed an issue where custom DTMF sounds would not play. With this release, custom DTMF sounds should now play when configured during device initialization.
const device = new Device(token, { sounds: { dtmf8: 'http://mysite.com/8_button.mp3', // Other custom sounds }, // Other options });Fixed an issue where calling
device.updateOptionswould reset thedevice.audio._enabledSoundsstate.2.6.0 (June 20, 2023)
... (truncated)
Commits
6a056bf2.7.1be7e5f1Add 2.7.1 changelog (#186)1888047Add important message regarding new DNS/IP in changeloged270592.7.1-dev7edf3062.7.1-rc1bd69f76RC Prep: Sync lock file version.88ed101VBLOCKS-1980 If md5 is exported as a default, then use it. (#185)38280f82.7.1-devb79a21a2.7.0e595aa4Adding arch info to fix caching issue on ci- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)