Comparing version 8.4.38 to 8.4.39
@@ -52,3 +52,3 @@ import { FilePosition } from './input.js' | ||
*/ | ||
declare class CssSyntaxError_ { | ||
declare class CssSyntaxError_ extends Error { | ||
/** | ||
@@ -55,0 +55,0 @@ * Source column of the error. |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.38' | ||
this.version = '8.4.39' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.4.38", | ||
"version": "8.4.39", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -78,3 +78,3 @@ "engines": { | ||
"nanoid": "^3.3.7", | ||
"picocolors": "^1.0.0", | ||
"picocolors": "^1.0.1", | ||
"source-map-js": "^1.2.0" | ||
@@ -81,0 +81,0 @@ }, |
@@ -16,3 +16,3 @@ # PostCSS | ||
<img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" /> Made in <b><a href="https://evilmartians.com/devtools?utm_source=postcss&utm_campaign=devtools-button&utm_medium=github">Evil Martians</a></b>, product consulting for <b>developer tools</b>. | ||
<img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" /> Made at <b><a href="https://evilmartians.com/devtools?utm_source=postcss&utm_campaign=devtools-button&utm_medium=github">Evil Martians</a></b>, product consulting for <b>developer tools</b>. | ||
@@ -19,0 +19,0 @@ --- |
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
197860
Updatedpicocolors@^1.0.1