This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
http-client-browser-pubsub Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 "delay" : " ^4.4.0" ,
2929 "execa" : " ^4.0.0" ,
3030 "ipfsd-ctl" : " ^7.0.0" ,
31- "go-ipfs" : " ^0.6 .0" ,
31+ "go-ipfs" : " ^0.7 .0" ,
3232 "parcel-bundler" : " ^1.12.4" ,
3333 "path" : " ^0.12.7" ,
3434 "test-ipfs-example" : " ^2.0.3"
Original file line number Diff line number Diff line change 1919 ],
2020 "devDependencies" : {
2121 "execa" : " ^4.0.0" ,
22- "go-ipfs" : " ^0.6 .0" ,
22+ "go-ipfs" : " ^0.7 .0" ,
2323 "ipfs" : " ^0.50.1" ,
2424 "ipfsd-ctl" : " ^7.0.0" ,
2525 "parcel-bundler" : " ^1.12.4" ,
Original file line number Diff line number Diff line change 1717 },
1818 "devDependencies" : {
1919 "execa" : " ^4.0.0" ,
20- "go-ipfs" : " ^0.6 .0" ,
20+ "go-ipfs" : " ^0.7 .0" ,
2121 "ipfsd-ctl" : " ^7.0.0" ,
2222 "parcel-bundler" : " ^1.12.4" ,
2323 "test-ipfs-example" : " ^2.0.3"
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ module.exports[pkg.name] = function (browser) {
9292 . pause ( 1000 )
9393 . click ( '#add-file-submit' )
9494
95- browser . expect . element ( '#publish-result' ) . text . to . contain ( '/ipns/Qm ' )
95+ browser . expect . element ( '#publish-result' ) . text . to . contain ( '/ipns/k ' )
9696
9797 // resolve a name
9898 browser . getText ( '#publish-result' , ( result ) => {
You can’t perform that action at this time.
0 commit comments