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

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 +5 -5
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-20241123040403",
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,7 +36,7 @@
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
42
  "@orpc/shared": "0.0.5",