File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
"./src/default-options.js" : " ./src/default-options-browser.js"
17
17
},
18
18
"scripts" : {
19
+ "prepare" : " aegir build --no-bundle" ,
19
20
"test" : " aegir test" ,
20
21
"test:node" : " aegir test -t node" ,
21
22
"test:browser" : " aegir test -t browser" ,
78
79
"debug" : " ^4.1.0" ,
79
80
"err-code" : " ^3.0.1" ,
80
81
"interface-datastore" : " ^3.0.3" ,
81
- "ipfs-repo-migrations" : " ^6 .0.0" ,
82
+ "ipfs-repo-migrations" : " ^7 .0.0" ,
82
83
"ipfs-utils" : " ^6.0.0" ,
83
84
"ipld-block" : " ^0.11.0" ,
84
85
"it-map" : " ^1.0.2" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export interface Options {
12
12
/**
13
13
* Callback function to be notified of migration progress
14
14
*/
15
- onMigrationProgress ?: ( version : number , percentComplete : number , message : string ) => void
15
+ onMigrationProgress ?: ( version : number , percentComplete : string , message : string ) => void
16
16
/**
17
17
* What type of lock to use. Lock has to be acquired when opening.
18
18
*/
You can’t perform that action at this time.
0 commit comments