@kubb/plugin-ts 4.12.12 → 4.12.13
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-CwXJHtHd.d.cts → types-Bl4YfnWA.d.cts} +2 -1
- package/dist/{types-Ccxn5EsU.d.ts → types-EDONJgES.d.ts} +2 -1
- package/package.json +4 -4
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-
|
|
1
|
+
import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-Bl4YfnWA.cjs";
|
|
2
2
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
3
3
|
|
|
4
4
|
//#region src/components/OasType.d.ts
|
package/dist/components.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-
|
|
1
|
+
import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-EDONJgES.js";
|
|
2
2
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
3
3
|
|
|
4
4
|
//#region src/components/OasType.d.ts
|
package/dist/generators.d.cts
CHANGED
package/dist/generators.d.ts
CHANGED
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ interface KubbEvents {
|
|
|
182
182
|
'hook:end': [{
|
|
183
183
|
id?: string;
|
|
184
184
|
command: string;
|
|
185
|
+
args?: readonly string[];
|
|
185
186
|
}];
|
|
186
187
|
/**
|
|
187
188
|
* Emitted when a new version of Kubb is available.
|
|
@@ -1269,4 +1270,4 @@ type ResolvedOptions = {
|
|
|
1269
1270
|
type PluginTs = PluginFactoryOptions<'plugin-ts', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1270
1271
|
//#endregion
|
|
1271
1272
|
export { UserPluginWithLifeCycle as a, Schema as i, PluginTs as n, OasTypes as o, ReactGenerator as r, SchemaObject$1 as s, Options as t };
|
|
1272
|
-
//# sourceMappingURL=types-
|
|
1273
|
+
//# sourceMappingURL=types-Bl4YfnWA.d.cts.map
|
|
@@ -182,6 +182,7 @@ interface KubbEvents {
|
|
|
182
182
|
'hook:end': [{
|
|
183
183
|
id?: string;
|
|
184
184
|
command: string;
|
|
185
|
+
args?: readonly string[];
|
|
185
186
|
}];
|
|
186
187
|
/**
|
|
187
188
|
* Emitted when a new version of Kubb is available.
|
|
@@ -1269,4 +1270,4 @@ type ResolvedOptions = {
|
|
|
1269
1270
|
type PluginTs = PluginFactoryOptions<'plugin-ts', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1270
1271
|
//#endregion
|
|
1271
1272
|
export { UserPluginWithLifeCycle as a, Schema as i, PluginTs as n, OasTypes as o, ReactGenerator as r, SchemaObject$1 as s, Options as t };
|
|
1272
|
-
//# sourceMappingURL=types-
|
|
1273
|
+
//# sourceMappingURL=types-EDONJgES.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-ts",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.13",
|
|
4
4
|
"description": "TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"natural-orderby": "^5.0.0",
|
|
70
70
|
"remeda": "^2.32.0",
|
|
71
71
|
"typescript": "5.9.3",
|
|
72
|
-
"@kubb/core": "4.12.
|
|
73
|
-
"@kubb/oas": "4.12.
|
|
74
|
-
"@kubb/plugin-oas": "4.12.
|
|
72
|
+
"@kubb/core": "4.12.13",
|
|
73
|
+
"@kubb/oas": "4.12.13",
|
|
74
|
+
"@kubb/plugin-oas": "4.12.13"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@kubb/react-fabric": "0.7.4",
|