@data-eden/cache
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@data-eden/cache", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"repository": { | ||
@@ -14,13 +14,12 @@ "type": "git", | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"default": "./dist/index.js" | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/data-eden-cache.js", | ||
"require": "./dist/data-eden-cache.umd.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"main": "./dist/data-eden-cache.umd.cjs", | ||
"module": "./dist/data-eden-cache.js", | ||
"typings": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --build", | ||
"build": "vite build && tsc -p tsconfig.build.json", | ||
"test": "vitest run", | ||
@@ -27,0 +26,0 @@ "test:debug": "node --inspect-brk --inspect ../../node_modules/.bin/vitest --threads=false" |
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
251054
28
2841