Comparing version 6.0.2 to 6.0.3
{ | ||
"name": "cachu", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "A simple key-value cache for Node.js.", | ||
@@ -9,3 +9,3 @@ "author": "Samuel Kopp <opensource@azury.dev> (https://azury.dev)", | ||
"scripts": { | ||
"lint": "eslint src --ext .ts", | ||
"lint": "eslint src", | ||
"format": "eslint src --fix", | ||
@@ -20,3 +20,4 @@ "build": "rimraf dist && esbuild src/index.ts --bundle --minify --format=esm --legal-comments=none --outfile=dist/index.js", | ||
"devDependencies": { | ||
"@azury/eslint-config": "^1.0.1", | ||
"@azury/eslint-config": "^1.0.2", | ||
"@azury/style": "^1.0.0", | ||
"@changesets/changelog-github": "^0.4.6", | ||
@@ -26,3 +27,3 @@ "@changesets/cli": "^2.24.1", | ||
"@types/ms": "^0.7.31", | ||
"@types/node": "^18.6.2", | ||
"@types/node": "^18.6.3", | ||
"esbuild": "^0.14.51", | ||
@@ -29,0 +30,0 @@ "eslint": "^8.20.0", |
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
17815
14