Comparing version 8.4.42 to 8.4.43
@@ -213,3 +213,3 @@ 'use strict' | ||
/* c8 ignore next */ | ||
if (!i[my]) Container.rebuild(i) | ||
if (!i[my] || !i.markClean) Container.rebuild(i) | ||
i = i.proxyOf | ||
@@ -216,0 +216,0 @@ if (i.parent) i.parent.removeChild(i) |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.42' | ||
this.version = '8.4.43' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.4.42", | ||
"version": "8.4.43", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
200139