postcss-prefixwrap
Advanced tools
Comparing version 1.46.0 to 1.47.0
@@ -7,2 +7,8 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.47.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.47.0) | ||
### 💡 Features and Improvements | ||
- [#413](https://github.com/dbtedman/postcss-prefixwrap/issues/413) Provenance | ||
## [1.46.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.46.0) | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.46.0", | ||
"version": "1.47.0", | ||
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.", | ||
@@ -34,5 +34,5 @@ "keywords": [ | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.12.4", | ||
"@types/node": "20.12.5", | ||
"@typescript-eslint/eslint-plugin": "7.5.0", | ||
"@typescript-eslint/parser": "7.5.0", | ||
"@typescript-eslint/parser": "7.6.0", | ||
"eslint": "8.57.0", | ||
@@ -57,3 +57,3 @@ "eslint-config-prettier": "9.1.0", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.4.3" | ||
"typescript": "5.4.5" | ||
}, | ||
@@ -63,2 +63,6 @@ "peerDependencies": { | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
"scripts": { | ||
@@ -65,0 +69,0 @@ "build": "tsc --build tsconfig.app.json", |
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
44107