@orpc/server 0.0.0-next-20241128125323 → 0.0.0-next.e9dc36e
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -10
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.e9dc36e",
|
5
5
|
"author": {
|
6
6
|
"name": "unnoq",
|
7
7
|
"email": "contact@unnoq.com",
|
@@ -17,9 +17,6 @@
|
|
17
17
|
"keywords": [
|
18
18
|
"unnoq"
|
19
19
|
],
|
20
|
-
"publishConfig": {
|
21
|
-
"access": "public"
|
22
|
-
},
|
23
20
|
"exports": {
|
24
21
|
".": {
|
25
22
|
"types": "./dist/src/index.d.ts",
|
@@ -40,16 +37,16 @@
|
|
40
37
|
"src"
|
41
38
|
],
|
42
39
|
"peerDependencies": {
|
43
|
-
"zod": "
|
40
|
+
"zod": ">=3.23.0",
|
41
|
+
"@orpc/zod": "0.0.0-next.e9dc36e"
|
44
42
|
},
|
45
43
|
"dependencies": {
|
46
|
-
"@orpc/contract": "0.
|
47
|
-
"@orpc/
|
48
|
-
"@orpc/
|
44
|
+
"@orpc/contract": "0.0.0-next.e9dc36e",
|
45
|
+
"@orpc/transformer": "0.0.0-next.e9dc36e",
|
46
|
+
"@orpc/shared": "0.0.0-next.e9dc36e"
|
49
47
|
},
|
50
48
|
"devDependencies": {
|
51
|
-
"hono": "^4.6.3"
|
52
|
-
"@orpc/zod": "0.0.2"
|
49
|
+
"hono": "^4.6.3"
|
53
50
|
},
|
54
51
|
"scripts": {
|
55
52
|
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --entry.fetch=src/adapters/fetch.ts --format=esm --onSuccess='tsc -b --noCheck'",
|