This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updates to the latest changes from interface-datastore and datastore-core - Uses it-glob to not buffer datastore paths during queries BREAKING CHANGE: only uses Uint8Arrays internally
- Loading branch information
1 parent
9963b95
commit 887b762
Showing
3 changed files
with
41 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,7 @@ | |
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "aegir test", | ||
"test:node": "aegir test -t node", | ||
"test:browser": "aegir test -t browser", | ||
"test:webworker": "aegir test -t webworker", | ||
"test": "aegir test -t node", | ||
"build": "aegir build", | ||
"lint": "aegir lint", | ||
"release": "aegir release", | ||
|
@@ -35,19 +32,20 @@ | |
}, | ||
"homepage": "https://github.com/ipfs/js-datastore-fs#readme", | ||
"dependencies": { | ||
"datastore-core": "^1.1.0", | ||
"datastore-core": "^2.0.0", | ||
"fast-write-atomic": "^0.2.0", | ||
"glob": "^7.1.3", | ||
"interface-datastore": "^1.0.2", | ||
"interface-datastore": "^2.0.0", | ||
"it-glob": "0.0.8", | ||
"mkdirp": "^1.0.4" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^22.0.0", | ||
"aegir": "^25.0.0", | ||
"async-iterator-all": "^1.0.0", | ||
"chai": "^4.2.0", | ||
"cids": "~0.8.0", | ||
"cids": "^0.8.3", | ||
"detect-node": "^2.0.4", | ||
"dirty-chai": "^2.0.1", | ||
"ipfs-utils": "^2.3.1", | ||
"memdown": "^5.1.0", | ||
"rimraf": "^3.0.2" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters