@orpc/zod 0.12.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -145,3 +145,4 @@ export {
145
145
  regexp,
146
146
  url
147
147
  };
148
+ //# sourceMappingURL=index.js.map
@@ -28,3 +28,4 @@ export declare const oz: {
28
28
  url: typeof url;
29
29
  };
30
30
  export {};
31
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/zod",
3
3
  "type": "module",
4
- "version": "0.12.0",
4
+ "version": "0.14.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -24,7 +24,8 @@
24
24
  }
25
25
  },
26
26
  "files": [
27
- "!dist/*.tsbuildinfo",
27
+ "!**/*.map",
28
+ "!**/*.tsbuildinfo",
28
29
  "dist"
29
30
  ],
30
31
  "dependencies": {
@@ -33,7 +34,7 @@
33
34
  "zod": "^3.23.8"
34
35
  },
35
36
  "scripts": {
36
- "build": "tsup --clean --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
37
+ "build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
37
38
  "build:watch": "pnpm run build --watch",
38
39
  "type:check": "tsc -b"
39
40
  }