@nuxt/schema-nightly 5.0.0-29644680.78bc1fc6 → 5.0.0-29650370.d985bf09

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,4 +1,3 @@
1
- import { t as UnheadVueViteOptions } from "./_chunks/libs/@unhead/vue.mjs";
2
1
  import { Defu } from "defu";
3
2
  import { TSConfig } from "pkg-types";
4
3
  import { InputObject, Schema, SchemaDefinition, SchemaDefinition as SchemaDefinition$1 } from "untyped";
@@ -6,10 +5,7 @@ import { IncomingMessage, Server, ServerResponse } from "node:http";
6
5
  import { AssetURLTagConfig } from "@vue/compiler-sfc";
7
6
  import { CompilerOptions } from "@vue/compiler-core";
8
7
  import { AriaAttributes, DataKeys, GlobalAttributes, RenderSSRHeadOptions, SerializableHead } from "@unhead/vue/types";
9
- import { ServerOptions, UserConfig, ViteDevServer } from "vite";
10
- import { Compiler, Configuration, Stats, WebpackError } from "webpack";
11
- import { Server as Server$1 } from "node:https";
12
- import { TransformOptions } from "esbuild";
8
+ import { UnheadVueViteOptions } from "@unhead/vue/vite";
13
9
  import { BundleAnalyzerPlugin } from "webpack-bundle-analyzer";
14
10
  import { PluginVisualizerOptions } from "rollup-plugin-visualizer";
15
11
  import { TransformerOptions } from "unctx/transform";
@@ -28,12 +24,16 @@ import { LoaderOptions } from "esbuild-loader";
28
24
  import { Options as Options$3 } from "pug";
29
25
  import { VueLoaderOptions } from "vue-loader";
30
26
  import { BasePluginOptions, DefinedDefaultMinimizerAndOptions } from "css-minimizer-webpack-plugin";
27
+ import { Compiler, Configuration, Stats, WebpackError } from "webpack";
31
28
  import { ProcessOptions } from "postcss";
32
29
  import { Options as Options$4 } from "webpack-dev-middleware";
33
30
  import { ClientOptions, MiddlewareOptions } from "webpack-hot-middleware";
34
31
  import { AppConfig as AppConfig$1, KeepAliveProps, TransitionProps } from "vue";
35
- import { TransformOptions as TransformOptions$1 } from "oxc-transform";
32
+ import { TransformOptions } from "oxc-transform";
33
+ import { TransformOptions as TransformOptions$1 } from "esbuild";
36
34
  import { RouteLocationNormalizedGeneric, RouteLocationRaw, RouteRecordRaw, RouterHistory, RouterOptions as RouterOptions$1 } from "vue-router";
35
+ import { Server as Server$1 } from "node:https";
36
+ import { ServerOptions, UserConfig, ViteDevServer } from "vite";
37
37
  import { Manifest } from "vue-bundle-renderer";
38
38
  import { Import, InlinePreset, Preset, Unimport, UnimportOptions } from "unimport";
39
39
  import { Options as Options$5 } from "@vitejs/plugin-vue";
@@ -2568,11 +2568,11 @@ interface ConfigSchema {
2568
2568
  /**
2569
2569
  * Configure shared esbuild options used within Nuxt and passed to other builders, such as Vite or Webpack.
2570
2570
  */
2571
- options: TransformOptions;
2571
+ options: TransformOptions$1;
2572
2572
  };
2573
2573
  oxc: {
2574
2574
  transform: {
2575
- options: TransformOptions$1;
2575
+ options: TransformOptions;
2576
2576
  };
2577
2577
  };
2578
2578
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "5.0.0-29644680.78bc1fc6",
3
+ "version": "5.0.0-29650370.d985bf09",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -54,7 +54,7 @@
54
54
  "ignore": "7.0.5",
55
55
  "mini-css-extract-plugin": "2.10.2",
56
56
  "nitro": "3.0.260311-beta",
57
- "obuild": "0.4.33",
57
+ "obuild": "0.4.35",
58
58
  "ofetch": "2.0.0-alpha.3",
59
59
  "oxc-transform": "0.130.0",
60
60
  "postcss": "8.5.14",