@nuxt/schema
Advanced tools
Comparing version 3.0.0-rc.11 to 3.0.0-rc.12
{ | ||
"name": "@nuxt/schema", | ||
"version": "3.0.0-rc.11", | ||
"version": "3.0.0-rc.12", | ||
"repository": "nuxt/framework", | ||
@@ -13,11 +13,10 @@ "license": "MIT", | ||
], | ||
"scripts": { | ||
"prepack": "unbuild" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash.template": "^4", | ||
"@types/semver": "^7", | ||
"@vitejs/plugin-vue": "^3.1.2", | ||
"@vueuse/head": "~1.0.0-rc.9", | ||
"nitropack": "^0.6.0", | ||
"unbuild": "latest", | ||
"untyped": "^0.5.0", | ||
"vite": "~3.1.3" | ||
"vite": "~3.1.8" | ||
}, | ||
@@ -29,13 +28,15 @@ "dependencies": { | ||
"jiti": "^1.16.0", | ||
"pathe": "^0.3.8", | ||
"pathe": "^0.3.9", | ||
"pkg-types": "^0.3.5", | ||
"postcss-import-resolver": "^2.0.0", | ||
"scule": "^0.3.2", | ||
"std-env": "^3.2.1", | ||
"ufo": "^0.8.5", | ||
"unimport": "^0.6.7" | ||
"std-env": "^3.3.0", | ||
"ufo": "^0.8.6", | ||
"unimport": "^0.6.8", | ||
"untyped": "^0.5.0" | ||
}, | ||
"engines": { | ||
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0" | ||
} | ||
} | ||
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
"scripts": {} | ||
} |
@@ -85,9 +85,15 @@ { | ||
"head": { | ||
"meta": [], | ||
"meta": [ | ||
{ | ||
"name": "viewport", | ||
"content": "width=device-width, initial-scale=1" | ||
}, | ||
{ | ||
"charset": "utf-8" | ||
} | ||
], | ||
"link": [], | ||
"style": [], | ||
"script": [], | ||
"noscript": [], | ||
"charset": "utf-8", | ||
"viewport": "width=device-width, initial-scale=1" | ||
"noscript": [] | ||
}, | ||
@@ -120,2 +126,3 @@ "layoutTransition": { | ||
"pages": "pages", | ||
"plugins": "plugins", | ||
"static": "public", | ||
@@ -240,2 +247,3 @@ "public": "public" | ||
"workspaceDir": "/<rootDir>", | ||
"serverDir": "/<rootDir>/server", | ||
"test": false, | ||
@@ -337,2 +345,3 @@ "debug": false, | ||
"strict": false, | ||
"includeWorkspace": false, | ||
"typeCheck": false, | ||
@@ -590,3 +599,6 @@ "tsConfig": {}, | ||
}, | ||
"nitro": {}, | ||
"routeRules": {}, | ||
"nitro": { | ||
"routeRules": {} | ||
}, | ||
"serverHandlers": [], | ||
@@ -603,3 +615,5 @@ "devServerHandlers": [], | ||
"noScripts": false, | ||
"payloadExtraction": true | ||
"payloadExtraction": true, | ||
"crossOriginPrefetch": false, | ||
"writeEarlyHints": true | ||
}, | ||
@@ -659,5 +673,5 @@ "builder": "@nuxt/vite-builder", | ||
"versionBase": "", | ||
"version": "1663692025" | ||
"version": "1666118993" | ||
} | ||
} | ||
} |
@@ -480,2 +480,12 @@ | ||
# `serverDir` | ||
- **Type**: `string` | ||
- **Default**: `"/<rootDir>/server"` | ||
> Define the server directory of your Nuxt application, where Nitro routes, middleware and plugins are kept. | ||
If a relative path is specified, it will be relative to your `rootDir`. | ||
# `buildDir` | ||
@@ -515,3 +525,3 @@ - **Type**: `string` | ||
By default, it's only enabled in development mode. | ||
At the moment, it prints out hook names and timings on the server, and logs hook arguments as well in the browser. | ||
@@ -729,2 +739,9 @@ | ||
## `plugins` | ||
- **Type**: `string` | ||
- **Default**: `"plugins"` | ||
> The plugins directory, each file of which will be auto-registered as a Nuxt plugin. | ||
## `public` | ||
@@ -955,2 +972,9 @@ - **Type**: `string` | ||
## `includeWorkspace` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
> Include parent workspace in the Nuxt project. Mostly useful for themes and module authors. | ||
## `typeCheck` | ||
@@ -1468,6 +1492,10 @@ - **Type**: `boolean | 'build'` | ||
# `nitro` | ||
- **Type**: `NitropackNitroConfig` | ||
## `routeRules` | ||
# `routeRules` | ||
- **Type**: `NitropackNitroConfig['routeRules']` | ||
- **Default**: `{}` | ||
> Configuration for Nitro. | ||
> Global route options applied to matching server routes. | ||
@@ -1560,2 +1588,16 @@ | ||
## `crossOriginPrefetch` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
> Enable cross-origin prefetch using the Speculation Rules API. | ||
## `writeEarlyHints` | ||
- **Type**: `boolean` | ||
- **Default**: `true` | ||
> Write early hints when using node server | ||
# `builder` | ||
@@ -2713,4 +2755,4 @@ - **Type**: `'vite' | 'webpack' | { bundle: (nuxt: SrcTypesNuxtNuxt) => Promise<void> }` | ||
- **Type**: `string` | ||
- **Default**: `"1663692025"` | ||
- **Default**: `"1666118993"` | ||
> A unique string to uniquely identify payload versions (defaults to the current timestamp). |
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
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
516332
9
14202
12
7
0
+ Addeduntyped@^0.5.0
+ Added@ampproject/remapping@2.3.0(transitive)
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/compat-data@7.26.2(transitive)
+ Added@babel/core@7.26.0(transitive)
+ Added@babel/generator@7.26.2(transitive)
+ Added@babel/helper-compilation-targets@7.25.9(transitive)
+ Added@babel/helper-module-imports@7.25.9(transitive)
+ Added@babel/helper-module-transforms@7.26.0(transitive)
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/helper-validator-option@7.25.9(transitive)
+ Added@babel/helpers@7.26.0(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@babel/standalone@7.26.2(transitive)
+ Added@babel/template@7.25.9(transitive)
+ Added@babel/traverse@7.25.9(transitive)
+ Added@babel/types@7.26.0(transitive)
+ Added@jridgewell/gen-mapping@0.3.5(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/set-array@1.2.1(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.25(transitive)
+ Addedbrowserslist@4.24.2(transitive)
+ Addedcaniuse-lite@1.0.30001680(transitive)
+ Addedconvert-source-map@2.0.0(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedelectron-to-chromium@1.5.57(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedgensync@1.0.0-beta.2(transitive)
+ Addedglobals@11.12.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedjsesc@3.0.2(transitive)
+ Addedjson5@2.2.3(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addedmlly@1.7.3(transitive)
+ Addedms@2.1.3(transitive)
+ Addednode-releases@2.0.18(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addeduntyped@0.5.0(transitive)
+ Addedupdate-browserslist-db@1.1.1(transitive)
- Removedmlly@1.7.2(transitive)
Updatedpathe@^0.3.9
Updatedstd-env@^3.3.0
Updatedufo@^0.8.6
Updatedunimport@^0.6.8