@kubb/plugin-zod 3.0.0-alpha.10 → 3.0.0-alpha.11
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-57AHBVYK.cjs → chunk-WDPKVCXH.cjs} +334 -374
- package/dist/chunk-WDPKVCXH.cjs.map +1 -0
- package/dist/{chunk-CUPQVLRZ.js → chunk-Z5LNW4XC.js} +183 -254
- package/dist/chunk-Z5LNW4XC.js.map +1 -0
- package/dist/components.cjs +17 -11
- package/dist/components.cjs.map +1 -1
- package/dist/components.js +3 -11
- package/dist/components.js.map +1 -1
- package/dist/index.cjs +12 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -9
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
- package/dist/chunk-57AHBVYK.cjs.map +0 -1
- package/dist/chunk-CUPQVLRZ.js.map +0 -1
package/dist/components.cjs
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var _chunk57AHBVYKcjs = require('./chunk-57AHBVYK.cjs');
|
|
3
|
+
var chunkWDPKVCXH_cjs = require('./chunk-WDPKVCXH.cjs');
|
|
7
4
|
|
|
8
5
|
// src/components/index.ts
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
6
|
+
chunkWDPKVCXH_cjs.init_cjs_shims();
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "OperationSchema", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkWDPKVCXH_cjs.OperationSchema; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "Operations", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkWDPKVCXH_cjs.Operations; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "Schema", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkWDPKVCXH_cjs.Schema; }
|
|
19
|
+
});
|
|
20
|
+
//# sourceMappingURL=components.cjs.map
|
|
15
21
|
//# sourceMappingURL=components.cjs.map
|
package/dist/components.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["../src/components/index.ts"],"names":["init_cjs_shims"],"mappings":";;;;;AAAAA,gCAAA,EAAA","file":"components.cjs","sourcesContent":["export { OperationSchema } from './OperationSchema.tsx'\nexport { Operations } from './Operations.tsx'\nexport { Schema } from './Schema.tsx'\n"]}
|
package/dist/components.js
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
Operations,
|
|
4
|
-
Schema,
|
|
5
|
-
init_esm_shims
|
|
6
|
-
} from "./chunk-CUPQVLRZ.js";
|
|
1
|
+
import { init_esm_shims } from './chunk-Z5LNW4XC.js';
|
|
2
|
+
export { OperationSchema, Operations, Schema } from './chunk-Z5LNW4XC.js';
|
|
7
3
|
|
|
8
4
|
// src/components/index.ts
|
|
9
5
|
init_esm_shims();
|
|
10
|
-
|
|
11
|
-
OperationSchema,
|
|
12
|
-
Operations,
|
|
13
|
-
Schema
|
|
14
|
-
};
|
|
6
|
+
//# sourceMappingURL=components.js.map
|
|
15
7
|
//# sourceMappingURL=components.js.map
|
package/dist/components.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/index.ts"],"sourcesContent":["export { OperationSchema } from './OperationSchema.tsx'\nexport { Operations } from './Operations.tsx'\nexport { Schema } from './Schema.tsx'\n"]
|
|
1
|
+
{"version":3,"sources":["../src/components/index.ts"],"names":[],"mappings":";;;;AAAA,cAAA,EAAA","file":"components.js","sourcesContent":["export { OperationSchema } from './OperationSchema.tsx'\nexport { Operations } from './Operations.tsx'\nexport { Schema } from './Schema.tsx'\n"]}
|
package/dist/index.cjs
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var _chunk57AHBVYKcjs = require('./chunk-57AHBVYK.cjs');
|
|
3
|
+
var chunkWDPKVCXH_cjs = require('./chunk-WDPKVCXH.cjs');
|
|
6
4
|
|
|
7
5
|
// src/index.ts
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
chunkWDPKVCXH_cjs.init_cjs_shims();
|
|
11
7
|
|
|
12
|
-
exports
|
|
8
|
+
Object.defineProperty(exports, "pluginZod", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkWDPKVCXH_cjs.pluginZod; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "pluginZodName", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkWDPKVCXH_cjs.pluginZodName; }
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=index.cjs.map
|
|
13
17
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":["init_cjs_shims"],"mappings":";;;;;AAAAA,gCAAA,EAAA","file":"index.cjs","sourcesContent":["export { pluginZod, pluginZodName } from './plugin.ts'\nexport type { PluginZod } from './types.ts'\n"]}
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
pluginZod,
|
|
4
|
-
pluginZodName
|
|
5
|
-
} from "./chunk-CUPQVLRZ.js";
|
|
1
|
+
import { init_esm_shims } from './chunk-Z5LNW4XC.js';
|
|
2
|
+
export { pluginZod, pluginZodName } from './chunk-Z5LNW4XC.js';
|
|
6
3
|
|
|
7
4
|
// src/index.ts
|
|
8
5
|
init_esm_shims();
|
|
9
|
-
|
|
10
|
-
pluginZod,
|
|
11
|
-
pluginZodName
|
|
12
|
-
};
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
13
7
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { pluginZod, pluginZodName } from './plugin.ts'\nexport type { PluginZod } from './types.ts'\n"]
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,cAAA,EAAA","file":"index.js","sourcesContent":["export { pluginZod, pluginZodName } from './plugin.ts'\nexport type { PluginZod } from './types.ts'\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-zod",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.11",
|
|
4
4
|
"description": "Generator plugin-zod",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -56,25 +56,25 @@
|
|
|
56
56
|
"!/**/__tests__/**"
|
|
57
57
|
],
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@kubb/core": "3.0.0-alpha.
|
|
60
|
-
"@kubb/fs": "3.0.0-alpha.
|
|
61
|
-
"@kubb/oas": "3.0.0-alpha.
|
|
62
|
-
"@kubb/parser-ts": "3.0.0-alpha.
|
|
63
|
-
"@kubb/plugin-oas": "3.0.0-alpha.
|
|
64
|
-
"@kubb/react": "3.0.0-alpha.
|
|
65
|
-
"@kubb/types": "3.0.0-alpha.
|
|
59
|
+
"@kubb/core": "3.0.0-alpha.11",
|
|
60
|
+
"@kubb/fs": "3.0.0-alpha.11",
|
|
61
|
+
"@kubb/oas": "3.0.0-alpha.11",
|
|
62
|
+
"@kubb/parser-ts": "3.0.0-alpha.11",
|
|
63
|
+
"@kubb/plugin-oas": "3.0.0-alpha.11",
|
|
64
|
+
"@kubb/react": "3.0.0-alpha.11",
|
|
65
|
+
"@kubb/types": "3.0.0-alpha.11"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/react": "^18.3.5",
|
|
69
69
|
"prettier": "^3.3.3",
|
|
70
70
|
"react": "^18.3.1",
|
|
71
71
|
"tsup": "^8.2.4",
|
|
72
|
-
"@kubb/config-biome": "3.0.0-alpha.
|
|
73
|
-
"@kubb/config-ts": "3.0.0-alpha.
|
|
74
|
-
"@kubb/config-tsup": "3.0.0-alpha.
|
|
72
|
+
"@kubb/config-biome": "3.0.0-alpha.11",
|
|
73
|
+
"@kubb/config-ts": "3.0.0-alpha.11",
|
|
74
|
+
"@kubb/config-tsup": "3.0.0-alpha.11"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@kubb/react": "3.0.0-alpha.
|
|
77
|
+
"@kubb/react": "3.0.0-alpha.11"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=20"
|