@orpc/zod 0.0.0-next.1d55ec0 → 0.0.0-next.7ff0031

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/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.0.0-next.1d55ec0",
4
+ "version": "0.0.0-next.7ff0031",
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
  }