@kubb/swagger-ts 2.26.2 → 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-HEXEUTAL.js.map
621
+ //# sourceMappingURL=chunk-VCQQY3BC.js.map
@@ -2,7 +2,7 @@ import {
2
2
  OasType,
3
3
  OperationSchema,
4
4
  Schema
5
- } from "./chunk-HEXEUTAL.js";
5
+ } from "./chunk-VCQQY3BC.js";
6
6
  export {
7
7
  OasType,
8
8
  OperationSchema,
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  pluginTs,
4
4
  pluginTsName,
5
5
  src_default
6
- } from "./chunk-HEXEUTAL.js";
6
+ } from "./chunk-VCQQY3BC.js";
7
7
  export {
8
8
  src_default as default,
9
9
  definePlugin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/swagger-ts",
3
- "version": "2.26.2",
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.2",
60
- "@kubb/fs": "2.26.2",
61
- "@kubb/oas": "2.26.2",
62
- "@kubb/parser-ts": "2.26.2",
63
- "@kubb/plugin-oas": "2.26.2",
64
- "@kubb/react": "2.26.2",
65
- "@kubb/types": "2.26.2"
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.4",
68
+ "@types/react": "^18.3.8",
69
69
  "prettier": "^3.3.3",
70
70
  "react": "^18.3.1",
71
- "tsup": "^8.2.4",
72
- "@kubb/config-biome": "2.26.2",
73
- "@kubb/config-ts": "2.26.2",
74
- "@kubb/config-tsup": "2.26.2"
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.2"
77
+ "@kubb/react": "2.26.4"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=18"