File tree 5 files changed +26
-9
lines changed
5 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 3
3
module . exports = {
4
4
karma : {
5
5
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
+ }
6
15
}
7
16
}
Original file line number Diff line number Diff line change 36
36
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
37
37
"devDependencies" : {
38
38
"abort-controller" : " ^3.0.0" ,
39
- "aegir" : " ^25 .0.0" ,
39
+ "aegir" : " ^26 .0.0" ,
40
40
"detect-node" : " ^2.0.4" ,
41
41
"ipfs-unixfs-importer" : " ^3.0.2" ,
42
42
"ipld" : " ^0.27.0" ,
55
55
"err-code" : " ^2.0.0" ,
56
56
"hamt-sharding" : " ^1.0.0" ,
57
57
"ipfs-unixfs" : " ^2.0.2" ,
58
- "ipfs-utils" : " ^2.3.1 " ,
58
+ "ipfs-utils" : " ^3.0.0 " ,
59
59
"it-last" : " ^1.0.1" ,
60
60
"multihashing-async" : " ^2.0.0"
61
61
}
Original file line number Diff line number Diff line change 3
3
module . exports = {
4
4
karma : {
5
5
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
+ }
6
15
}
7
16
}
Original file line number Diff line number Diff line change 35
35
},
36
36
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
37
37
"devDependencies" : {
38
- "aegir" : " ^25 .0.0" ,
38
+ "aegir" : " ^26 .0.0" ,
39
39
"cids" : " ^1.0.0" ,
40
40
"detect-node" : " ^2.0.4" ,
41
41
"ipfs-unixfs-exporter" : " ^3.0.2" ,
42
42
"ipld" : " ^0.27.0" ,
43
43
"ipld-in-memory" : " ^6.0.0" ,
44
44
"it-buffer-stream" : " ^1.0.2" ,
45
45
"it-last" : " ^1.0.1" ,
46
- "merge-options" : " ^2.0.0" ,
47
46
"multicodec" : " ^2.0.0" ,
48
47
"nyc" : " ^15.0.0" ,
49
48
"sinon" : " ^9.0.1"
53
52
"err-code" : " ^2.0.0" ,
54
53
"hamt-sharding" : " ^1.0.0" ,
55
54
"ipfs-unixfs" : " ^2.0.2" ,
56
- "ipfs-utils" : " ^2.3.1 " ,
55
+ "ipfs-utils" : " ^3.0.0 " ,
57
56
"ipld-dag-pb" : " ^0.20.0" ,
58
57
"it-all" : " ^1.0.1" ,
59
58
"it-batch" : " ^1.0.3" ,
60
59
"it-first" : " ^1.0.1" ,
61
60
"it-parallel-batch" : " ^1.0.3" ,
62
- "merge-options" : " ^2 .0.0 " ,
61
+ "merge-options" : " ^3 .0.1 " ,
63
62
"multihashing-async" : " ^2.0.0" ,
64
63
"rabin-wasm" : " ^0.1.1" ,
65
- "uint8arrays" : " ^1.0 .0"
64
+ "uint8arrays" : " ^1.1 .0"
66
65
}
67
66
}
Original file line number Diff line number Diff line change 35
35
},
36
36
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
37
37
"devDependencies" : {
38
- "aegir" : " ^25 .0.0" ,
38
+ "aegir" : " ^26 .0.0" ,
39
39
"nyc" : " ^15.0.0" ,
40
- "uint8arrays" : " ^1.0 .0"
40
+ "uint8arrays" : " ^1.1 .0"
41
41
},
42
42
"dependencies" : {
43
43
"err-code" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments