+5
-5
| { | ||
| "name": "birpc", | ||
| "type": "module", | ||
| "version": "2.6.0", | ||
| "version": "2.6.1", | ||
| "description": "Message based Two-way remote procedure call", | ||
@@ -9,9 +9,9 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
| "funding": "https://github.com/sponsors/antfu", | ||
| "homepage": "https://github.com/antfu/birpc#readme", | ||
| "homepage": "https://github.com/antfu-collective/birpc#readme", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/antfu/birpc.git" | ||
| "url": "git+https://github.com/antfu-collective/birpc.git" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/antfu/birpc/issues" | ||
| "url": "https://github.com/antfu-collective/birpc/issues" | ||
| }, | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
| "lint": "eslint .", | ||
| "release": "bumpp && pnpm publish", | ||
| "release": "bumpp", | ||
| "start": "tsx src/index.ts", | ||
@@ -55,0 +55,0 @@ "typecheck": "tsc --noEmit", |
34907
0.05%