Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE: uses new interface-datastore interfaces
  • Loading branch information
achingbrain committed Jul 6, 2021
1 parent 4e95a24 commit 79b185f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"homepage": "https://github.com/ipfs/js-datastore-fs#readme",
"dependencies": {
"datastore-core": "^4.0.0",
"datastore-core": "^5.0.0",
"fast-write-atomic": "^0.2.0",
"interface-datastore": "^4.0.0",
"it-glob": "^0.0.11",
"interface-datastore": "^5.1.1",
"it-glob": "0.0.13",
"it-map": "^1.0.5",
"mkdirp": "^1.0.4"
},
Expand All @@ -50,7 +50,8 @@
"async-iterator-all": "^1.0.0",
"cids": "^1.1.5",
"detect-node": "^2.0.4",
"ipfs-utils": "^7.0.0",
"interface-datastore-tests": "^1.0.0",
"ipfs-utils": "^8.1.3",
"memdown": "^6.0.0",
"rimraf": "^3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const sh = require('datastore-core').shard
const { isNode } = require('ipfs-utils/src/env')
const utf8Encoder = new TextEncoder()
// @ts-ignore
const tests = require('interface-datastore/src/tests')
const tests = require('interface-datastore-tests')

const FsStore = require('../src')

Expand Down

0 comments on commit 79b185f

Please sign in to comment.