@orpc/server 0.0.0-next.86f057c → 0.0.0-next.8b5a6d6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -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.8b5a6d6",
|
5
5
|
"license": "MIT",
|
6
6
|
"homepage": "https://orpc.unnoq.com",
|
7
7
|
"repository": {
|
@@ -35,15 +35,15 @@
|
|
35
35
|
],
|
36
36
|
"peerDependencies": {
|
37
37
|
"zod": ">=3.23.0",
|
38
|
-
"@orpc/zod": "0.0.0-next.
|
38
|
+
"@orpc/zod": "0.0.0-next.8b5a6d6"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@orpc/shared": "0.0.0-next.
|
42
|
-
"@orpc/
|
43
|
-
"@orpc/
|
41
|
+
"@orpc/shared": "0.0.0-next.8b5a6d6",
|
42
|
+
"@orpc/contract": "0.0.0-next.8b5a6d6",
|
43
|
+
"@orpc/transformer": "0.0.0-next.8b5a6d6"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
|
-
"@orpc/openapi": "0.0.0-next.
|
46
|
+
"@orpc/openapi": "0.0.0-next.8b5a6d6"
|
47
47
|
},
|
48
48
|
"scripts": {
|
49
49
|
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --entry.fetch=src/fetch/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
|