From 0da0050d1459f784cf6039369c144c2c731dd9f6 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 27 Aug 2024 21:44:06 +0200 Subject: [PATCH] refactor: :truck: Use new GitHub org: versia-pub --- bun.lockb | Bin 101284 -> 101316 bytes client/README.md | 2 +- client/package.json | 7 ++++--- federation/README.md | 2 +- federation/package.json | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bun.lockb b/bun.lockb index a1a6f2dc150beba3e77b075123bd516667de6430..f7cb08838fedc401c556b3c14678b157def5ab23 100755 GIT binary patch delta 280 zcmZ27o$bhUwh4ZWCL8_lMzS(7Ffc6MY#61?0cA!eH7^!i#K^$l2$XRGVrL+B+5VQ5 z(VKl;sM-Zx(-S)x)utD8F$!?LfC~Nq86Y!#X&0k4 Qr$INwP?PB|yBK!^03i@SEdT%j delta 249 zcmX>yoo&f|60I}=#x2%lb zEQ~LS#-4J9rqtTnW*VXg0L2P7D t&;`-j&^5iWlTmH@gf2z_&J$3<8z2K@rXTHMwB{7(hA0%7&e_el8vsF_IOPBU diff --git a/client/README.md b/client/README.md index fd4d591..37994e4 100644 --- a/client/README.md +++ b/client/README.md @@ -114,7 +114,7 @@ bunx jsr add @versia/client # For Bun #### From Source -If you want to install from source, you can clone [this repository](https://github.com/lysand-org/api) and run the following commands: +If you want to install from source, you can clone [this repository](https://github.com/versia-pub/api) and run the following commands: ```bash bun install # Install dependencies diff --git a/client/package.json b/client/package.json index 4a61782..cf15286 100644 --- a/client/package.json +++ b/client/package.json @@ -10,11 +10,11 @@ "readme": "README.md", "repository": { "type": "git", - "url": "https://github.com/lysand-org/api.git", + "url": "https://github.com/versia-pub/api.git", "directory": "client" }, "bugs": { - "url": "https://github.com/lysand-org/api/issues" + "url": "https://github.com/versia-pub/api/issues" }, "license": "MIT", "contributors": [ @@ -57,6 +57,7 @@ "keywords": ["versia", "mastodon", "api", "typescript", "rest"], "packageManager": "bun@1.1.8", "dependencies": { - "@badgateway/oauth2-client": "^2.4.1" + "@badgateway/oauth2-client": "^2.4.1", + "zod": "^3.23.8" } } diff --git a/federation/README.md b/federation/README.md index cda0c57..dc656ea 100644 --- a/federation/README.md +++ b/federation/README.md @@ -233,7 +233,7 @@ bunx jsr add @versia/federation # For Bun #### From Source -If you want to install from source, you can clone [this repository](https://github.com/lysand-org/api) and run the following commands: +If you want to install from source, you can clone [this repository](https://github.com/versia-pub/api) and run the following commands: ```bash bun install # Install dependencies diff --git a/federation/package.json b/federation/package.json index 22405ca..2f24eb8 100644 --- a/federation/package.json +++ b/federation/package.json @@ -10,11 +10,11 @@ "readme": "README.md", "repository": { "type": "git", - "url": "git+https://github.com/lysand-org/api.git", + "url": "git+https://github.com/versia-pub/api.git", "directory": "federation" }, "bugs": { - "url": "https://github.com/lysand-org/api/issues" + "url": "https://github.com/versia-pub/api/issues" }, "license": "MIT", "contributors": [