@orpc/server 0.0.0-next-20241119142302 → 0.0.0-next-20241120014110
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
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-20241120014110",
|
5
5
|
"author": {
|
6
6
|
"name": "unnoq",
|
7
7
|
"email": "contact@unnoq.com",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"dependencies": {
|
43
43
|
"@orpc/contract": "0.0.3",
|
44
44
|
"@orpc/shared": "0.0.4",
|
45
|
-
"@orpc/transformer": "0.0.0-next-
|
45
|
+
"@orpc/transformer": "0.0.0-next-20241120014110"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
48
|
"zod": "^3.23.8",
|