@orpc/server 0.0.0-next-20241128125323 → 0.0.0-next.83ec2e8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -17
package/package.json CHANGED
@@ -1,25 +1,17 @@
1
1
  {
2
2
  "name": "@orpc/server",
3
3
  "type": "module",
4
- "version": "0.0.0-next-20241128125323",
5
- "author": {
6
- "name": "unnoq",
7
- "email": "contact@unnoq.com",
8
- "url": "https://unnoq.com"
9
- },
4
+ "version": "0.0.0-next.83ec2e8",
10
5
  "license": "MIT",
11
- "homepage": "https://github.com/unnoq/orpc",
6
+ "homepage": "https://orpc.unnoq.com",
12
7
  "repository": {
13
8
  "type": "git",
14
- "url": "https://github.com/unnoq/orpc.git",
9
+ "url": "git+https://github.com/unnoq/orpc.git",
15
10
  "directory": "packages/server"
16
11
  },
17
12
  "keywords": [
18
13
  "unnoq"
19
14
  ],
20
- "publishConfig": {
21
- "access": "public"
22
- },
23
15
  "exports": {
24
16
  ".": {
25
17
  "types": "./dist/src/index.d.ts",
@@ -40,16 +32,16 @@
40
32
  "src"
41
33
  ],
42
34
  "peerDependencies": {
43
- "zod": "^3"
35
+ "zod": ">=3.23.0",
36
+ "@orpc/zod": "0.0.0-next.83ec2e8"
44
37
  },
45
38
  "dependencies": {
46
- "@orpc/contract": "0.1.3",
47
- "@orpc/shared": "0.1.1",
48
- "@orpc/transformer": "0.0.6"
39
+ "@orpc/transformer": "0.0.0-next.83ec2e8",
40
+ "@orpc/contract": "0.0.0-next.83ec2e8",
41
+ "@orpc/shared": "0.0.0-next.83ec2e8"
49
42
  },
50
43
  "devDependencies": {
51
- "hono": "^4.6.3",
52
- "@orpc/zod": "0.0.2"
44
+ "hono": "^4.6.3"
53
45
  },
54
46
  "scripts": {
55
47
  "build": "tsup --clean --sourcemap --entry.index=src/index.ts --entry.fetch=src/adapters/fetch.ts --format=esm --onSuccess='tsc -b --noCheck'",