@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.
- package/dist/{chunk-TFCUDXXU.js → chunk-AYNI7BPH.js} +3 -3
- package/dist/{chunk-TFCUDXXU.js.map → chunk-AYNI7BPH.js.map} +1 -1
- package/dist/{chunk-U7IYQJBH.js → chunk-EAOG7QZN.js} +4 -4
- package/dist/{chunk-U7IYQJBH.js.map → chunk-EAOG7QZN.js.map} +1 -1
- package/dist/{chunk-JZIXHFCA.cjs → chunk-GQIPH4CY.cjs} +11 -11
- package/dist/{chunk-JZIXHFCA.cjs.map → chunk-GQIPH4CY.cjs.map} +1 -1
- package/dist/{chunk-YKKU2PFK.cjs → chunk-RXZ5NE6D.cjs} +4 -4
- package/dist/{chunk-YKKU2PFK.cjs.map → chunk-RXZ5NE6D.cjs.map} +1 -1
- package/dist/components.cjs +3 -3
- package/dist/components.js +1 -1
- package/dist/generators.cjs +4 -4
- package/dist/generators.js +2 -2
- package/dist/index.cjs +4 -4
- package/dist/index.js +2 -2
- package/package.json +10 -10
package/dist/components.cjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunkRXZ5NE6D_cjs.OasType; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "Type", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkRXZ5NE6D_cjs.Type; }
|
|
14
14
|
});
|
|
15
15
|
//# sourceMappingURL=components.cjs.map
|
|
16
16
|
//# sourceMappingURL=components.cjs.map
|
package/dist/components.js
CHANGED
package/dist/generators.cjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
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
|
|
10
|
+
get: function () { return chunkGQIPH4CY_cjs.oasGenerator; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "typeGenerator", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkGQIPH4CY_cjs.typeGenerator; }
|
|
15
15
|
});
|
|
16
16
|
//# sourceMappingURL=generators.cjs.map
|
|
17
17
|
//# sourceMappingURL=generators.cjs.map
|
package/dist/generators.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { oasGenerator, typeGenerator } from './chunk-
|
|
2
|
-
import './chunk-
|
|
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
|
|
4
|
-
require('./chunk-
|
|
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
|
|
10
|
+
get: function () { return chunkGQIPH4CY_cjs.pluginTs; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "pluginTsName", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-ts",
|
|
3
|
-
"version": "3.3.
|
|
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.
|
|
62
|
-
"@kubb/fs": "3.3.
|
|
63
|
-
"@kubb/oas": "3.3.
|
|
64
|
-
"@kubb/parser-ts": "3.3.
|
|
65
|
-
"@kubb/plugin-oas": "3.3.
|
|
66
|
-
"@kubb/react": "3.3.
|
|
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.
|
|
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.
|
|
74
|
-
"@kubb/config-tsup": "3.3.
|
|
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"
|