@nuxt/types
Advanced tools
Comparing version
@@ -6,2 +6,14 @@ # Change Log | ||
## [0.2.12](https://github.com/nuxt/typescript/compare/@nuxt/types@0.2.11...@nuxt/types@0.2.12) (2019-09-16) | ||
### Bug Fixes | ||
* **types:** allow boolean at render.compressor ([#115](https://github.com/nuxt/typescript/issues/115)) ([88fa988](https://github.com/nuxt/typescript/commit/88fa988)) | ||
* **types:** export NuxtError to be able to annotate error prop ([#114](https://github.com/nuxt/typescript/issues/114)) ([7a0e539](https://github.com/nuxt/typescript/commit/7a0e539)) | ||
## [0.2.11](https://github.com/nuxt/typescript/compare/@nuxt/types@0.2.10...@nuxt/types@0.2.11) (2019-09-06) | ||
@@ -8,0 +20,0 @@ |
@@ -18,3 +18,3 @@ /** | ||
bundleRenderer?: BundleRendererOptions | ||
compressor?: CompressionOptions | NuxtConfigurationServerMiddleware | ||
compressor?: CompressionOptions | NuxtConfigurationServerMiddleware | false | ||
csp?: any // TBD | ||
@@ -21,0 +21,0 @@ dist?: ServeStaticOptions |
import './process' | ||
export { Context, Middleware, NuxtAppOptions, Plugin, Transition } from './app' | ||
export { Context, Middleware, NuxtAppOptions, NuxtError, Plugin, Transition } from './app' | ||
export { Configuration, Module, ServerMiddleware } from './config' |
{ | ||
"name": "@nuxt/types", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Nuxt.js types", | ||
@@ -18,3 +18,3 @@ "repository": "nuxt/typescript", | ||
"@types/html-minifier": "^3.5.3", | ||
"@types/node": "^12.7.4", | ||
"@types/node": "^12.7.5", | ||
"@types/optimize-css-assets-webpack-plugin": "^5.0.0", | ||
@@ -21,0 +21,0 @@ "@types/serve-static": "^1.13.3", |
24461
2.09%Updated