@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.
- 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-
|
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/
|
11
|
+
"homepage": "https://github.com/unnoq/orpc",
|
12
12
|
"repository": {
|
13
13
|
"type": "git",
|
14
|
-
"url": "https://github.com/unnoq/
|
15
|
-
"directory": "
|
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.
|
39
|
+
"@orpc/server": "0.1.2"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
42
|
"@orpc/shared": "0.0.5",
|