v0.7.11
Changelog:
- Replace
cbor-web
withborc
, which is a pure Javascript implementation of CBOR. I mistakenly thoughtcbor-web
was pure JS, but it is in fact just a web-friendly wrapper around their node.js lib.borc
is what we needed. (#150)
Changelog:
cbor-web
with borc
, which is a pure Javascript implementation of CBOR. I mistakenly thought cbor-web
was pure JS, but it is in fact just a web-friendly wrapper around their node.js lib. borc
is what we needed. (#150)