Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "dirty-ts", | ||
"description": "A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records. Now with type declarations", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"repository": "https://github.com/ether/dirty_db.git", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
}, | ||
"main": "./lib/dirty", | ||
"main": "./dist/lib/dirty", | ||
"devDependencies": { | ||
@@ -13,0 +13,0 @@ "@types/node": "^20.8.6", |
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
21566