File tree Expand file tree Collapse file tree 5 files changed +26
-9
lines changed Expand file tree Collapse file tree 5 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 33module . exports = {
44 karma : {
55 browserNoActivityTimeout : 1000 * 1000 ,
6+ } ,
7+ webpack : {
8+ node : {
9+ // needed by the cbor module
10+ stream : true ,
11+
12+ // needed by the core-util-is module
13+ Buffer : true
14+ }
615 }
716}
Original file line number Diff line number Diff line change 3636 "homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
3737 "devDependencies" : {
3838 "abort-controller" : " ^3.0.0" ,
39- "aegir" : " ^25 .0.0" ,
39+ "aegir" : " ^26 .0.0" ,
4040 "detect-node" : " ^2.0.4" ,
4141 "ipfs-unixfs-importer" : " ^3.0.2" ,
4242 "ipld" : " ^0.27.0" ,
5555 "err-code" : " ^2.0.0" ,
5656 "hamt-sharding" : " ^1.0.0" ,
5757 "ipfs-unixfs" : " ^2.0.2" ,
58- "ipfs-utils" : " ^2.3.1 " ,
58+ "ipfs-utils" : " ^3.0.0 " ,
5959 "it-last" : " ^1.0.1" ,
6060 "multihashing-async" : " ^2.0.0"
6161 }
Original file line number Diff line number Diff line change 33module . exports = {
44 karma : {
55 browserNoActivityTimeout : 500 * 1000
6+ } ,
7+ webpack : {
8+ node : {
9+ // needed by the cbor module
10+ stream : true ,
11+
12+ // needed by the core-util-is module
13+ Buffer : true
14+ }
615 }
716}
Original file line number Diff line number Diff line change 3535 },
3636 "homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
3737 "devDependencies" : {
38- "aegir" : " ^25 .0.0" ,
38+ "aegir" : " ^26 .0.0" ,
3939 "cids" : " ^1.0.0" ,
4040 "detect-node" : " ^2.0.4" ,
4141 "ipfs-unixfs-exporter" : " ^3.0.2" ,
4242 "ipld" : " ^0.27.0" ,
4343 "ipld-in-memory" : " ^6.0.0" ,
4444 "it-buffer-stream" : " ^1.0.2" ,
4545 "it-last" : " ^1.0.1" ,
46- "merge-options" : " ^2.0.0" ,
4746 "multicodec" : " ^2.0.0" ,
4847 "nyc" : " ^15.0.0" ,
4948 "sinon" : " ^9.0.1"
5352 "err-code" : " ^2.0.0" ,
5453 "hamt-sharding" : " ^1.0.0" ,
5554 "ipfs-unixfs" : " ^2.0.2" ,
56- "ipfs-utils" : " ^2.3.1 " ,
55+ "ipfs-utils" : " ^3.0.0 " ,
5756 "ipld-dag-pb" : " ^0.20.0" ,
5857 "it-all" : " ^1.0.1" ,
5958 "it-batch" : " ^1.0.3" ,
6059 "it-first" : " ^1.0.1" ,
6160 "it-parallel-batch" : " ^1.0.3" ,
62- "merge-options" : " ^2 .0.0 " ,
61+ "merge-options" : " ^3 .0.1 " ,
6362 "multihashing-async" : " ^2.0.0" ,
6463 "rabin-wasm" : " ^0.1.1" ,
65- "uint8arrays" : " ^1.0 .0"
64+ "uint8arrays" : " ^1.1 .0"
6665 }
6766}
Original file line number Diff line number Diff line change 3535 },
3636 "homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
3737 "devDependencies" : {
38- "aegir" : " ^25 .0.0" ,
38+ "aegir" : " ^26 .0.0" ,
3939 "nyc" : " ^15.0.0" ,
40- "uint8arrays" : " ^1.0 .0"
40+ "uint8arrays" : " ^1.1 .0"
4141 },
4242 "dependencies" : {
4343 "err-code" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments