@foray1010/prettier-config
Advanced tools
Comparing version 7.0.5 to 8.0.0
@@ -6,2 +6,12 @@ # Change Log | ||
## [8.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@7.0.5...@foray1010/prettier-config@8.0.0) (2022-11-07) | ||
### ⚠ BREAKING CHANGES | ||
- drop nodejs 14.17 and 18.11 | ||
### Miscellaneous Chores | ||
- drop nodejs 14.17 and 18.11 ([8e5c967](https://github.com/foray1010/common-presets/commit/8e5c9677b89d38c88de465f069bb5de683a8a40b)) | ||
## [7.0.5](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@7.0.4...@foray1010/prettier-config@7.0.5) (2022-09-28) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "@foray1010/prettier-config", | ||
"version": "7.0.5", | ||
"version": "8.0.0", | ||
"homepage": "https://github.com/foray1010/common-presets/tree/master/packages/prettier-config#readme", | ||
@@ -13,3 +13,3 @@ "bugs": "https://github.com/foray1010/common-presets/issues", | ||
"license": "MIT", | ||
"exports": "./index.js", | ||
"exports": "./index.cjs", | ||
"files": [ | ||
@@ -33,3 +33,3 @@ "**/*.{cjs,js,json,mjs}", | ||
"engines": { | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
"node": "^14.18.0 || ^16.13.0 || >=18.12.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "32f909d569229f0358d66f7c8295a1d15e5c3de3" | ||
"gitHead": "4acba77dace91746ac98872f4b8f62b410de82f5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11542