This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const server = createServer({
10
10
} , {
11
11
type : 'go' ,
12
12
ipfsHttpModule : require ( './' ) ,
13
- ipfsBin : require ( 'go-ipfs-dep ' ) . path ( )
13
+ ipfsBin : require ( 'go-ipfs' ) . path ( )
14
14
} )
15
15
16
16
let echoServer = new EchoServer ( )
Original file line number Diff line number Diff line change 17
17
"browser" : {
18
18
"./src/lib/to-stream.js" : " ./src/lib/to-stream.browser.js" ,
19
19
"ipfs-utils/src/files/glob-source" : false ,
20
- "go-ipfs-dep " : false
20
+ "go-ipfs" : false
21
21
},
22
22
"repository" : {
23
23
"type" : " git" ,
70
70
"devDependencies" : {
71
71
"aegir" : " ^23.0.0" ,
72
72
"cross-env" : " ^7.0.0" ,
73
- "go-ipfs-dep " : " ^0.6.0" ,
73
+ "go-ipfs" : " ^0.6.0" ,
74
74
"interface-ipfs-core" : " ^0.137.0" ,
75
75
"ipfsd-ctl" : " ^4.1.1" ,
76
76
"it-all" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const commonOptions = {
13
13
14
14
const commonOverrides = {
15
15
go : {
16
- ipfsBin : isNode ? require ( 'go-ipfs-dep ' ) . path ( ) : undefined
16
+ ipfsBin : isNode ? require ( 'go-ipfs' ) . path ( ) : undefined
17
17
}
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ module.exports = {
76
76
}
77
77
} , {
78
78
go : {
79
- ipfsBin : require ( 'go-ipfs-dep ' ) . path ( )
79
+ ipfsBin : require ( 'go-ipfs' ) . path ( )
80
80
}
81
81
} ) . start ( )
82
82
Original file line number Diff line number Diff line change 178
178
"delay" : " ^4.3.0" ,
179
179
"execa" : " ^4.0.0" ,
180
180
"form-data" : " ^3.0.0" ,
181
- "go-ipfs-dep " : " ^0.6.0" ,
181
+ "go-ipfs" : " ^0.6.0" ,
182
182
"interface-ipfs-core" : " ^0.137.0" ,
183
- "ipfs-interop" : " ^1.0.4 " ,
183
+ "ipfs-interop" : " ipfs/interop#chore/swap-go-ipfs-dep-for-go-ipfs " ,
184
184
"ipfsd-ctl" : " ^4.1.1" ,
185
185
"iso-random-stream" : " ^1.1.1" ,
186
186
"it-to-buffer" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments