This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed
Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 66 "main" : " src/index.js" ,
77 "browser" : {
88 "fs" : false ,
9- "joi" : " joi-browser"
9+ "@hapi/ joi" : " joi-browser"
1010 },
1111 "scripts" : {
1212 "test" : " aegir test" ,
5151 "temp-write" : " ^3.4.0"
5252 },
5353 "dependencies" : {
54+ "@hapi/boom" : " ^7.4.2" ,
55+ "@hapi/joi" : " ^15.1.0" ,
5456 "async-iterator-last" : " ^1.0.0" ,
55- "boom" : " ^7.2.0" ,
5657 "cids" : " ~0.7.1" ,
5758 "debug" : " ^4.1.0" ,
5859 "err-code" : " ^1.1.2" ,
6364 "ipfs-unixfs-exporter" : " ~0.37.6" ,
6465 "ipfs-unixfs-importer" : " ~0.39.9" ,
6566 "ipld-dag-pb" : " ~0.17.2" ,
66- "joi" : " ^14.3.0" ,
6767 "joi-browser" : " ^13.4.0" ,
6868 "mortice" : " ^1.2.1" ,
6969 "multicodec" : " ~0.5.3" ,
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44
55const mfsCp = {
66 method : 'POST' ,
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44
55const mfsFlush = {
66 method : 'POST' ,
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44const {
55 PassThrough
66} = require ( 'stream' )
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44
55const mfsMkdir = {
66 method : 'POST' ,
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44
55const mfsMv = {
66 method : 'POST' ,
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44const {
55 PassThrough
66} = require ( 'stream' )
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44
55const mfsRm = {
66 method : 'POST' ,
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44
55const mfsStat = {
66 method : 'POST' ,
Original file line number Diff line number Diff line change 11'use strict'
22
3- const Joi = require ( 'joi' )
3+ const Joi = require ( '@hapi/ joi' )
44const multipart = require ( 'ipfs-multipart' )
5- const Boom = require ( 'boom' )
5+ const Boom = require ( '@hapi/ boom' )
66
77const mfsWrite = {
88 method : 'POST' ,
You can’t perform that action at this time.
0 commit comments