@type-cacheable/lru-cache-adapter
Advanced tools
Comparing version 8.0.1 to 8.0.3
{ | ||
"name": "@type-cacheable/lru-cache-adapter", | ||
"version": "8.0.1", | ||
"version": "8.0.3", | ||
"description": "Adapter for using lru-cache with type-cacheable", | ||
"main": "dist/index.js", | ||
"module": "./index.ts", | ||
"types": "dist/index.d.ts", | ||
@@ -14,13 +13,2 @@ "files": [ | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.ts?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|ts?)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"js", | ||
"node" | ||
] | ||
}, | ||
"scripts": { | ||
@@ -31,3 +19,3 @@ "clean": "rm -rf ./dist", | ||
"test:watch": "jest --watch --runInBand", | ||
"build": "npm run clean && tsc", | ||
"build": "npm run clean && tsc -p ./tsconfig.json", | ||
"prepare": "npm run-script build", | ||
@@ -61,5 +49,5 @@ "prepublishOnly": "npm run build" | ||
"dependencies": { | ||
"@type-cacheable/core": "^8.0.1" | ||
"@type-cacheable/core": "^8.0.3" | ||
}, | ||
"gitHead": "674e45366bd8ad253c6b227f0187a66efa0d4a3f" | ||
"gitHead": "ee7333de7293e19b863215f27ded16a105c1ce26" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
9356
Updated@type-cacheable/core@^8.0.3