@orpc/zod 0.0.2 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/zod",
3
3
  "type": "module",
4
- "version": "0.0.2",
4
+ "version": "0.6.0",
5
5
  "author": {
6
6
  "name": "unnoq",
7
7
  "email": "contact@unnoq.com",
@@ -17,9 +17,6 @@
17
17
  "keywords": [
18
18
  "unnoq"
19
19
  ],
20
- "publishConfig": {
21
- "access": "public"
22
- },
23
20
  "exports": {
24
21
  ".": {
25
22
  "types": "./dist/src/index.d.ts",