Comparing version 5.1.1 to 5.2.0-canary.0
{ | ||
"name": "cachu", | ||
"version": "5.1.1", | ||
"version": "5.2.0-canary.0", | ||
"description": "🦝 Simple, Minimalistic KV Cache", | ||
"types": "./types/src/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"types": "tsc", | ||
"build": "esbuild src/index.ts --bundle --minify --format=cjs --outfile=dist/index.js", | ||
"publish:patch": "tsc && npm run build && npm version patch && npm publish", | ||
"publish:minor": "tsc && npm run build && npm version minor && npm publish", | ||
"publish:major": "tsc && npm run build && npm version major && npm publish", | ||
"publish:patch": "npm run build && npm version patch && npm publish", | ||
"publish:minor": "npm run build && npm version minor && npm publish", | ||
"publish:major": "npm run build && npm version major && npm publish", | ||
"test": "jest --detectOpenHandles" | ||
@@ -14,0 +13,0 @@ }, |
@@ -65,4 +65,6 @@ # cachu | ||
- [`recent()`](/guide/features/recent.md) | ||
- [`oldest()`](/guide/features/oldest.md) | ||
- [`newest()`](/guide/features/newest.md) | ||
- [`maxAge(age)`](/guide/features/maxAge.md) | ||
- [`maxAmount(amount)`](/guide/features/maxAmount.md) | ||
- [`on(event, action)`](/guide/features/on.md) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23092
130
69
6
1