@orpc/client 0.0.0-next-20241122120224 → 0.0.0-next-20241123041159

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 +7 -7
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@orpc/client",
3
3
  "type": "module",
4
- "version": "0.0.0-next-20241122120224",
4
+ "version": "0.0.0-next-20241123041159",
5
5
  "author": {
6
6
  "name": "unnoq",
7
7
  "email": "contact@unnoq.com",
8
8
  "url": "https://unnoq.com"
9
9
  },
10
10
  "license": "MIT",
11
- "homepage": "https://github.com/unnoq/unnoq",
11
+ "homepage": "https://github.com/unnoq/orpc",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/unnoq/unnoq.git",
15
- "directory": "examples/typescript-vite-package"
14
+ "url": "https://github.com/unnoq/orpc.git",
15
+ "directory": "packages/client"
16
16
  },
17
17
  "keywords": [
18
18
  "unnoq"
@@ -36,11 +36,11 @@
36
36
  ],
37
37
  "peerDependencies": {
38
38
  "@orpc/contract": "0.0.4",
39
- "@orpc/server": "0.0.0-next-20241122120224"
39
+ "@orpc/server": "0.1.2"
40
40
  },
41
41
  "dependencies": {
42
- "@orpc/shared": "0.0.5",
43
- "@orpc/transformer": "0.0.4"
42
+ "@orpc/transformer": "0.0.4",
43
+ "@orpc/shared": "0.0.5"
44
44
  },
45
45
  "devDependencies": {
46
46
  "zod": "^3.23.8"