@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.
- package/dist/components.d.cts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/generators.d.cts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/{types-CPMdGdN5.d.ts → types-D_fba4RU.d.ts} +2 -2
- package/dist/{types-DVGuKJH8.d.cts → types-gYKFduy1.d.cts} +2 -2
- package/package.json +6 -6
package/dist/components.d.cts
CHANGED
package/dist/components.d.ts
CHANGED
package/dist/generators.d.cts
CHANGED
package/dist/generators.d.ts
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as UserPluginWithLifeCycle, n as PluginFaker, t as Options } from "./types-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
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.
|
|
72
|
-
"@kubb/core": "4.
|
|
73
|
-
"@kubb/oas": "4.
|
|
74
|
-
"@kubb/plugin-oas": "4.
|
|
75
|
-
"@kubb/plugin-ts": "4.
|
|
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"
|