js-dag-jose icon indicating copy to clipboard operation
js-dag-jose copied to clipboard

Results 6 js-dag-jose issues
Sort by recently updated
recently updated
newest added

I noticed GH actions is failing because it's building on node 14 and 16. These are pretty out of date so update to use LTS (20) and Current (21). -...

This PR extends the codec according to what's described in [this forum post](https://forum.ceramic.network/t/simplify-event-creation/1448/2?u=jthor) Will need a corresponding change in: - [rust-dag-jose](https://github.com/ceramicnetwork/rust-dag-jose/tree/main) - [spec + fixtures](https://ipld.io/specs/codecs/dag-jose/) - [go-dag-jose](https://github.com/ceramicnetwork/go-dag-jose) (although this one...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

Update documentation to reflect that versions of js-IPFS greater than 0.40 support direct usage of multiformats codecs.

dontclose

Cool library, just need some readme tweaks for those trying to follow along: Chg `blockcodec-to-ipld-format` to `ipld-format-to-blockcodec` to get it to work properly Chg `formats` to `codecs` as per [docs](https://github.com/ipfs/js-ipfs/blob/master/docs/MODULE.md#optionsipld)