@nuxt/schema
Advanced tools
Comparing version 3.13.1 to 3.13.2
{ | ||
"name": "@nuxt/schema", | ||
"version": "3.13.1", | ||
"version": "3.13.2", | ||
"repository": { | ||
@@ -34,3 +34,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@nuxt/telemetry": "2.5.4", | ||
"@nuxt/telemetry": "2.6.0", | ||
"@nuxt/ui-templates": "1.3.4", | ||
@@ -40,8 +40,8 @@ "@types/file-loader": "5.0.4", | ||
"@types/sass-loader": "8.0.9", | ||
"@unhead/schema": "1.10.4", | ||
"@unhead/schema": "1.11.5", | ||
"@vitejs/plugin-vue": "5.1.3", | ||
"@vitejs/plugin-vue-jsx": "4.0.1", | ||
"@vue/compiler-core": "3.5.0", | ||
"@vue/compiler-sfc": "3.5.0", | ||
"@vue/language-core": "2.1.4", | ||
"@vue/compiler-core": "3.5.5", | ||
"@vue/compiler-sfc": "3.5.5", | ||
"@vue/language-core": "2.1.6", | ||
"c12": "1.11.2", | ||
@@ -56,7 +56,7 @@ "esbuild-loader": "4.2.2", | ||
"unenv": "1.10.0", | ||
"vite": "5.4.3", | ||
"vue": "3.5.0", | ||
"vite": "5.4.5", | ||
"vue": "3.5.5", | ||
"vue-bundle-renderer": "2.1.0", | ||
"vue-loader": "17.4.2", | ||
"vue-router": "4.4.3", | ||
"vue-router": "4.4.5", | ||
"webpack": "5.94.0", | ||
@@ -76,3 +76,3 @@ "webpack-dev-middleware": "7.4.2" | ||
"uncrypto": "^0.1.3", | ||
"unimport": "^3.11.1", | ||
"unimport": "^3.12.0", | ||
"untyped": "^1.4.2" | ||
@@ -79,0 +79,0 @@ }, |
@@ -102,7 +102,5 @@ import type { ComponentsOptions } from '../src/types/components' | ||
/** | ||
* Vue Experimental: Enable reactive destructure for `defineProps` | ||
* Enable reactive destructure for `defineProps` | ||
* | ||
* @default false | ||
* | ||
* @see [Vue RFC#502](https://github.com/vuejs/rfcs/discussions/502) | ||
* @default true | ||
*/ | ||
@@ -674,3 +672,3 @@ propsDestructure: boolean, | ||
* | ||
* @default "6c5ee25b-0bfe-4563-98e8-b108ae0f2e7a" | ||
* @default "16065f4f-2b2e-4226-a7b9-89a8c92682d8" | ||
*/ | ||
@@ -761,3 +759,3 @@ buildId: string, | ||
*/ | ||
modules: (NuxtModule | string | [NuxtModule | string, Record<string, any>] | undefined | null | false)[], | ||
modules: (NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | undefined | null | false)[], | ||
@@ -764,0 +762,0 @@ /** |
@@ -57,3 +57,3 @@ { | ||
"features": { | ||
"propsDestructure": false | ||
"propsDestructure": true | ||
} | ||
@@ -128,3 +128,3 @@ }, | ||
"runtimeCompiler": false, | ||
"propsDestructure": false | ||
"propsDestructure": true | ||
}, | ||
@@ -370,3 +370,3 @@ "experimental": { | ||
"test": false, | ||
"buildId": "6c5ee25b-0bfe-4563-98e8-b108ae0f2e7a", | ||
"buildId": "16065f4f-2b2e-4226-a7b9-89a8c92682d8", | ||
"modulesDir": [ | ||
@@ -430,3 +430,3 @@ "/<rootDir>/node_modules" | ||
"app": { | ||
"buildId": "6c5ee25b-0bfe-4563-98e8-b108ae0f2e7a", | ||
"buildId": "16065f4f-2b2e-4226-a7b9-89a8c92682d8", | ||
"baseURL": "/", | ||
@@ -472,3 +472,3 @@ "buildAssetsDir": "/_nuxt/", | ||
"app": { | ||
"buildId": "6c5ee25b-0bfe-4563-98e8-b108ae0f2e7a", | ||
"buildId": "16065f4f-2b2e-4226-a7b9-89a8c92682d8", | ||
"baseURL": "/", | ||
@@ -475,0 +475,0 @@ "buildAssetsDir": "/_nuxt/", |
@@ -88,5 +88,5 @@ | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
- **Default**: `true` | ||
> Vue Experimental: Enable reactive destructure for `defineProps` | ||
> Enable reactive destructure for `defineProps` | ||
@@ -420,3 +420,3 @@ | ||
- **Type**: `string` | ||
- **Default**: `"6c5ee25b-0bfe-4563-98e8-b108ae0f2e7a"` | ||
- **Default**: `"16065f4f-2b2e-4226-a7b9-89a8c92682d8"` | ||
@@ -482,3 +482,3 @@ > A unique identifier matching the build. This may contain the hash of the current state of the project. | ||
# `modules` | ||
- **Type**: `(SrcTypesModuleNuxtModule | string | [SrcTypesModuleNuxtModule | string, Record<string, any>] | undefined | null | false)[]` | ||
- **Type**: `(SrcTypesModuleNuxtModule<any> | string | [SrcTypesModuleNuxtModule | string, Record<string, any>] | undefined | null | false)[]` | ||
- **Default**: `[]` | ||
@@ -1348,3 +1348,3 @@ | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
- **Default**: `true` | ||
@@ -1351,0 +1351,0 @@ |
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
580331
12537
10
Updatedunimport@^3.12.0