@kubb/plugin-faker 4.16.0 → 4.17.1

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-DVGuKJH8.cjs";
1
+ import { i as Schema, n as PluginFaker } from "./types-gYKFduy1.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-CPMdGdN5.js";
1
+ import { i as Schema, n as PluginFaker } from "./types-D_fba4RU.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-DVGuKJH8.cjs";
1
+ import { n as PluginFaker, r as ReactGenerator } from "./types-gYKFduy1.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-CPMdGdN5.js";
1
+ import { n as PluginFaker, r as ReactGenerator } from "./types-D_fba4RU.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-DVGuKJH8.cjs";
1
+ import { a as UserPluginWithLifeCycle, n as PluginFaker, t as Options } from "./types-gYKFduy1.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-CPMdGdN5.js";
1
+ import { a as UserPluginWithLifeCycle, n as PluginFaker, t as Options } from "./types-D_fba4RU.js";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginFakerName = "plugin-faker";
@@ -327,7 +327,7 @@ type Config<TInput = Input> = {
327
327
  * - 'biome': Uses Biome for code formatting.
328
328
  *
329
329
  */
330
- format?: 'auto' | 'prettier' | 'biome' | false;
330
+ format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
331
331
  /**
332
332
  * Specifies the linter that should be used to analyze the code.
333
333
  * The accepted values indicate different linting tools.
@@ -1280,4 +1280,4 @@ type ResolvedOptions = {
1280
1280
  type PluginFaker = PluginFactoryOptions<'plugin-faker', Options, ResolvedOptions, never, ResolvePathOptions>;
1281
1281
  //#endregion
1282
1282
  export { UserPluginWithLifeCycle as a, Schema as i, PluginFaker as n, ReactGenerator as r, Options as t };
1283
- //# sourceMappingURL=types-CPMdGdN5.d.ts.map
1283
+ //# sourceMappingURL=types-D_fba4RU.d.ts.map
@@ -327,7 +327,7 @@ type Config<TInput = Input> = {
327
327
  * - 'biome': Uses Biome for code formatting.
328
328
  *
329
329
  */
330
- format?: 'auto' | 'prettier' | 'biome' | false;
330
+ format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
331
331
  /**
332
332
  * Specifies the linter that should be used to analyze the code.
333
333
  * The accepted values indicate different linting tools.
@@ -1280,4 +1280,4 @@ type ResolvedOptions = {
1280
1280
  type PluginFaker = PluginFactoryOptions<'plugin-faker', Options, ResolvedOptions, never, ResolvePathOptions>;
1281
1281
  //#endregion
1282
1282
  export { UserPluginWithLifeCycle as a, Schema as i, PluginFaker as n, ReactGenerator as r, Options as t };
1283
- //# sourceMappingURL=types-DVGuKJH8.d.cts.map
1283
+ //# sourceMappingURL=types-gYKFduy1.d.cts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-faker",
3
- "version": "4.16.0",
3
+ "version": "4.17.1",
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",
@@ -68,11 +68,11 @@
68
68
  }
69
69
  ],
70
70
  "dependencies": {
71
- "@kubb/react-fabric": "0.9.5",
72
- "@kubb/core": "4.16.0",
73
- "@kubb/oas": "4.16.0",
74
- "@kubb/plugin-oas": "4.16.0",
75
- "@kubb/plugin-ts": "4.16.0"
71
+ "@kubb/react-fabric": "0.11.3",
72
+ "@kubb/core": "4.17.1",
73
+ "@kubb/oas": "4.17.1",
74
+ "@kubb/plugin-oas": "4.17.1",
75
+ "@kubb/plugin-ts": "4.17.1"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=20"