@kubb/plugin-faker 0.0.0-canary-20251222215628 → 0.0.0-canary-20251224014543

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.
@@ -1,4 +1,4 @@
1
- import { i as Schema, n as PluginFaker } from "./types-Bfb-67hJ.cjs";
1
+ import { i as Schema, n as PluginFaker } from "./types-Ch2QPCeM.cjs";
2
2
  import { KubbNode } from "@kubb/react-fabric/types";
3
3
 
4
4
  //#region src/components/Faker.d.ts
@@ -1,4 +1,4 @@
1
- import { i as Schema, n as PluginFaker } from "./types-DS1zMTZc.js";
1
+ import { i as Schema, n as PluginFaker } from "./types-nhM0qQqF.js";
2
2
  import { KubbNode } from "@kubb/react-fabric/types";
3
3
 
4
4
  //#region src/components/Faker.d.ts
@@ -1,4 +1,4 @@
1
- import { n as PluginFaker, r as ReactGenerator } from "./types-Bfb-67hJ.cjs";
1
+ import { n as PluginFaker, r as ReactGenerator } from "./types-Ch2QPCeM.cjs";
2
2
 
3
3
  //#region src/generators/fakerGenerator.d.ts
4
4
  declare const fakerGenerator: ReactGenerator<PluginFaker>;
@@ -1,4 +1,4 @@
1
- import { n as PluginFaker, r as ReactGenerator } from "./types-DS1zMTZc.js";
1
+ import { n as PluginFaker, r as ReactGenerator } from "./types-nhM0qQqF.js";
2
2
 
3
3
  //#region src/generators/fakerGenerator.d.ts
4
4
  declare const fakerGenerator: ReactGenerator<PluginFaker>;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as UserPluginWithLifeCycle, n as PluginFaker, t as Options } from "./types-Bfb-67hJ.cjs";
1
+ import { a as UserPluginWithLifeCycle, n as PluginFaker, t as Options } from "./types-Ch2QPCeM.cjs";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginFakerName = "plugin-faker";
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as UserPluginWithLifeCycle, n as PluginFaker, t as Options } from "./types-DS1zMTZc.js";
1
+ import { a as UserPluginWithLifeCycle, n as PluginFaker, t as Options } from "./types-nhM0qQqF.js";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginFakerName = "plugin-faker";
@@ -1,5 +1,5 @@
1
- import { Fabric } from "@kubb/react-fabric";
2
1
  import { KubbFile } from "@kubb/fabric-core/types";
2
+ import { Fabric } from "@kubb/react-fabric";
3
3
  import * as oas_normalize_lib_types0 from "oas-normalize/lib/types";
4
4
  import BaseOas from "oas";
5
5
  import { Operation } from "oas/operation";
@@ -146,6 +146,7 @@ interface KubbEvents {
146
146
  'hook:end': [{
147
147
  id?: string;
148
148
  command: string;
149
+ args?: readonly string[];
149
150
  }];
150
151
  /**
151
152
  * Emitted when a new version of Kubb is available.
@@ -1261,4 +1262,4 @@ type ResolvedOptions = {
1261
1262
  type PluginFaker = PluginFactoryOptions<'plugin-faker', Options, ResolvedOptions, never, ResolvePathOptions>;
1262
1263
  //#endregion
1263
1264
  export { UserPluginWithLifeCycle as a, Schema as i, PluginFaker as n, ReactGenerator as r, Options as t };
1264
- //# sourceMappingURL=types-DS1zMTZc.d.ts.map
1265
+ //# sourceMappingURL=types-Ch2QPCeM.d.cts.map
@@ -1,5 +1,5 @@
1
- import { KubbFile } from "@kubb/fabric-core/types";
2
1
  import { Fabric } from "@kubb/react-fabric";
2
+ import { KubbFile } from "@kubb/fabric-core/types";
3
3
  import * as oas_normalize_lib_types0 from "oas-normalize/lib/types";
4
4
  import BaseOas from "oas";
5
5
  import { Operation } from "oas/operation";
@@ -146,6 +146,7 @@ interface KubbEvents {
146
146
  'hook:end': [{
147
147
  id?: string;
148
148
  command: string;
149
+ args?: readonly string[];
149
150
  }];
150
151
  /**
151
152
  * Emitted when a new version of Kubb is available.
@@ -1261,4 +1262,4 @@ type ResolvedOptions = {
1261
1262
  type PluginFaker = PluginFactoryOptions<'plugin-faker', Options, ResolvedOptions, never, ResolvePathOptions>;
1262
1263
  //#endregion
1263
1264
  export { UserPluginWithLifeCycle as a, Schema as i, PluginFaker as n, ReactGenerator as r, Options as t };
1264
- //# sourceMappingURL=types-Bfb-67hJ.d.cts.map
1265
+ //# sourceMappingURL=types-nhM0qQqF.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-faker",
3
- "version": "0.0.0-canary-20251222215628",
3
+ "version": "0.0.0-canary-20251224014543",
4
4
  "description": "Faker.js data generator plugin for Kubb, creating realistic mock data from OpenAPI specifications for development and testing.",
5
5
  "keywords": [
6
6
  "faker",
@@ -69,10 +69,10 @@
69
69
  ],
70
70
  "dependencies": {
71
71
  "@kubb/react-fabric": "0.7.4",
72
- "@kubb/core": "0.0.0-canary-20251222215628",
73
- "@kubb/oas": "0.0.0-canary-20251222215628",
74
- "@kubb/plugin-oas": "0.0.0-canary-20251222215628",
75
- "@kubb/plugin-ts": "0.0.0-canary-20251222215628"
72
+ "@kubb/core": "0.0.0-canary-20251224014543",
73
+ "@kubb/oas": "0.0.0-canary-20251224014543",
74
+ "@kubb/plugin-oas": "0.0.0-canary-20251224014543",
75
+ "@kubb/plugin-ts": "0.0.0-canary-20251224014543"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=20"