We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4596d0a commit 8edfc0fCopy full SHA for 8edfc0f
src/config.js
@@ -13,6 +13,7 @@ const uint8ArrayFromString = require('uint8arrays/from-string')
13
const {
14
hasWithFallback,
15
getWithFallback
16
+// @ts-ignore
17
} = require('ipfs-repo-migrations/src/utils')
18
19
const configKey = new Key('config')
src/version.js
@@ -8,6 +8,7 @@ const uint8ArrayFromString = require('uint8arrays/from-string')
8
9
10
11
12
const versionKey = new Key('version')
0 commit comments