postcss-prefixwrap
Advanced tools
Comparing version 1.35.1 to 1.36.0
@@ -0,2 +1,3 @@ | ||
import "./Types"; | ||
declare const _default: import("./Types").PostCSS8Plugin | import("./Types").PostCSS7Plugin; | ||
export = _default; |
@@ -5,4 +5,5 @@ "use strict"; | ||
}; | ||
require("./Types"); | ||
const postcss_1 = __importDefault(require("postcss")); | ||
const PostCSSPlugin_1 = __importDefault(require("./plugin/PostCSSPlugin")); | ||
module.exports = (0, PostCSSPlugin_1.default)(postcss_1.default); |
@@ -7,2 +7,12 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.36.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.36.0) | ||
### 💡 Features and Improvements | ||
- [#187](https://github.com/dbtedman/postcss-prefixwrap/issues/187) Integration Test Rethink | ||
### 🐛 Bug Fixes | ||
- [#189](https://github.com/dbtedman/postcss-prefixwrap/issues/189) Fix typescript broken import path | ||
## [1.35.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.35.1) | ||
@@ -9,0 +19,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.35.1", | ||
"version": "1.36.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.", | ||
@@ -31,2 +31,3 @@ "keywords": [ | ||
"@babel/core": "7.19.3", | ||
"@jest/globals": "29.1.2", | ||
"@types/jest": "29.1.2", | ||
@@ -45,5 +46,3 @@ "@types/node": "18.8.3", | ||
"jest": "29.1.2", | ||
"less": "4.1.3", | ||
"postcss": "8.4.17", | ||
"postcss-nested": "6.0.0", | ||
"postcss7": "npm:postcss@7.0.34", | ||
@@ -50,0 +49,0 @@ "prettier": "2.7.1", |
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
40077
24
24
307