This repository was archived by the owner on Aug 12, 2020. It is now read-only.
File tree 7 files changed +17
-17
lines changed
7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 40
40
},
41
41
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs-engine#readme" ,
42
42
"devDependencies" : {
43
- "aegir" : " ^12.2.0 " ,
43
+ "aegir" : " ^13.0.5 " ,
44
44
"chai" : " ^4.1.2" ,
45
45
"dirty-chai" : " ^2.0.1" ,
46
- "ipfs" : " ~0.27.4 " ,
46
+ "ipfs" : " ~0.27.7 " ,
47
47
"ipfs-block-service" : " ~0.13.0" ,
48
- "ipfs-repo" : " ~0.18.5 " ,
48
+ "ipfs-repo" : " ~0.18.7 " ,
49
49
"ncp" : " ^2.0.0" ,
50
50
"pre-commit" : " ^1.2.2" ,
51
51
"pull-generate" : " ^2.2.0" ,
52
52
"pull-zip" : " ^2.0.1" ,
53
53
"rimraf" : " ^2.6.2" ,
54
- "sinon" : " ^4.1.3 " ,
54
+ "sinon" : " ^4.4.2 " ,
55
55
"split" : " ^1.0.1"
56
56
},
57
57
"dependencies" : {
60
60
"cids" : " ~0.5.2" ,
61
61
"deep-extend" : " ~0.5.0" ,
62
62
"ipfs-unixfs" : " ~0.1.14" ,
63
- "ipld-dag-pb" : " ~0.11.4 " ,
63
+ "ipld-dag-pb" : " ~0.13.1 " ,
64
64
"ipld-resolver" : " ~0.14.1" ,
65
65
"left-pad" : " ^1.2.0" ,
66
- "lodash" : " ^4.17.4 " ,
67
- "multihashes" : " ~0.4.12 " ,
66
+ "lodash" : " ^4.17.5 " ,
67
+ "multihashes" : " ~0.4.13 " ,
68
68
"multihashing-async" : " ~0.4.8" ,
69
69
"pull-batch" : " ^1.0.0" ,
70
70
"pull-block" : " ^1.4.0" ,
71
71
"pull-cat" : " ^1.1.11" ,
72
72
"pull-pair" : " ^1.1.0" ,
73
73
"pull-paramap" : " ^1.2.2" ,
74
74
"pull-pause" : " 0.0.2" ,
75
- "pull-pushable" : " ^2.1.1 " ,
76
- "pull-stream" : " ^3.6.1 " ,
75
+ "pull-pushable" : " ^2.2.0 " ,
76
+ "pull-stream" : " ^3.6.2 " ,
77
77
"pull-traverse" : " ^1.0.3" ,
78
78
"pull-write" : " ^1.1.4" ,
79
79
"sparse-array" : " ^1.3.1"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const expect = chai.expect
8
8
const pull = require ( 'pull-stream' )
9
9
const loadFixture = require ( 'aegir/fixtures' )
10
10
11
- const rawFile = loadFixture ( __dirname , ' fixtures/1MiB.txt')
11
+ const rawFile = loadFixture ( 'test/ fixtures/1MiB.txt')
12
12
13
13
describe ( 'chunker: fixed size' , ( ) => {
14
14
it ( 'chunks non flat buffers' , ( done ) => {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const pull = require('pull-stream')
13
13
const unixFSEngine = require ( './../src' )
14
14
const exporter = unixFSEngine . exporter
15
15
16
- const smallFile = loadFixture ( __dirname , ' fixtures/200Bytes.txt')
16
+ const smallFile = loadFixture ( 'test/ fixtures/200Bytes.txt')
17
17
18
18
module . exports = ( repo ) => {
19
19
describe ( 'exporter subtree' , ( ) => {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const loadFixture = require('aegir/fixtures')
16
16
const unixFSEngine = require ( './../src' )
17
17
const exporter = unixFSEngine . exporter
18
18
19
- const bigFile = loadFixture ( __dirname , ' fixtures/1.2MiB.txt')
19
+ const bigFile = loadFixture ( 'test/ fixtures/1.2MiB.txt')
20
20
21
21
module . exports = ( repo ) => {
22
22
describe ( 'exporter' , ( ) => {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const BlockService = require('ipfs-block-service')
9
9
const IPLDResolver = require ( 'ipld-resolver' )
10
10
const pull = require ( 'pull-stream' )
11
11
const loadFixture = require ( 'aegir/fixtures' )
12
- const bigFile = loadFixture ( __dirname , ' fixtures/1.2MiB.txt')
12
+ const bigFile = loadFixture ( 'test/ fixtures/1.2MiB.txt')
13
13
14
14
const unixFSEngine = require ( './../' )
15
15
const exporter = unixFSEngine . exporter
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ function stringifyMh (files) {
23
23
} )
24
24
}
25
25
26
- const bigFile = loadFixture ( __dirname , ' fixtures/1.2MiB.txt')
27
- const smallFile = loadFixture ( __dirname , ' fixtures/200Bytes.txt')
26
+ const bigFile = loadFixture ( 'test/ fixtures/1.2MiB.txt')
27
+ const smallFile = loadFixture ( 'test/ fixtures/200Bytes.txt')
28
28
29
29
const baseFiles = {
30
30
'200Bytes.txt' : {
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ function stringifyMh (files) {
23
23
} )
24
24
}
25
25
26
- const bigFile = loadFixture ( __dirname , ' fixtures/1.2MiB.txt')
27
- const smallFile = loadFixture ( __dirname , ' fixtures/200Bytes.txt')
26
+ const bigFile = loadFixture ( 'test/ fixtures/1.2MiB.txt')
27
+ const smallFile = loadFixture ( 'test/ fixtures/200Bytes.txt')
28
28
29
29
const baseFiles = {
30
30
'200Bytes.txt' : {
You can’t perform that action at this time.
0 commit comments