@windicss/plugin-utils
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -245,3 +245,8 @@ import * as windicss_types_interfaces from 'windicss/types/interfaces'; | ||
} | ||
declare type WindiPluginUtilsOptions = Omit<LoadConfigurationOptions, 'config' | 'configFiles'>; | ||
declare type WindiPluginUtilsOptions = Omit<LoadConfigurationOptions, 'config' | 'configFiles'> & { | ||
/** | ||
* Reuse existing plugin instance | ||
*/ | ||
utils?: WindiPluginUtils; | ||
}; | ||
interface ResolvedOptions { | ||
@@ -248,0 +253,0 @@ config: FullConfig; |
{ | ||
"name": "@windicss/plugin-utils", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Common utils for building integrations of Windi CSS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
77492
2307