phecda-zod 2.0.2-alpha.0 → 2.0.2-alpha.1

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -19,12 +19,12 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  parse: () => parse,
25
25
  zodToClass: () => zodToClass
26
26
  });
27
- module.exports = __toCommonJS(src_exports);
27
+ module.exports = __toCommonJS(index_exports);
28
28
  var import_phecda_core = require("phecda-core");
29
29
  function ZodTo(zod) {
30
30
  return (proto) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-zod",
3
- "version": "2.0.2-alpha.0",
3
+ "version": "2.0.2-alpha.1",
4
4
  "description": "use zod instead of decorator/reflect-metadata",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -15,7 +15,7 @@
15
15
  "tsup": "^8.1.0"
16
16
  },
17
17
  "dependencies": {
18
- "phecda-core": "4.1.0-alpha.0",
18
+ "phecda-core": "4.1.0-alpha.1",
19
19
  "zod": "^3.23.5"
20
20
  },
21
21
  "scripts": {