diff --git a/bun.lockb b/bun.lockb index a1a6f2d..f7cb088 100755 Binary files a/bun.lockb and b/bun.lockb differ 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": [