cacheability
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,13 @@ | ||
#### 3.0.1 (2020-03-02) | ||
##### Build System / Dependencies | ||
* **deps-dev:** bump codecov from 3.6.1 to 3.6.5 ([#16](https://github.com/bad-batch/cacheability/pull/16)) ([da09c5f5](https://github.com/bad-batch/cacheability/commit/da09c5f5fc79cba0b5a2e69dda88bd6bbc0beaec)) | ||
* **deps:** bump handlebars from 4.1.2 to 4.5.3 ([#15](https://github.com/bad-batch/cacheability/pull/15)) ([b5942ec7](https://github.com/bad-batch/cacheability/commit/b5942ec7a43fa70d51869de13396a0d7c9ba4a29)) | ||
##### Chores | ||
* commit yarn lock ([311cae70](https://github.com/bad-batch/cacheability/commit/311cae7022cbc2b9d871a7f2d143d2c25a8417ce)) | ||
* upgrading dependencies and sorting peer versions ([e7278f05](https://github.com/bad-batch/cacheability/commit/e7278f05b929f3149dd6cde4c7a1eaa38e119c5b)) | ||
## 3.0.0 (2019-11-04) | ||
@@ -2,0 +14,0 @@ |
133
package.json
{ | ||
"name": "cacheability", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
@@ -44,3 +44,3 @@ "author": "Dylan Aubrey <dylanaubrey@gmail.com>", | ||
"docs": "typedoc --includes ./src --out ./docs --options ./typedoc.js", | ||
"init": "yarn run && yarn run compile", | ||
"init": "yarn && yarn run compile", | ||
"lint": "concurrently npm:lint:*", | ||
@@ -61,84 +61,85 @@ "lint:js": "eslint .", | ||
"peerDependencies": { | ||
"@babel/runtime": "^7.0.0", | ||
"core-js": "^3.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"lodash": "^4.17.5" | ||
"@babel/runtime": "< 8", | ||
"core-js": "< 4", | ||
"isomorphic-fetch": "< 3", | ||
"lodash": "< 5" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.0", | ||
"@babel/core": "^7.6.0", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-decorators": "^7.6.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.5.2", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.5.2", | ||
"@babel/plugin-proposal-function-sent": "^7.5.0", | ||
"@babel/plugin-proposal-json-strings": "^7.2.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", | ||
"@babel/plugin-proposal-numeric-separator": "^7.2.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.6.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.2.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.6.0", | ||
"@babel/polyfill": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/preset-typescript": "^7.6.0", | ||
"@babel/register": "7.6.2", | ||
"@babel/runtime": "^7.6.0", | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@repodog/babel-config": "^0.3.24", | ||
"@repodog/commitlint-config": "^0.3.23", | ||
"@repodog/config-helpers": "^0.3.29", | ||
"@repodog/eslint-config": "^0.3.24", | ||
"@repodog/jest-config": "^0.3.25", | ||
"@repodog/markdownlint-config": "^0.3.23", | ||
"@repodog/prettier-config": "^0.3.24", | ||
"@repodog/rollup-config": "^0.3.25", | ||
"@repodog/ts-config": "^0.3.23", | ||
"@repodog/tslint-config": "^0.3.24", | ||
"@repodog/typedoc-config": "^0.3.23", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.6", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@babel/plugin-proposal-export-default-from": "^7.8.3", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.8.3", | ||
"@babel/plugin-proposal-function-sent": "^7.8.3", | ||
"@babel/plugin-proposal-json-strings": "^7.8.3", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", | ||
"@babel/plugin-proposal-numeric-separator": "^7.8.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.8.3", | ||
"@babel/plugin-proposal-throw-expressions": "^7.8.3", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-syntax-import-meta": "^7.8.3", | ||
"@babel/plugin-syntax-top-level-await": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/polyfill": "^7.8.3", | ||
"@babel/preset-env": "^7.8.6", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@babel/register": "7.8.6", | ||
"@babel/runtime": "^7.8.4", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@repodog/babel-config": "^0.3.31", | ||
"@repodog/commitlint-config": "^0.3.24", | ||
"@repodog/config-helpers": "^0.3.30", | ||
"@repodog/eslint-config": "^0.3.26", | ||
"@repodog/jest-config": "^0.3.31", | ||
"@repodog/markdownlint-config": "^0.3.24", | ||
"@repodog/prettier-config": "^0.3.25", | ||
"@repodog/rollup-config": "^0.3.27", | ||
"@repodog/ts-config": "^0.3.24", | ||
"@repodog/tslint-config": "^0.3.26", | ||
"@repodog/typedoc-config": "^0.3.24", | ||
"@types/isomorphic-fetch": "^0.0.35", | ||
"@types/jest": "^24.0.21", | ||
"@types/lodash": "^4.14.138", | ||
"@types/node": "^12.12.5", | ||
"babel-eslint": "^10.0.3", | ||
"@types/jest": "^25.1.3", | ||
"@types/lodash": "^4.14.149", | ||
"@types/node": "^13.7.7", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"codecov": "^3.0.0", | ||
"concurrently": "^5.0.0", | ||
"core-js": "^3.3.6", | ||
"cross-env": "^6.0.3", | ||
"codecov": "^3.6.5", | ||
"concurrently": "^5.1.0", | ||
"core-js": "^3.6.4", | ||
"cross-env": "^7.0.0", | ||
"cutoff": "^0.2.7", | ||
"del-cli": "^3.0.0", | ||
"eslint": "^6.6.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-config-prettier": "^6.5.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.14.3", | ||
"eslint-plugin-react-hooks": "^2.2.0", | ||
"eslint-plugin-react": "^7.18.3", | ||
"eslint-plugin-react-hooks": "^2.5.0", | ||
"eslint-plugin-sort-class-members": "^1.6.0", | ||
"fs-extra": "^8.1.0", | ||
"husky": "3.0.9", | ||
"husky": "4.2.3", | ||
"isomorphic-fetch": "^2.2.1", | ||
"jest": "^24.9.0", | ||
"jest": "^25.1.0", | ||
"lodash": "^4.17.5", | ||
"markdownlint-cli": "^0.19.0", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.26.3", | ||
"markdownlint-cli": "^0.22.0", | ||
"prettier": "^1.19.1", | ||
"rollup": "^1.32.0", | ||
"rollup-plugin-analyzer": "^3.2.2", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-babel": "^5.0.0-alpha.1", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.1.1", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^6.0.0-beta0", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"ts-jest": "^25.2.1", | ||
"tslint": "^6.0.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"type-fest": "^0.8.1", | ||
"typedoc": "^0.15.0", | ||
"typedoc-plugin-markdown": "^2.2.11", | ||
"typescript": "^3.6.2" | ||
"tslint-plugin-prettier": "^2.1.0", | ||
"type-fest": "^0.11.0", | ||
"typedoc": "^0.16.11", | ||
"typedoc-plugin-markdown": "^2.2.17", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
77401
35
761
76