cacheability
Advanced tools
Comparing version 4.0.15 to 4.0.18
{ | ||
"name": "cacheability", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
"version": "4.0.15", | ||
"version": "4.0.18", | ||
"author": "Dylan Aubrey", | ||
@@ -11,4 +11,10 @@ "license": "MIT", | ||
"type": "module", | ||
"main": "./dist/cjs/index.cjs", | ||
"module": "./dist/esm/index.mjs", | ||
"types": "./dist/types/cjs/index.d.cts", | ||
"exports": { | ||
"types": "./dist/types/index.d.ts", | ||
"types": { | ||
"import": "./dist/types/esm/index.d.ts", | ||
"require": "./dist/types/cjs/index.d.cts" | ||
}, | ||
"import": "./dist/esm/index.mjs", | ||
@@ -44,5 +50,5 @@ "require": "./dist/cjs/index.cjs" | ||
"@repodog/babel-config": "^1.1.11", | ||
"@repodog/cli": "^1.2.4", | ||
"@repodog/cli": "^1.3.3", | ||
"@repodog/commitlint-config": "^1.1.6", | ||
"@repodog/eslint-config": "^1.1.17", | ||
"@repodog/eslint-config": "^1.1.19", | ||
"@repodog/eslint-config-jest": "^1.1.10", | ||
@@ -53,4 +59,4 @@ "@repodog/jest-config": "^1.1.11", | ||
"@repodog/rollup-config": "^1.1.8", | ||
"@repodog/syncpack-config": "^1.2.2", | ||
"@repodog/ts-config": "^1.1.6", | ||
"@repodog/syncpack-config": "^1.2.3", | ||
"@repodog/ts-config": "^1.1.7", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
@@ -71,2 +77,3 @@ "@rollup/plugin-commonjs": "^25.0.7", | ||
"core-js": "^3.27.2", | ||
"cts-types": "^0.0.4", | ||
"del-cli": "^3.0.0", | ||
@@ -120,3 +127,3 @@ "eslint": "^8.40.0", | ||
"compile:esm": "rollup -c ./rollup.config.cjs", | ||
"compile:types": "tsc --project ./tsconfig.build.json", | ||
"compile:types": "tsc --project ./tsconfig.build.json && cts-types build dist/types/esm dist/types/cjs", | ||
"cut:changelog": "changelog", | ||
@@ -123,0 +130,0 @@ "cut:post-version": "pnpm run build", |
@@ -82,4 +82,2 @@ # cacheability | ||
Additional documentation can be found on the Cacheability [github pages](https://bad-batch.github.io/cacheability/). | ||
## Changelog | ||
@@ -86,0 +84,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"rootDir": "src", | ||
"outDir": "dist/types" | ||
"outDir": "dist/types/esm" | ||
}, | ||
@@ -8,0 +8,0 @@ "include": [ |
151611
27
75
89