@nuxt/types
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.5](https://github.com/nuxt/typescript/compare/@nuxt/types@0.7.4...@nuxt/types@0.7.5) (2020-04-25) | ||
### Bug Fixes | ||
* **types:** fix build.transpile type ([3d22171](https://github.com/nuxt/typescript/commit/3d22171e9bc1e252aabc1c4d2522a1454b7875c2)) | ||
## [0.7.4](https://github.com/nuxt/typescript/compare/@nuxt/types@0.7.3...@nuxt/types@0.7.4) (2020-04-11) | ||
@@ -8,0 +19,0 @@ |
@@ -174,5 +174,5 @@ /** | ||
terser?: TerserPluginOptions | boolean | ||
transpile?: Array<string | RegExp> | ((context: NuxtWebpackEnv) => Array<string | RegExp>) | ||
transpile?: Array<string | RegExp | ((context: NuxtWebpackEnv) => string | RegExp)> | ||
warningIgnoreFilters?: Array<(warn: Warning) => boolean> | ||
watch?: string[] | ||
} |
{ | ||
"name": "@nuxt/types", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Nuxt.js types", | ||
@@ -20,3 +20,3 @@ "repository": "nuxt/typescript", | ||
"@types/less": "^3.0.1", | ||
"@types/node": "^12.12.35", | ||
"@types/node": "^12.12.37", | ||
"@types/node-sass": "^4.11.0", | ||
@@ -27,6 +27,6 @@ "@types/optimize-css-assets-webpack-plugin": "^5.0.1", | ||
"@types/terser-webpack-plugin": "^2.2.0", | ||
"@types/webpack": "^4.41.10", | ||
"@types/webpack": "^4.41.12", | ||
"@types/webpack-bundle-analyzer": "^2.13.3", | ||
"@types/webpack-dev-middleware": "^3.7.0", | ||
"@types/webpack-hot-middleware": "^2.25.1" | ||
"@types/webpack-hot-middleware": "^2.25.2" | ||
}, | ||
@@ -33,0 +33,0 @@ "publishConfig": { |
43967
Updated@types/node@^12.12.37
Updated@types/webpack@^4.41.12