mafintosh / webrtc-swarm

Create a swarm of p2p connections using webrtc and a signalhub
MIT License
380 stars 60 forks source link

update cuid #32

Closed Flet closed 3 years ago

Flet commented 6 years ago

Hello!

When packaging with browserify (via bankai/choo), we're running into a strange error in the browser:

Cannot read property 'applitude' of undefined

This looks like its related to the cuid package. A newer version of this package was released to resolve this issue.

This PR updates to the new version of cuid which resolves this error.