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