Comparing v0.39.1...v0.40.0 · watson-developer-cloud/speech-javascript-sdk
base repository: watson-developer-cloud/speech-javascript-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.39.1
head repository: watson-developer-cloud/speech-javascript-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.40.0
- 3 commits
- 9 files changed
- 3 contributors
Commits on Jun 7, 2022
-
fix: Remove
object.assignpolyfill (#211)The `package.json` specifies that this project is targeting Node.js >=10. `Object.assign()` has existed in Node.js since v4.0.0 and browsers around Q1 2015. As such, this polyfill is no longer a direct dependency.