@nuxt/schema
Advanced tools
Comparing version 3.0.0-rc.2 to 3.0.0-rc.3
{ | ||
"name": "@nuxt/schema", | ||
"version": "3.0.0-rc.2", | ||
"version": "3.0.0-rc.3", | ||
"repository": "nuxt/framework", | ||
@@ -26,8 +26,8 @@ "license": "MIT", | ||
"jiti": "^1.13.0", | ||
"pathe": "^0.2.0", | ||
"pathe": "^0.3.0", | ||
"postcss-import-resolver": "^2.0.0", | ||
"scule": "^0.2.1", | ||
"std-env": "^3.1.1", | ||
"ufo": "^0.8.3", | ||
"unimport": "^0.1.8" | ||
"ufo": "^0.8.4", | ||
"unimport": "^0.1.9" | ||
}, | ||
@@ -34,0 +34,0 @@ "engines": { |
@@ -566,2 +566,4 @@ { | ||
"nitro": {}, | ||
"serverHandlers": [], | ||
"devServerHandlers": [], | ||
"experimental": { | ||
@@ -624,5 +626,5 @@ "asyncEntry": false, | ||
"versionBase": "", | ||
"version": "1651524551" | ||
"version": "1652173222" | ||
} | ||
} | ||
} |
@@ -1404,2 +1404,16 @@ | ||
# `serverHandlers` | ||
- **Type**: `NitropackNitroEventHandler[]` | ||
- **Default**: `[]` | ||
> Nitro server handlers | ||
# `devServerHandlers` | ||
- **Type**: `NitropackNitroDevEventHandler[]` | ||
- **Default**: `[]` | ||
> Nitro devevelopment-only server handlers | ||
# `experimental` | ||
@@ -2578,4 +2592,4 @@ | ||
- **Type**: `string` | ||
- **Default**: `"1651524551"` | ||
- **Default**: `"1652173222"` | ||
> 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
496502
14011
- Removedpathe@0.2.0(transitive)
Updatedpathe@^0.3.0
Updatedufo@^0.8.4
Updatedunimport@^0.1.9