@kubb/plugin-ts 3.3.4 → 3.3.5

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,16 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var chunkYKKU2PFK_cjs = require('./chunk-YKKU2PFK.cjs');
3
+ var chunkRXZ5NE6D_cjs = require('./chunk-RXZ5NE6D.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "OasType", {
8
8
  enumerable: true,
9
- get: function () { return chunkYKKU2PFK_cjs.OasType; }
9
+ get: function () { return chunkRXZ5NE6D_cjs.OasType; }
10
10
  });
11
11
  Object.defineProperty(exports, "Type", {
12
12
  enumerable: true,
13
- get: function () { return chunkYKKU2PFK_cjs.Type; }
13
+ get: function () { return chunkRXZ5NE6D_cjs.Type; }
14
14
  });
15
15
  //# sourceMappingURL=components.cjs.map
16
16
  //# sourceMappingURL=components.cjs.map
@@ -1,3 +1,3 @@
1
- export { OasType, Type } from './chunk-U7IYQJBH.js';
1
+ export { OasType, Type } from './chunk-EAOG7QZN.js';
2
2
  //# sourceMappingURL=components.js.map
3
3
  //# sourceMappingURL=components.js.map
@@ -1,17 +1,17 @@
1
1
  'use strict';
2
2
 
3
- var chunkJZIXHFCA_cjs = require('./chunk-JZIXHFCA.cjs');
4
- require('./chunk-YKKU2PFK.cjs');
3
+ var chunkGQIPH4CY_cjs = require('./chunk-GQIPH4CY.cjs');
4
+ require('./chunk-RXZ5NE6D.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "oasGenerator", {
9
9
  enumerable: true,
10
- get: function () { return chunkJZIXHFCA_cjs.oasGenerator; }
10
+ get: function () { return chunkGQIPH4CY_cjs.oasGenerator; }
11
11
  });
12
12
  Object.defineProperty(exports, "typeGenerator", {
13
13
  enumerable: true,
14
- get: function () { return chunkJZIXHFCA_cjs.typeGenerator; }
14
+ get: function () { return chunkGQIPH4CY_cjs.typeGenerator; }
15
15
  });
16
16
  //# sourceMappingURL=generators.cjs.map
17
17
  //# sourceMappingURL=generators.cjs.map
@@ -1,4 +1,4 @@
1
- export { oasGenerator, typeGenerator } from './chunk-TFCUDXXU.js';
2
- import './chunk-U7IYQJBH.js';
1
+ export { oasGenerator, typeGenerator } from './chunk-AYNI7BPH.js';
2
+ import './chunk-EAOG7QZN.js';
3
3
  //# sourceMappingURL=generators.js.map
4
4
  //# sourceMappingURL=generators.js.map
package/dist/index.cjs CHANGED
@@ -1,17 +1,17 @@
1
1
  'use strict';
2
2
 
3
- var chunkJZIXHFCA_cjs = require('./chunk-JZIXHFCA.cjs');
4
- require('./chunk-YKKU2PFK.cjs');
3
+ var chunkGQIPH4CY_cjs = require('./chunk-GQIPH4CY.cjs');
4
+ require('./chunk-RXZ5NE6D.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "pluginTs", {
9
9
  enumerable: true,
10
- get: function () { return chunkJZIXHFCA_cjs.pluginTs; }
10
+ get: function () { return chunkGQIPH4CY_cjs.pluginTs; }
11
11
  });
12
12
  Object.defineProperty(exports, "pluginTsName", {
13
13
  enumerable: true,
14
- get: function () { return chunkJZIXHFCA_cjs.pluginTsName; }
14
+ get: function () { return chunkGQIPH4CY_cjs.pluginTsName; }
15
15
  });
16
16
  //# sourceMappingURL=index.cjs.map
17
17
  //# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { pluginTs, pluginTsName } from './chunk-TFCUDXXU.js';
2
- import './chunk-U7IYQJBH.js';
1
+ export { pluginTs, pluginTsName } from './chunk-AYNI7BPH.js';
2
+ import './chunk-EAOG7QZN.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-ts",
3
- "version": "3.3.4",
3
+ "version": "3.3.5",
4
4
  "description": "Generator plugin-ts",
5
5
  "keywords": [
6
6
  "zod",
@@ -58,20 +58,20 @@
58
58
  "!/**/__tests__/**"
59
59
  ],
60
60
  "dependencies": {
61
- "@kubb/core": "3.3.4",
62
- "@kubb/fs": "3.3.4",
63
- "@kubb/oas": "3.3.4",
64
- "@kubb/parser-ts": "3.3.4",
65
- "@kubb/plugin-oas": "3.3.4",
66
- "@kubb/react": "3.3.4"
61
+ "@kubb/core": "3.3.5",
62
+ "@kubb/fs": "3.3.5",
63
+ "@kubb/oas": "3.3.5",
64
+ "@kubb/parser-ts": "3.3.5",
65
+ "@kubb/plugin-oas": "3.3.5",
66
+ "@kubb/react": "3.3.5"
67
67
  },
68
68
  "devDependencies": {
69
- "@types/react": "^18.3.17",
69
+ "@types/react": "^18.3.18",
70
70
  "react": "^18.3.1",
71
71
  "tsup": "^8.3.5",
72
72
  "typescript": "^5.7.2",
73
- "@kubb/config-ts": "3.3.4",
74
- "@kubb/config-tsup": "3.3.4"
73
+ "@kubb/config-ts": "3.3.5",
74
+ "@kubb/config-tsup": "3.3.5"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@kubb/react": "^3.0.0"