@kubb/swagger-ts 2.18.1 → 2.18.2
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/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +11 -11
package/dist/index.d.cts
CHANGED
@@ -112,15 +112,15 @@ declare module '@kubb/core' {
|
|
112
112
|
}
|
113
113
|
|
114
114
|
declare const pluginTsName = "plugin-ts";
|
115
|
-
declare const pluginTs: (options
|
115
|
+
declare const pluginTs: (options?: Options | undefined) => _kubb_core.UserPluginWithLifeCycle<PluginTs>;
|
116
116
|
|
117
117
|
/**
|
118
118
|
* @deprecated Use `import { pluginTs } from '@kubb/swagger-ts'` instead
|
119
119
|
*/
|
120
|
-
declare const definePluginDefault: (options
|
120
|
+
declare const definePluginDefault: (options?: Options | undefined) => _kubb_core.UserPluginWithLifeCycle<PluginTs>;
|
121
121
|
/**
|
122
122
|
* @deprecated Use `import { pluginTs } from '@kubb/swagger-ts'` instead
|
123
123
|
*/
|
124
|
-
declare const definePlugin: (options
|
124
|
+
declare const definePlugin: (options?: Options | undefined) => _kubb_core.UserPluginWithLifeCycle<PluginTs>;
|
125
125
|
|
126
126
|
export { type PluginTs, definePluginDefault as default, definePlugin, pluginTs, pluginTsName };
|
package/dist/index.d.ts
CHANGED
@@ -112,15 +112,15 @@ declare module '@kubb/core' {
|
|
112
112
|
}
|
113
113
|
|
114
114
|
declare const pluginTsName = "plugin-ts";
|
115
|
-
declare const pluginTs: (options
|
115
|
+
declare const pluginTs: (options?: Options | undefined) => _kubb_core.UserPluginWithLifeCycle<PluginTs>;
|
116
116
|
|
117
117
|
/**
|
118
118
|
* @deprecated Use `import { pluginTs } from '@kubb/swagger-ts'` instead
|
119
119
|
*/
|
120
|
-
declare const definePluginDefault: (options
|
120
|
+
declare const definePluginDefault: (options?: Options | undefined) => _kubb_core.UserPluginWithLifeCycle<PluginTs>;
|
121
121
|
/**
|
122
122
|
* @deprecated Use `import { pluginTs } from '@kubb/swagger-ts'` instead
|
123
123
|
*/
|
124
|
-
declare const definePlugin: (options
|
124
|
+
declare const definePlugin: (options?: Options | undefined) => _kubb_core.UserPluginWithLifeCycle<PluginTs>;
|
125
125
|
|
126
126
|
export { type PluginTs, definePluginDefault as default, definePlugin, pluginTs, pluginTsName };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kubb/swagger-ts",
|
3
|
-
"version": "2.18.
|
3
|
+
"version": "2.18.2",
|
4
4
|
"description": "Generator swagger-ts",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -56,24 +56,24 @@
|
|
56
56
|
"!/**/__tests__/**"
|
57
57
|
],
|
58
58
|
"dependencies": {
|
59
|
-
"@kubb/core": "2.18.
|
60
|
-
"@kubb/oas": "2.18.
|
61
|
-
"@kubb/
|
62
|
-
"@kubb/
|
63
|
-
"@kubb/
|
64
|
-
"@kubb/types": "2.18.
|
59
|
+
"@kubb/core": "2.18.2",
|
60
|
+
"@kubb/oas": "2.18.2",
|
61
|
+
"@kubb/parser-ts": "2.18.2",
|
62
|
+
"@kubb/react": "2.18.2",
|
63
|
+
"@kubb/swagger": "2.18.2",
|
64
|
+
"@kubb/types": "2.18.2"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
67
|
"@types/react": "^18.3.1",
|
68
68
|
"prettier": "^3.2.5",
|
69
69
|
"react": "^18.3.1",
|
70
70
|
"tsup": "^8.0.2",
|
71
|
-
"@kubb/config-biome": "2.18.
|
72
|
-
"@kubb/config-
|
73
|
-
"@kubb/config-
|
71
|
+
"@kubb/config-biome": "2.18.2",
|
72
|
+
"@kubb/config-tsup": "2.18.2",
|
73
|
+
"@kubb/config-ts": "2.18.2"
|
74
74
|
},
|
75
75
|
"peerDependencies": {
|
76
|
-
"@kubb/react": "2.18.
|
76
|
+
"@kubb/react": "2.18.2"
|
77
77
|
},
|
78
78
|
"engines": {
|
79
79
|
"node": ">=18",
|