Comparing version 3.12.1 to 3.12.2
@@ -45,3 +45,4 @@ import { ModuleOptions, ModuleDefinition, NuxtModule, NuxtConfig, Nuxt, ModuleMeta, NuxtOptions, SchemaDefinition, ImportPresetWithDeprecation, NuxtCompatibility, NuxtCompatibilityIssues, ComponentsDir, Component, NuxtTemplate, NuxtHooks, NuxtMiddleware, NuxtPlugin, NuxtPluginTemplate, ResolvedNuxtTemplate, NuxtTypeTemplate } from '@nuxt/schema'; | ||
interface LoadNuxtConfigOptions extends LoadConfigOptions<NuxtConfig> { | ||
interface LoadNuxtConfigOptions extends Omit<LoadConfigOptions<NuxtConfig>, 'overrides'> { | ||
overrides?: Exclude<LoadConfigOptions<NuxtConfig>['overrides'], Promise<any> | Function>; | ||
} | ||
@@ -247,4 +248,7 @@ declare function loadNuxtConfig(opts: LoadNuxtConfigOptions): Promise<NuxtOptions>; | ||
* ```js | ||
* import { createResolver } from '@nuxt/kit' | ||
* const resolver = createResolver(import.meta.url) | ||
* | ||
* addPlugin({ | ||
* src: path.resolve(__dirname, 'templates/foo.js'), | ||
* src: resolver.resolve('templates/foo.js'), | ||
* filename: 'foo.server.js' // [optional] only include in server bundle | ||
@@ -251,0 +255,0 @@ * }) |
{ | ||
"name": "@nuxt/kit", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
"dependencies": { | ||
"c12": "^1.10.0", | ||
"c12": "^1.11.1", | ||
"consola": "^3.2.3", | ||
@@ -46,3 +46,3 @@ "defu": "^6.1.4", | ||
"untyped": "^1.4.2", | ||
"@nuxt/schema": "3.12.1" | ||
"@nuxt/schema": "3.12.2" | ||
}, | ||
@@ -56,5 +56,5 @@ "devDependencies": { | ||
"unbuild": "latest", | ||
"vite": "5.2.13", | ||
"vite": "5.3.1", | ||
"vitest": "1.6.0", | ||
"webpack": "5.91.0" | ||
"webpack": "5.92.0" | ||
}, | ||
@@ -61,0 +61,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
144942
3501
+ Added@nuxt/schema@3.12.2(transitive)
- Removed@nuxt/schema@3.12.1(transitive)
Updated@nuxt/schema@3.12.2
Updatedc12@^1.11.1