@orpc/client
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "@orpc/client", | ||
"type": "module", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"author": { | ||
@@ -11,7 +11,7 @@ "name": "unnoq", | ||
"license": "MIT", | ||
"homepage": "https://github.com/unnoq/unnoq", | ||
"homepage": "https://github.com/unnoq/orpc", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/unnoq/unnoq.git", | ||
"directory": "examples/typescript-vite-package" | ||
"url": "https://github.com/unnoq/orpc.git", | ||
"directory": "packages/client" | ||
}, | ||
@@ -39,4 +39,4 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@orpc/contract": "0.0.4", | ||
"@orpc/server": "0.1.2" | ||
"@orpc/contract": "0.1.0", | ||
"@orpc/server": "0.2.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
94590