@nuxt/types
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.5.2](https://github.com/nuxt/typescript/compare/@nuxt/types@0.5.1...@nuxt/types@0.5.2) (2019-12-02) | ||
### Bug Fixes | ||
* **types:** fix PostcssPlugin type error ([e9a7965](https://github.com/nuxt/typescript/commit/e9a79656ac71e2b9893b9eb6100d87e80636b1a4)) | ||
## [0.5.1](https://github.com/nuxt/typescript/compare/@nuxt/types@0.5.0...@nuxt/types@0.5.1) (2019-12-02) | ||
@@ -8,0 +19,0 @@ |
@@ -118,3 +118,3 @@ /** | ||
[key: string]: false | { [key: string]: any } | ||
} | ((loader: WebpackLoaderNamespace.LoaderContext) => PostcssPlugin[]) | Array<[string | PostcssPlugin, any] | string | PostcssPlugin> | ||
} | ((loader: WebpackLoaderNamespace.LoaderContext) => PostcssPlugin<any>[]) | Array<[string | PostcssPlugin<any>, any] | string | PostcssPlugin<any>> | ||
preset?: { | ||
@@ -121,0 +121,0 @@ autoprefixer?: false | AutoprefixerOptions |
{ | ||
"name": "@nuxt/types", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Nuxt.js types", | ||
@@ -5,0 +5,0 @@ "repository": "nuxt/typescript", |
37670