cacheability
Advanced tools
Comparing version 4.0.21 to 4.0.22
----------------------------- | ||
Rollup File Analysis | ||
----------------------------- | ||
bundle size: 4.31 KB | ||
bundle size: 4.427 KB | ||
original size: 4.781 KB | ||
code reduction: 9.85 % | ||
code reduction: 7.4 % | ||
module count: 2 | ||
@@ -12,5 +12,5 @@ | ||
bundle space: 100 % | ||
rendered size: 4.31 KB | ||
rendered size: 4.427 KB | ||
original size: 4.7 KB | ||
code reduction: 8.3 % | ||
code reduction: 5.81 % | ||
dependents: 1 | ||
@@ -17,0 +17,0 @@ - /src/index.ts |
{ | ||
"name": "cacheability", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
"version": "4.0.21", | ||
"version": "4.0.22", | ||
"author": "Dylan Aubrey", | ||
@@ -34,9 +34,9 @@ "license": "MIT", | ||
"@jest/globals": "^29.7.0", | ||
"@repodog/cli": "^1.6.34", | ||
"@repodog/cli": "^1.6.35", | ||
"@repodog/commitlint-config": "^19.0.3", | ||
"@repodog/eslint-config": "^9.0.3", | ||
"@repodog/eslint-config": "^9.0.4", | ||
"@repodog/eslint-config-jest": "^9.0.3", | ||
"@repodog/jest-config": "^29.0.2", | ||
"@repodog/markdownlint-config": "^1.2.4", | ||
"@repodog/prettier-config": "^3.0.1", | ||
"@repodog/prettier-config": "^3.0.2", | ||
"@repodog/rollup-config": "^4.0.3", | ||
@@ -75,2 +75,3 @@ "@repodog/swc-config": "^1.0.3", | ||
], | ||
"packageManager": "pnpm@8.11.0+sha512.9df87c16c98db27b4e051d787e67f2207ec47e809ccb07bf7b5ec4acdcd1613355839a38d0b900144923d6a7057700b74d2a0ccb1558beb241647a1206a9a7ab", | ||
"scripts": { | ||
@@ -85,3 +86,5 @@ "build": "pnpm run clean:dist && pnpm run compile", | ||
"cut:changelog": "changelog", | ||
"lint": "eslint .", | ||
"lint": "pnpm run /^lint:.*/", | ||
"lint:code": "eslint .", | ||
"lint:docs": "markdownlint-cli2 --config \".markdownlint.json\" \"**/*.md\" \"!**/node_modules/**\"", | ||
"repodog": "repodog", | ||
@@ -88,0 +91,0 @@ "syncpack": "syncpack format && syncpack list-mismatches && syncpack lint-semver-ranges", |
Sorry, the diff of this file is not supported yet
146109