@orpc/server 0.0.0-next-20241126071108 → 0.0.0-next-20241126131150
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -6
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orpc/server",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.0-next-
|
4
|
+
"version": "0.0.0-next-20241126131150",
|
5
5
|
"author": {
|
6
6
|
"name": "unnoq",
|
7
7
|
"email": "contact@unnoq.com",
|
@@ -39,15 +39,17 @@
|
|
39
39
|
"dist",
|
40
40
|
"src"
|
41
41
|
],
|
42
|
+
"peerDependencies": {
|
43
|
+
"zod": "^3"
|
44
|
+
},
|
42
45
|
"dependencies": {
|
43
|
-
"@orpc/contract": "0.0.0-next-
|
44
|
-
"@orpc/shared": "0.0.0-next-
|
45
|
-
"@orpc/transformer": "0.0.0-next-
|
46
|
+
"@orpc/contract": "0.0.0-next-20241126131150",
|
47
|
+
"@orpc/shared": "0.0.0-next-20241126131150",
|
48
|
+
"@orpc/transformer": "0.0.0-next-20241126131150"
|
46
49
|
},
|
47
50
|
"devDependencies": {
|
48
51
|
"hono": "^4.6.3",
|
49
|
-
"zod": "
|
50
|
-
"@orpc/zod": "0.0.1"
|
52
|
+
"@orpc/zod": "0.0.0-next-20241126131150"
|
51
53
|
},
|
52
54
|
"scripts": {
|
53
55
|
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --entry.fetch=src/adapters/fetch.ts --format=esm --onSuccess='tsc -b --noCheck'",
|