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

Commit

Permalink
deps!: update interface-datastore to 8.x.x (#180)
Browse files Browse the repository at this point in the history
- Updates to latest interface
- Converts project to typescript

BREAKING CHANGE: interface-datastore 8.x.x has removed the open and close methods as these are implementation specific
  • Loading branch information
achingbrain authored Mar 13, 2023
1 parent 1adb27e commit 2ef5f5c
Show file tree
Hide file tree
Showing 40 changed files with 471 additions and 1,006 deletions.
39 changes: 16 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,35 +147,28 @@
"scripts": {
"clean": "aegir clean",
"lint": "aegir lint",
"build": "aegir build",
"build": "aegir build --bundle false",
"release": "aegir release",
"test": "aegir test",
"test": "aegir test -t node -t electron-main",
"test:node": "aegir test -t node",
"dep-check": "aegir dep-check -i rimraf"
"test:electron-main": "aegir test -t electron-main",
"dep-check": "aegir dep-check",
"docs": "aegir docs"
},
"dependencies": {
"datastore-core": "^8.0.1",
"datastore-core": "^9.0.1",
"fast-write-atomic": "^0.2.0",
"interface-datastore": "^7.0.0",
"it-glob": "^1.0.1",
"it-map": "^1.0.5",
"it-parallel-batch": "^1.0.9",
"mkdirp": "^1.0.4"
"interface-datastore": "^8.0.0",
"interface-store": "^4.0.0",
"it-glob": "^2.0.1",
"it-map": "^2.0.1",
"it-parallel-batch": "^2.0.1"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2",
"@types/rimraf": "^3.0.2",
"aegir": "^37.5.0",
"async-iterator-all": "^1.0.0",
"detect-node": "^2.0.4",
"interface-datastore-tests": "^3.0.0",
"ipfs-utils": "^9.0.4",
"memdown": "^6.0.0",
"rimraf": "^3.0.2"
},
"browser": {
"fs": false,
"path": false,
"util": false
"@types/mkdirp": "^2.0.0",
"@types/rimraf": "^4.0.5",
"aegir": "^38.1.7",
"interface-datastore-tests": "^4.0.0",
"ipfs-utils": "^9.0.4"
}
}
Loading

0 comments on commit 2ef5f5c

Please sign in to comment.