@nuxt/schema
Advanced tools
Comparing version 3.3.1 to 3.3.2
{ | ||
"name": "@nuxt/schema", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"repository": "nuxt/nuxt", | ||
@@ -20,10 +20,10 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/lodash.template": "^4", | ||
"@types/lodash.template": "^4.5.1", | ||
"@types/semver": "^7.3.13", | ||
"@unhead/schema": "^1.1.23", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"nitropack": "~2.3.1", | ||
"@vitejs/plugin-vue": "^4.1.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.1", | ||
"nitropack": "~2.3.2", | ||
"unbuild": "latest", | ||
"vite": "~4.1.4" | ||
"vite": "~4.2.1" | ||
}, | ||
@@ -35,3 +35,3 @@ "dependencies": { | ||
"hookable": "^5.5.0", | ||
"jiti": "^1.17.2", | ||
"jiti": "^1.18.2", | ||
"pathe": "^1.1.0", | ||
@@ -43,3 +43,3 @@ "pkg-types": "^1.0.2", | ||
"ufo": "^1.1.1", | ||
"unimport": "^3.0.2", | ||
"unimport": "^3.0.4", | ||
"untyped": "^1.2.2" | ||
@@ -46,0 +46,0 @@ }, |
@@ -525,3 +525,3 @@ import type { ComponentsOptions } from '../src/types/components' | ||
*/ | ||
modules: (NuxtModule | string | [NuxtModule | string, Record<string, any>])[], | ||
modules: (NuxtModule | string | [NuxtModule | string, Record<string, any>] | undefined | null | false)[], | ||
@@ -909,2 +909,9 @@ /** | ||
/** | ||
* Disable vue server renderer endpoint within nitro. | ||
* | ||
* @default false | ||
*/ | ||
noVueServer: boolean, | ||
/** | ||
* When this option is enabled (by default) payload of pages generated with `nuxt generate` are extracted | ||
@@ -911,0 +918,0 @@ * |
@@ -245,2 +245,3 @@ { | ||
"noScripts": false, | ||
"noVueServer": false, | ||
"payloadExtraction": {}, | ||
@@ -247,0 +248,0 @@ "clientFallback": false, |
@@ -330,3 +330,3 @@ | ||
# `modules` | ||
- **Type**: `(SrcTypesModuleNuxtModule | string | [SrcTypesModuleNuxtModule | string, Record<string, any>])[]` | ||
- **Type**: `(SrcTypesModuleNuxtModule | string | [SrcTypesModuleNuxtModule | string, Record<string, any>] | undefined | null | false)[]` | ||
- **Default**: `[]` | ||
@@ -599,2 +599,9 @@ | ||
## `noVueServer` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
> Disable vue server renderer endpoint within nitro. | ||
## `payloadExtraction` | ||
@@ -601,0 +608,0 @@ - **Type**: `any` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
312496
8804
Updatedjiti@^1.18.2
Updatedunimport@^3.0.4