datastore-level
Advanced tools
Comparing version 11.0.0 to 11.0.1
107
package.json
{ | ||
"name": "datastore-level", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"description": "Datastore implementation with level(up|down) backend", | ||
@@ -49,2 +49,87 @@ "author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>", | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "conventionalcommits", | ||
"releaseRules": [ | ||
{ | ||
"breaking": true, | ||
"release": "major" | ||
}, | ||
{ | ||
"revert": true, | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "feat", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "fix", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "test", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "deps", | ||
"release": "patch" | ||
}, | ||
{ | ||
"scope": "no-release", | ||
"release": false | ||
} | ||
] | ||
} | ||
], | ||
[ | ||
"@semantic-release/release-notes-generator", | ||
{ | ||
"preset": "conventionalcommits", | ||
"presetConfig": { | ||
"types": [ | ||
{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "Trivial Changes" | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "Documentation" | ||
}, | ||
{ | ||
"type": "deps", | ||
"section": "Dependencies" | ||
}, | ||
{ | ||
"type": "test", | ||
"section": "Tests" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
"@semantic-release/git" | ||
] | ||
}, | ||
"scripts": { | ||
@@ -54,3 +139,2 @@ "clean": "aegir clean", | ||
"build": "aegir build", | ||
"release": "aegir release", | ||
"test": "aegir test", | ||
@@ -63,17 +147,18 @@ "test:node": "aegir test -t node --cov", | ||
"test:electron-main": "aegir test -t electron-main", | ||
"dep-check": "aegir dep-check" | ||
"dep-check": "aegir dep-check", | ||
"release": "aegir release" | ||
}, | ||
"dependencies": { | ||
"datastore-core": "10.0.0", | ||
"datastore-core": "^10.0.0", | ||
"interface-datastore": "^8.0.0", | ||
"interface-store": "6.0.0", | ||
"it-filter": "^3.0.4", | ||
"it-map": "^3.0.5", | ||
"it-sort": "^3.0.4", | ||
"it-take": "^3.0.4", | ||
"interface-store": "^6.0.0", | ||
"it-filter": "^3.1.1", | ||
"it-map": "^3.1.1", | ||
"it-sort": "^3.0.6", | ||
"it-take": "^3.0.6", | ||
"level": "^8.0.1" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^42.2.3", | ||
"interface-datastore-tests": "6.0.0", | ||
"aegir": "^44.1.1", | ||
"interface-datastore-tests": "^6.0.0", | ||
"ipfs-utils": "^9.0.14", | ||
@@ -80,0 +165,0 @@ "memory-level": "^1.0.0" |
@@ -77,3 +77,3 @@ # datastore-level | ||
Loading this module through a script tag will make it's exports available as `DatastoreLevel` in the global namespace. | ||
Loading this module through a script tag will make its exports available as `DatastoreLevel` in the global namespace. | ||
@@ -92,4 +92,4 @@ ```html | ||
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) | ||
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>) | ||
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/packages/datastore-level/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) | ||
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/datastore-level/LICENSE-MIT) / <http://opensource.org/licenses/MIT>) | ||
@@ -96,0 +96,0 @@ # Contribute |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146497
1037
+ Added@libp2p/interface@2.2.0(transitive)
+ Added@libp2p/logger@5.1.3(transitive)
+ Addeddatastore-core@10.0.2(transitive)
+ Addedinterface-store@6.0.2(transitive)
- Removed@libp2p/interface@1.7.0(transitive)
- Removed@libp2p/logger@4.0.20(transitive)
- Removeddatastore-core@10.0.0(transitive)
- Removedinterface-store@6.0.0(transitive)
Updateddatastore-core@^10.0.0
Updatedinterface-store@^6.0.0
Updatedit-filter@^3.1.1
Updatedit-map@^3.1.1
Updatedit-sort@^3.0.6
Updatedit-take@^3.0.6