@nuxt/schema
Advanced tools
Comparing version 3.12.1 to 3.12.2
{ | ||
"name": "@nuxt/schema", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"repository": { | ||
@@ -39,9 +39,9 @@ "type": "git", | ||
"@types/sass-loader": "8.0.8", | ||
"@unhead/schema": "1.9.12", | ||
"@unhead/schema": "1.9.13", | ||
"@vitejs/plugin-vue": "5.0.4", | ||
"@vitejs/plugin-vue-jsx": "4.0.0", | ||
"@vue/compiler-core": "3.4.27", | ||
"@vue/compiler-sfc": "3.4.27", | ||
"@vue/compiler-core": "3.4.29", | ||
"@vue/compiler-sfc": "3.4.29", | ||
"@vue/language-core": "2.0.21", | ||
"c12": "1.10.0", | ||
"c12": "1.11.1", | ||
"esbuild-loader": "4.1.0", | ||
@@ -55,12 +55,12 @@ "h3": "1.11.1", | ||
"unenv": "1.9.0", | ||
"vite": "5.2.13", | ||
"vue": "3.4.27", | ||
"vite": "5.3.1", | ||
"vue": "3.4.29", | ||
"vue-bundle-renderer": "2.1.0", | ||
"vue-loader": "17.4.2", | ||
"vue-router": "4.3.3", | ||
"webpack": "5.91.0", | ||
"webpack": "5.92.0", | ||
"webpack-dev-middleware": "7.2.1" | ||
}, | ||
"dependencies": { | ||
"compatx": "^0.1.3", | ||
"compatx": "^0.1.8", | ||
"consola": "^3.2.3", | ||
@@ -67,0 +67,0 @@ "defu": "^6.1.4", |
@@ -669,3 +669,3 @@ import type { ComponentsOptions } from '../src/types/components' | ||
* | ||
* @default "f835c5b5-05ca-499d-bc12-5f2b04404d60" | ||
* @default "fe87672d-b76f-48b4-b663-b898273bd435" | ||
*/ | ||
@@ -1601,3 +1601,3 @@ buildId: string, | ||
*/ | ||
_installedModules: Array<any>, | ||
_installedModules: Array<{ meta: ModuleMeta; timings?: Record<string, number | undefined>; entryPath?: string }>, | ||
@@ -1604,0 +1604,0 @@ /** |
@@ -84,3 +84,4 @@ { | ||
} | ||
} | ||
}, | ||
"cacheDir": "/<rootDir>/node_modules/.cache/vite" | ||
}, | ||
@@ -359,3 +360,3 @@ "components": { | ||
"test": false, | ||
"buildId": "f835c5b5-05ca-499d-bc12-5f2b04404d60", | ||
"buildId": "fe87672d-b76f-48b4-b663-b898273bd435", | ||
"modulesDir": [ | ||
@@ -419,3 +420,3 @@ "/<rootDir>/node_modules" | ||
"app": { | ||
"buildId": "f835c5b5-05ca-499d-bc12-5f2b04404d60", | ||
"buildId": "fe87672d-b76f-48b4-b663-b898273bd435", | ||
"baseURL": "/", | ||
@@ -461,3 +462,3 @@ "buildAssetsDir": "/_nuxt/", | ||
"app": { | ||
"buildId": "f835c5b5-05ca-499d-bc12-5f2b04404d60", | ||
"buildId": "fe87672d-b76f-48b4-b663-b898273bd435", | ||
"baseURL": "/", | ||
@@ -464,0 +465,0 @@ "buildAssetsDir": "/_nuxt/", |
@@ -416,3 +416,3 @@ | ||
- **Type**: `string` | ||
- **Default**: `"f835c5b5-05ca-499d-bc12-5f2b04404d60"` | ||
- **Default**: `"fe87672d-b76f-48b4-b663-b898273bd435"` | ||
@@ -1124,3 +1124,3 @@ > A unique identifier matching the build. This may contain the hash of the current state of the project. | ||
# `_installedModules` | ||
- **Type**: `array` | ||
- **Type**: `Array<{ meta: ModuleMeta; timings?: Record<string, number | undefined>; entryPath?: string }>` | ||
- **Default**: `[]` | ||
@@ -1356,2 +1356,7 @@ | ||
## `cacheDir` | ||
- **Type**: `string` | ||
- **Default**: `"/<rootDir>/node_modules/.cache/vite"` | ||
# `webpack` | ||
@@ -1358,0 +1363,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
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
566445
12364
Updatedcompatx@^0.1.8