@nuxt/schema-nightly
Advanced tools
Comparing version 3.9.2-28413820.3b948834 to 3.9.2-28421205.540a5cc7
@@ -573,3 +573,7 @@ import { TransitionProps, KeepAliveProps } from 'vue'; | ||
/** Provided compile option instead of src */ | ||
getContents?: (data: Options) => string | Promise<string>; | ||
getContents?: (data: { | ||
nuxt: Nuxt; | ||
app: NuxtApp; | ||
options: Options; | ||
}) => string | Promise<string>; | ||
/** Write to filesystem */ | ||
@@ -582,3 +586,4 @@ write?: boolean; | ||
} | ||
interface NuxtTypeTemplate<Options = TemplateDefaultOptions> extends Omit<NuxtTemplate<Options>, 'write'> { | ||
interface NuxtTypeTemplate<Options = TemplateDefaultOptions> extends Omit<NuxtTemplate<Options>, 'write' | 'filename'> { | ||
filename: `${string}.d.ts`; | ||
write?: true; | ||
@@ -585,0 +590,0 @@ } |
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.9.2-28413820.3b948834", | ||
"version": "3.9.2-28421205.540a5cc7", | ||
"repository": { | ||
@@ -39,5 +39,5 @@ "type": "git", | ||
"@unhead/schema": "1.8.9", | ||
"@vitejs/plugin-vue": "5.0.2", | ||
"@vitejs/plugin-vue": "5.0.3", | ||
"@vitejs/plugin-vue-jsx": "3.1.0", | ||
"@vue/compiler-core": "3.4.5", | ||
"@vue/compiler-core": "3.4.10", | ||
"c12": "1.6.1", | ||
@@ -52,3 +52,3 @@ "esbuild-loader": "4.0.2", | ||
"vite": "5.0.11", | ||
"vue": "3.4.5", | ||
"vue": "3.4.10", | ||
"vue-bundle-renderer": "2.0.0", | ||
@@ -65,5 +65,5 @@ "vue-loader": "17.4.2", | ||
"hookable": "^5.5.3", | ||
"pathe": "^1.1.1", | ||
"pathe": "^1.1.2", | ||
"pkg-types": "^1.0.3", | ||
"scule": "^1.1.1", | ||
"scule": "^1.2.0", | ||
"std-env": "^3.7.0", | ||
@@ -70,0 +70,0 @@ "ufo": "^1.3.2", |
Sorry, the diff of this file is not supported yet
308373
7693
Updatedpathe@^1.1.2
Updatedscule@^1.2.0