func-cache
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "func-cache", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"private": false, | ||
@@ -121,3 +121,22 @@ "description": "TypeScript library for caching static functions", | ||
"redis": "^4.6.5" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/func-cache.esm.js", | ||
"require": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json", | ||
"./tools/fs": { | ||
"types": "./tools/fs.d.ts", | ||
"default": "./tools/fs.ts" | ||
}, | ||
"./tools/redis": { | ||
"types": "./tools/redis.d.ts", | ||
"default": "./tools/redis.ts" | ||
}, | ||
"./tools/upstash": { | ||
"types": "./tools/upstash.d.ts", | ||
"default": "./tools/upstash.ts" | ||
} | ||
} | ||
} |
75232