@kubb/plugin-zod 3.0.0-alpha.11 → 3.0.0-alpha.13

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 chunkWDPKVCXH_cjs = require('./chunk-WDPKVCXH.cjs');
3
+ var chunkVGFXQMG5_cjs = require('./chunk-VGFXQMG5.cjs');
4
4
 
5
5
  // src/components/index.ts
6
- chunkWDPKVCXH_cjs.init_cjs_shims();
6
+ chunkVGFXQMG5_cjs.init_cjs_shims();
7
7
 
8
8
  Object.defineProperty(exports, "OperationSchema", {
9
9
  enumerable: true,
10
- get: function () { return chunkWDPKVCXH_cjs.OperationSchema; }
10
+ get: function () { return chunkVGFXQMG5_cjs.OperationSchema; }
11
11
  });
12
12
  Object.defineProperty(exports, "Operations", {
13
13
  enumerable: true,
14
- get: function () { return chunkWDPKVCXH_cjs.Operations; }
14
+ get: function () { return chunkVGFXQMG5_cjs.Operations; }
15
15
  });
16
16
  Object.defineProperty(exports, "Schema", {
17
17
  enumerable: true,
18
- get: function () { return chunkWDPKVCXH_cjs.Schema; }
18
+ get: function () { return chunkVGFXQMG5_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-Z5LNW4XC.js';
2
- export { OperationSchema, Operations, Schema } from './chunk-Z5LNW4XC.js';
1
+ import { init_esm_shims } from './chunk-47JK5TES.js';
2
+ export { OperationSchema, Operations, Schema } from './chunk-47JK5TES.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 chunkWDPKVCXH_cjs = require('./chunk-WDPKVCXH.cjs');
3
+ var chunkVGFXQMG5_cjs = require('./chunk-VGFXQMG5.cjs');
4
4
 
5
5
  // src/index.ts
6
- chunkWDPKVCXH_cjs.init_cjs_shims();
6
+ chunkVGFXQMG5_cjs.init_cjs_shims();
7
7
 
8
8
  Object.defineProperty(exports, "pluginZod", {
9
9
  enumerable: true,
10
- get: function () { return chunkWDPKVCXH_cjs.pluginZod; }
10
+ get: function () { return chunkVGFXQMG5_cjs.pluginZod; }
11
11
  });
12
12
  Object.defineProperty(exports, "pluginZodName", {
13
13
  enumerable: true,
14
- get: function () { return chunkWDPKVCXH_cjs.pluginZodName; }
14
+ get: function () { return chunkVGFXQMG5_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-Z5LNW4XC.js';
2
- export { pluginZod, pluginZodName } from './chunk-Z5LNW4XC.js';
1
+ import { init_esm_shims } from './chunk-47JK5TES.js';
2
+ export { pluginZod, pluginZodName } from './chunk-47JK5TES.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.11",
3
+ "version": "3.0.0-alpha.13",
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.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"
59
+ "@kubb/core": "3.0.0-alpha.13",
60
+ "@kubb/fs": "3.0.0-alpha.13",
61
+ "@kubb/oas": "3.0.0-alpha.13",
62
+ "@kubb/parser-ts": "3.0.0-alpha.13",
63
+ "@kubb/plugin-oas": "3.0.0-alpha.13",
64
+ "@kubb/react": "3.0.0-alpha.13",
65
+ "@kubb/types": "3.0.0-alpha.13"
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.11",
73
- "@kubb/config-ts": "3.0.0-alpha.11",
74
- "@kubb/config-tsup": "3.0.0-alpha.11"
72
+ "@kubb/config-biome": "3.0.0-alpha.13",
73
+ "@kubb/config-ts": "3.0.0-alpha.13",
74
+ "@kubb/config-tsup": "3.0.0-alpha.13"
75
75
  },
76
76
  "peerDependencies": {
77
- "@kubb/react": "3.0.0-alpha.11"
77
+ "@kubb/react": "3.0.0-alpha.13"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=20"