refactor: 🚚 Use new GitHub org: versia-pub

This commit is contained in:
Jesse Wierzbinski 2024-08-27 21:44:06 +02:00
parent ce21ef19a5
commit 0da0050d14
No known key found for this signature in database
5 changed files with 8 additions and 7 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -114,7 +114,7 @@ bunx jsr add @versia/client # For Bun
#### From Source #### 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 ```bash
bun install # Install dependencies bun install # Install dependencies

View file

@ -10,11 +10,11 @@
"readme": "README.md", "readme": "README.md",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/lysand-org/api.git", "url": "https://github.com/versia-pub/api.git",
"directory": "client" "directory": "client"
}, },
"bugs": { "bugs": {
"url": "https://github.com/lysand-org/api/issues" "url": "https://github.com/versia-pub/api/issues"
}, },
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
@ -57,6 +57,7 @@
"keywords": ["versia", "mastodon", "api", "typescript", "rest"], "keywords": ["versia", "mastodon", "api", "typescript", "rest"],
"packageManager": "bun@1.1.8", "packageManager": "bun@1.1.8",
"dependencies": { "dependencies": {
"@badgateway/oauth2-client": "^2.4.1" "@badgateway/oauth2-client": "^2.4.1",
"zod": "^3.23.8"
} }
} }

View file

@ -233,7 +233,7 @@ bunx jsr add @versia/federation # For Bun
#### From Source #### 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 ```bash
bun install # Install dependencies bun install # Install dependencies

View file

@ -10,11 +10,11 @@
"readme": "README.md", "readme": "README.md",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/lysand-org/api.git", "url": "git+https://github.com/versia-pub/api.git",
"directory": "federation" "directory": "federation"
}, },
"bugs": { "bugs": {
"url": "https://github.com/lysand-org/api/issues" "url": "https://github.com/versia-pub/api/issues"
}, },
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [