@orpc/zod 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -0
- package/dist/src/index.d.ts +1 -0
- package/package.json +4 -3
package/dist/index.js
CHANGED
package/dist/src/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orpc/zod",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.13.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
|
-
"
|
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
|
}
|