@kubb/plugin-zod 3.0.0-alpha.12 → 3.0.0-alpha.14

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,21 +1,21 @@
1
1
  'use strict';
2
2
 
3
- var chunkN2VGLM33_cjs = require('./chunk-N2VGLM33.cjs');
3
+ var chunkG6ZSGAN2_cjs = require('./chunk-G6ZSGAN2.cjs');
4
4
 
5
5
  // src/components/index.ts
6
- chunkN2VGLM33_cjs.init_cjs_shims();
6
+ chunkG6ZSGAN2_cjs.init_cjs_shims();
7
7
 
8
8
  Object.defineProperty(exports, "OperationSchema", {
9
9
  enumerable: true,
10
- get: function () { return chunkN2VGLM33_cjs.OperationSchema; }
10
+ get: function () { return chunkG6ZSGAN2_cjs.OperationSchema; }
11
11
  });
12
12
  Object.defineProperty(exports, "Operations", {
13
13
  enumerable: true,
14
- get: function () { return chunkN2VGLM33_cjs.Operations; }
14
+ get: function () { return chunkG6ZSGAN2_cjs.Operations; }
15
15
  });
16
16
  Object.defineProperty(exports, "Schema", {
17
17
  enumerable: true,
18
- get: function () { return chunkN2VGLM33_cjs.Schema; }
18
+ get: function () { return chunkG6ZSGAN2_cjs.Schema; }
19
19
  });
20
20
  //# sourceMappingURL=components.cjs.map
21
21
  //# sourceMappingURL=components.cjs.map
@@ -1,5 +1,5 @@
1
- import { init_esm_shims } from './chunk-BWE5OHCP.js';
2
- export { OperationSchema, Operations, Schema } from './chunk-BWE5OHCP.js';
1
+ import { init_esm_shims } from './chunk-VY4FJ3P5.js';
2
+ export { OperationSchema, Operations, Schema } from './chunk-VY4FJ3P5.js';
3
3
 
4
4
  // src/components/index.ts
5
5
  init_esm_shims();
package/dist/index.cjs CHANGED
@@ -1,17 +1,17 @@
1
1
  'use strict';
2
2
 
3
- var chunkN2VGLM33_cjs = require('./chunk-N2VGLM33.cjs');
3
+ var chunkG6ZSGAN2_cjs = require('./chunk-G6ZSGAN2.cjs');
4
4
 
5
5
  // src/index.ts
6
- chunkN2VGLM33_cjs.init_cjs_shims();
6
+ chunkG6ZSGAN2_cjs.init_cjs_shims();
7
7
 
8
8
  Object.defineProperty(exports, "pluginZod", {
9
9
  enumerable: true,
10
- get: function () { return chunkN2VGLM33_cjs.pluginZod; }
10
+ get: function () { return chunkG6ZSGAN2_cjs.pluginZod; }
11
11
  });
12
12
  Object.defineProperty(exports, "pluginZodName", {
13
13
  enumerable: true,
14
- get: function () { return chunkN2VGLM33_cjs.pluginZodName; }
14
+ get: function () { return chunkG6ZSGAN2_cjs.pluginZodName; }
15
15
  });
16
16
  //# sourceMappingURL=index.cjs.map
17
17
  //# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { init_esm_shims } from './chunk-BWE5OHCP.js';
2
- export { pluginZod, pluginZodName } from './chunk-BWE5OHCP.js';
1
+ import { init_esm_shims } from './chunk-VY4FJ3P5.js';
2
+ export { pluginZod, pluginZodName } from './chunk-VY4FJ3P5.js';
3
3
 
4
4
  // src/index.ts
5
5
  init_esm_shims();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-zod",
3
- "version": "3.0.0-alpha.12",
3
+ "version": "3.0.0-alpha.14",
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.12",
60
- "@kubb/fs": "3.0.0-alpha.12",
61
- "@kubb/oas": "3.0.0-alpha.12",
62
- "@kubb/parser-ts": "3.0.0-alpha.12",
63
- "@kubb/plugin-oas": "3.0.0-alpha.12",
64
- "@kubb/react": "3.0.0-alpha.12",
65
- "@kubb/types": "3.0.0-alpha.12"
59
+ "@kubb/core": "3.0.0-alpha.14",
60
+ "@kubb/fs": "3.0.0-alpha.14",
61
+ "@kubb/oas": "3.0.0-alpha.14",
62
+ "@kubb/parser-ts": "3.0.0-alpha.14",
63
+ "@kubb/plugin-oas": "3.0.0-alpha.14",
64
+ "@kubb/react": "3.0.0-alpha.14",
65
+ "@kubb/types": "3.0.0-alpha.14"
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.12",
73
- "@kubb/config-ts": "3.0.0-alpha.12",
74
- "@kubb/config-tsup": "3.0.0-alpha.12"
72
+ "@kubb/config-biome": "3.0.0-alpha.14",
73
+ "@kubb/config-ts": "3.0.0-alpha.14",
74
+ "@kubb/config-tsup": "3.0.0-alpha.14"
75
75
  },
76
76
  "peerDependencies": {
77
- "@kubb/react": "3.0.0-alpha.12"
77
+ "@kubb/react": "3.0.0-alpha.14"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=20"