@kubb/swagger-ts 2.26.3 → 2.26.4
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,5 +1,5 @@
|
|
1
1
|
// src/plugin.ts
|
2
|
-
import path from "path";
|
2
|
+
import path from "node:path";
|
3
3
|
import { FileManager, PluginManager, createPlugin } from "@kubb/core";
|
4
4
|
import { camelCase, pascalCase } from "@kubb/core/transformers";
|
5
5
|
import { renderTemplate } from "@kubb/core/utils";
|
@@ -618,4 +618,4 @@ export {
|
|
618
618
|
definePlugin,
|
619
619
|
src_default
|
620
620
|
};
|
621
|
-
//# sourceMappingURL=chunk-
|
621
|
+
//# sourceMappingURL=chunk-VCQQY3BC.js.map
|
package/dist/components.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kubb/swagger-ts",
|
3
|
-
"version": "2.26.
|
3
|
+
"version": "2.26.4",
|
4
4
|
"description": "Generator swagger-ts",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -56,25 +56,25 @@
|
|
56
56
|
"!/**/__tests__/**"
|
57
57
|
],
|
58
58
|
"dependencies": {
|
59
|
-
"@kubb/core": "2.26.
|
60
|
-
"@kubb/fs": "2.26.
|
61
|
-
"@kubb/oas": "2.26.
|
62
|
-
"@kubb/parser-ts": "2.26.
|
63
|
-
"@kubb/plugin-oas": "2.26.
|
64
|
-
"@kubb/react": "2.26.
|
65
|
-
"@kubb/types": "2.26.
|
59
|
+
"@kubb/core": "2.26.4",
|
60
|
+
"@kubb/fs": "2.26.4",
|
61
|
+
"@kubb/oas": "2.26.4",
|
62
|
+
"@kubb/parser-ts": "2.26.4",
|
63
|
+
"@kubb/plugin-oas": "2.26.4",
|
64
|
+
"@kubb/react": "2.26.4",
|
65
|
+
"@kubb/types": "2.26.4"
|
66
66
|
},
|
67
67
|
"devDependencies": {
|
68
|
-
"@types/react": "^18.3.
|
68
|
+
"@types/react": "^18.3.8",
|
69
69
|
"prettier": "^3.3.3",
|
70
70
|
"react": "^18.3.1",
|
71
|
-
"tsup": "^8.
|
72
|
-
"@kubb/config-biome": "2.26.
|
73
|
-
"@kubb/config-ts": "2.26.
|
74
|
-
"@kubb/config-tsup": "2.26.
|
71
|
+
"tsup": "^8.3.0",
|
72
|
+
"@kubb/config-biome": "2.26.4",
|
73
|
+
"@kubb/config-ts": "2.26.4",
|
74
|
+
"@kubb/config-tsup": "2.26.4"
|
75
75
|
},
|
76
76
|
"peerDependencies": {
|
77
|
-
"@kubb/react": "2.26.
|
77
|
+
"@kubb/react": "2.26.4"
|
78
78
|
},
|
79
79
|
"engines": {
|
80
80
|
"node": ">=18"
|
File without changes
|