@kubb/plugin-faker 0.0.0-canary-20251222160843 → 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.
- 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-DS1zMTZc.d.ts → types-Ch2QPCeM.d.cts} +3 -2
- package/dist/{types-Bfb-67hJ.d.cts → types-nhM0qQqF.d.ts} +3 -2
- package/package.json +5 -5
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-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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
73
|
-
"@kubb/oas": "0.0.0-canary-
|
|
74
|
-
"@kubb/plugin-oas": "0.0.0-canary-
|
|
75
|
-
"@kubb/plugin-ts": "0.0.0-canary-
|
|
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"
|