https://github.com/sendbird/SendBird-SDK-JavaScript/releases/tag/v3.0.158
• Improved stability.
https://github.com/sendbird/SendBird-SDK-JavaScript/releases/tag/v3.0.158
• Improved stability.
The v3.0.158
tag is still pointing to the v3.0.157
commit. The tag needs to be updated.
I don’t think that factors into how its pulled via NPM. I just created a new instance and ran npm install sendbird
and it shows WS 7.5.5 as a dependancy.
"node_modules/ws": {
"version": "7.5.5",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.5.tgz",
"integrity": "sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==",
"engines": {
"node": ">=8.3.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
Indeed, though it can be misleading at best or not work when using git
URLs in the package.json
(I think).
I’ll ping our Engineering team either way. Thanks for the heads up.
Thanks to Tyler and team for correcting this!