0.7.0-unstable.51 ā€¢ Published 2 years ago

@transmute/cbor-ld v0.7.0-unstable.51

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@transmute/cbor-ld

šŸš§ This module is currently under heavy constuction.

Assume it is non functional for now, and use digitalbazaar/cborld instead.

We're working through their implementation to extract some interoperabiity tooling for the codecs and contexts and associated test vectors, as well as trying to reduce dependencies and ensure support for typescript and jest / tsdx.

Currently things are non function.

šŸš§ Seriously, just use this library instead digitalbazaar/cborld

npm i @transmute/cbor-ld@latest --save

Usage

import { encode, decode } from '@transmute/cbor-ld';
const encoded = await encode(document, documentLoader);
const decoded = await decode(encoded, documentLoader);

About

This module is based on / interoperable with digitalbazaar/cborld.

Some adjustments needed to be made to support typescript and jest.

0.7.0-unstable.9

3 years ago

0.7.0-unstable.8

3 years ago

0.7.0-unstable.7

3 years ago

0.7.0-unstable.6

3 years ago

0.7.0-unstable.5

3 years ago

0.7.0-unstable.4

3 years ago

0.7.0-unstable.3

3 years ago

0.7.0-unstable.2

3 years ago

0.7.0-unstable.1

3 years ago

0.6.1-unstable.9

3 years ago