arj03 / ssb-browser-core

ssb-server in a browser
Other
50 stars 8 forks source link

Update ssb-conn to new 2.0.2 version which doesn't use zii #39

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

This updates ssb-conn to the newly-released 2.0.2 version which no longer uses zii, which means Object.prototype isn't polluted with a .z() function. Meaning we can use IPFS and other libraries which might optionally have a .z attribute to objects.

(Haven't tested this. But the changes seem sane.)

arj03 commented 3 years ago

Thanks. Will test

arj03 commented 3 years ago

Seems to work well, released as 9.2 and bumped in browser-demo.

KyleMaas commented 3 years ago

Thanks!