@speedy-js/speedy-types
Advanced tools
Comparing version 0.13.2-webpack.16 to 0.13.2-webpack.17
import type CleanCss from 'clean-css'; | ||
import type { Result } from 'postcss-load-config'; | ||
import type { ProcessOptions as PostcssProcessOptions, AcceptedPlugin as PostcssPlugin } from '../../shims/postcss'; | ||
@@ -31,3 +30,3 @@ declare type Item = RegExp | ((path: string) => boolean); | ||
less?: any; | ||
postcss?: Pick<Result, 'file' | 'options'> & PostcssOptions; | ||
postcss?: PostcssOptions; | ||
cleanCss?: CleanCss.OptionsOutput; | ||
@@ -34,0 +33,0 @@ } |
{ | ||
"name": "@speedy-js/speedy-types", | ||
"version": "0.13.2-webpack.16", | ||
"version": "0.13.2-webpack.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is too big to display
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
120034
3504