@orpc/server 0.0.0-next-20241120014110 → 0.0.0-next-20241120060815
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -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-20241120060815",
|
5
5
|
"author": {
|
6
6
|
"name": "unnoq",
|
7
7
|
"email": "contact@unnoq.com",
|
@@ -40,19 +40,20 @@
|
|
40
40
|
"src"
|
41
41
|
],
|
42
42
|
"dependencies": {
|
43
|
-
"@orpc/contract": "0.0.
|
44
|
-
"@orpc/shared": "0.0.
|
45
|
-
"@orpc/transformer": "0.0.0-next-
|
43
|
+
"@orpc/contract": "0.0.0-next-20241120060815",
|
44
|
+
"@orpc/shared": "0.0.0-next-20241120060815",
|
45
|
+
"@orpc/transformer": "0.0.0-next-20241120060815"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
48
|
"zod": "^3.23.8",
|
49
|
-
"@orpc/zod": "0.0.0"
|
49
|
+
"@orpc/zod": "0.0.0-next-20241120060815"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
52
|
"hono": "^4.6.3"
|
53
53
|
},
|
54
54
|
"scripts": {
|
55
|
-
"build": "tsup --entry.index=src/index.ts --entry.fetch=src/adapters/fetch.ts --
|
55
|
+
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --entry.fetch=src/adapters/fetch.ts --format=esm --onSuccess='tsc -b --noCheck'",
|
56
|
+
"build:watch": "pnpm run build --watch",
|
56
57
|
"type:check": "tsc -b"
|
57
58
|
}
|
58
59
|
}
|