@orpc/client 0.0.0-next-20241123041159 → 0.0.0-next-20241123041237
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orpc/client",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.0-next-
|
4
|
+
"version": "0.0.0-next-20241123041237",
|
5
5
|
"author": {
|
6
6
|
"name": "unnoq",
|
7
7
|
"email": "contact@unnoq.com",
|
@@ -35,12 +35,12 @@
|
|
35
35
|
"src"
|
36
36
|
],
|
37
37
|
"peerDependencies": {
|
38
|
-
"@orpc/
|
39
|
-
"@orpc/
|
38
|
+
"@orpc/server": "0.1.2",
|
39
|
+
"@orpc/contract": "0.0.4"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"@orpc/
|
43
|
-
"@orpc/
|
42
|
+
"@orpc/shared": "0.0.5",
|
43
|
+
"@orpc/transformer": "0.0.4"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"zod": "^3.23.8"
|