@orpc/client 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 +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-20241126131150",
|
5
5
|
"author": {
|
6
6
|
"name": "unnoq",
|
7
7
|
"email": "contact@unnoq.com",
|
@@ -35,13 +35,13 @@
|
|
35
35
|
"src"
|
36
36
|
],
|
37
37
|
"dependencies": {
|
38
|
-
"@orpc/shared": "0.0.0-next-
|
39
|
-
"@orpc/transformer": "0.0.0-next-
|
38
|
+
"@orpc/shared": "0.0.0-next-20241126131150",
|
39
|
+
"@orpc/transformer": "0.0.0-next-20241126131150"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"zod": "^3.23.8",
|
43
|
-
"@orpc/contract": "0.0.0-next-
|
44
|
-
"@orpc/server": "0.0.0-next-
|
43
|
+
"@orpc/contract": "0.0.0-next-20241126131150",
|
44
|
+
"@orpc/server": "0.0.0-next-20241126131150"
|
45
45
|
},
|
46
46
|
"scripts": {
|
47
47
|
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
|