Skip to content

Commit c107144

Browse files
committed
chore: remove gh deps
1 parent 6310fbb commit c107144

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"./src/default-options.js": "./src/default-options-browser.js"
1717
},
1818
"scripts": {
19+
"prepare": "aegir build --no-bundle",
1920
"test": "aegir test",
2021
"test:node": "aegir test -t node",
2122
"test:browser": "aegir test -t browser",
@@ -78,7 +79,7 @@
7879
"debug": "^4.1.0",
7980
"err-code": "^3.0.1",
8081
"interface-datastore": "^3.0.3",
81-
"ipfs-repo-migrations": "^6.0.0",
82+
"ipfs-repo-migrations": "^7.0.0",
8283
"ipfs-utils": "^6.0.0",
8384
"ipld-block": "^0.11.0",
8485
"it-map": "^1.0.2",

src/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface Options {
1212
/**
1313
* Callback function to be notified of migration progress
1414
*/
15-
onMigrationProgress?: (version: number, percentComplete: number, message: string) => void
15+
onMigrationProgress?: (version: number, percentComplete: string, message: string) => void
1616
/**
1717
* What type of lock to use. Lock has to be acquired when opening.
1818
*/

0 commit comments

Comments
 (0)