Skip to content

Commit bab1985

Browse files
vmxrvaggachingbrain
authoredJul 9, 2021
fix: use @ipld/dag-pb instead of ipld-dag-pb (#116)
Swaps out the old ipld stack for the new multiformats stack. Removes dependency on the js-ipfs API to enable easier reuse. BREAKING CHANGE: uses new multiformats stack and takes a blockservice instead of the block api Co-authored-by: Rod Vagg <[email protected]> Co-authored-by: achingbrain <[email protected]>
1 parent dc2d400 commit bab1985

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+741
-844
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
cache: npm
3+
dist: focal
34

45
branches:
56
only:

‎packages/ipfs-unixfs-exporter/.aegir.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const buildConfig = {
2323
/** @type {import('aegir').PartialOptions} */
2424
module.exports = {
2525
build: {
26+
bundlesizeMax: '34KB',
2627
config: buildConfig
2728
},
2829
test: {

0 commit comments

Comments
 (0)
Please sign in to comment.