vite-plugin-swagger-typescript-api-transform 0.0.1 → 0.0.2
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/astro.d.ts +1 -1
- package/dist/astro.js +2 -2
- package/dist/esbuild.d.ts +3 -3
- package/dist/esbuild.js +2 -2
- package/dist/farm.d.ts +3 -3
- package/dist/farm.js +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/nuxt.d.ts +3 -3
- package/dist/nuxt.js +4 -4
- package/dist/rollup.d.ts +3 -3
- package/dist/rollup.js +2 -2
- package/dist/rspack.d.ts +1 -1
- package/dist/rspack.js +2 -2
- package/dist/src-Cs3STwE3.js +687 -0
- package/dist/types.d.ts +1 -1
- package/dist/utils.js +1 -1
- package/dist/{vite-BKknryyS.js → vite-7Ak6OVE_.js} +1 -1
- package/dist/vite.d.ts +3 -3
- package/dist/vite.js +3 -3
- package/dist/{webpack-9obP3bLC.js → webpack-DmPwS49J.js} +1 -1
- package/dist/webpack.d.ts +3 -3
- package/dist/webpack.js +3 -3
- package/package.json +2 -2
- package/dist/prompt-CQ_38Ofh.js +0 -852
- package/dist/src-DPpaOQvV.js +0 -197001
- /package/dist/{types-CpgPraRT.d.ts → types-BJUz_-Xc.d.ts} +0 -0
- /package/dist/{utils-BypLbD1p.js → utils-DGqLkcWK.js} +0 -0
package/dist/astro.d.ts
CHANGED
package/dist/astro.js
CHANGED
package/dist/esbuild.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Options } from "./types-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./types-BJUz_-Xc.js";
|
|
2
|
+
import * as esbuild8 from "esbuild";
|
|
3
3
|
|
|
4
4
|
//#region src/esbuild.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => esbuild8.Plugin;
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default };
|
package/dist/esbuild.js
CHANGED
package/dist/farm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Options } from "./types-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./types-BJUz_-Xc.js";
|
|
2
|
+
import * as _farmfe_core6 from "@farmfe/core";
|
|
3
3
|
|
|
4
4
|
//#region src/farm.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => _farmfe_core6.JsPlugin;
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default };
|
package/dist/farm.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import "./
|
|
1
|
+
import "./utils-DGqLkcWK.js";
|
|
2
|
+
import { DEFAULT_OPTIONS, PLUGIN_NAME, unplugin, unpluginFactory } from "./src-Cs3STwE3.js";
|
|
3
3
|
|
|
4
4
|
export { DEFAULT_OPTIONS, PLUGIN_NAME, unplugin as default, unplugin, unpluginFactory };
|
package/dist/nuxt.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Options } from "./types-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./types-BJUz_-Xc.js";
|
|
2
|
+
import * as _nuxt_schema9 from "@nuxt/schema";
|
|
3
3
|
|
|
4
4
|
//#region src/nuxt.d.ts
|
|
5
5
|
interface ModuleOptions extends Options {}
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: _nuxt_schema9.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ModuleOptions, _default as default };
|
package/dist/nuxt.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./
|
|
2
|
-
import "./
|
|
3
|
-
import { vite_default } from "./vite-
|
|
4
|
-
import { webpack_default } from "./webpack-
|
|
1
|
+
import "./utils-DGqLkcWK.js";
|
|
2
|
+
import "./src-Cs3STwE3.js";
|
|
3
|
+
import { vite_default } from "./vite-7Ak6OVE_.js";
|
|
4
|
+
import { webpack_default } from "./webpack-DmPwS49J.js";
|
|
5
5
|
import { addVitePlugin, addWebpackPlugin, defineNuxtModule } from "@nuxt/kit";
|
|
6
6
|
|
|
7
7
|
//#region src/nuxt.ts
|
package/dist/rollup.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Options } from "./types-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./types-BJUz_-Xc.js";
|
|
2
|
+
import * as rollup11 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rollup.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => rollup11.Plugin<any> | rollup11.Plugin<any>[];
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default };
|
package/dist/rollup.js
CHANGED
package/dist/rspack.d.ts
CHANGED
package/dist/rspack.js
CHANGED