cacheability
Advanced tools
Comparing version 4.0.13 to 4.0.14
{ | ||
"name": "cacheability", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
"version": "4.0.13", | ||
"version": "4.0.14", | ||
"author": "Dylan Aubrey", | ||
@@ -29,3 +29,2 @@ "license": "MIT", | ||
"@babel/plugin-proposal-decorators": "^7.23.3", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-syntax-import-assertions": "^7.20.0", | ||
@@ -45,3 +44,3 @@ "@babel/plugin-transform-class-properties": "^7.23.3", | ||
"@repodog/babel-config": "^1.1.11", | ||
"@repodog/cli": "^1.2.3", | ||
"@repodog/cli": "^1.2.4", | ||
"@repodog/commitlint-config": "^1.1.6", | ||
@@ -54,3 +53,3 @@ "@repodog/eslint-config": "^1.1.17", | ||
"@repodog/rollup-config": "^1.1.8", | ||
"@repodog/syncpack-config": "^1.2.1", | ||
"@repodog/syncpack-config": "^1.2.2", | ||
"@repodog/ts-config": "^1.1.6", | ||
@@ -85,2 +84,3 @@ "@rollup/plugin-babel": "^6.0.3", | ||
"eslint-plugin-unicorn": "^46.0.1", | ||
"fast-check": "^3.14.0", | ||
"generate-changelog": "^1.8.0", | ||
@@ -100,3 +100,3 @@ "husky": "^8.0.3", | ||
"suppress-experimental-warnings": "^1.1.17", | ||
"syncpack": "^9.8.6", | ||
"syncpack": "^12.0.0-alpha.0", | ||
"type-fest": "^3.10.0", | ||
@@ -126,7 +126,7 @@ "typescript": "^5.0.3" | ||
"repodog": "repodog", | ||
"syncpack": "syncpack", | ||
"syncpack": "syncpack format && syncpack list-mismatches && syncpack lint-semver-ranges", | ||
"test": "node --require=suppress-experimental-warnings --experimental-vm-modules node_modules/jest/bin/jest.js", | ||
"type-check": "tsc --noEmit", | ||
"validate": "syncpack format && syncpack lint-semver-ranges && pnpm run build && pnpm run lint && pnpm run type-check && pnpm run test" | ||
"validate": "npm run syncpack && pnpm run build && pnpm run lint && pnpm run type-check && pnpm run test" | ||
} | ||
} |
146530