Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @twilio/voice-sdk from 2.2.0 to 2.7.1 #236

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2023

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/esm path.

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/esm path. As this is an experimental feature, some frameworks using bundlers like Vite and Rollup may 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.updateOptions would reset the device.audio._enabledSounds state.

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/esm path.

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/esm path. As this is an experimental feature, some frameworks using bundlers like Vite and Rollup may 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.updateOptions would reset the device.audio._enabledSounds state.

2.6.0 (June 20, 2023)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@twilio/voice-sdk](https://github.com/twilio/twilio-voice.js) from 2.2.0 to 2.7.1.
- [Release notes](https://github.com/twilio/twilio-voice.js/releases)
- [Changelog](https://github.com/twilio/twilio-voice.js/blob/master/CHANGELOG.md)
- [Commits](twilio/twilio-voice.js@2.2.0...2.7.1)

---
updated-dependencies:
- dependency-name: "@twilio/voice-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants