Skip to content

Commit

Permalink
feat: add Appwrite to providers (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaoberai authored Feb 10, 2025
1 parent 93a3bcc commit 27f6c4c
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 195 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-dom": "^19.0.0",
"react-live": "^4.1.8",
"typescript": "^5.7.3",
"unpic": "^4.0.1"
"unpic": "^4.1.2"
},
"devDependencies": {
"@types/pako": "^2.0.3",
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/lib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const url = transform(
## Supported Providers

- Adobe Dynamic Media (Scene7) (`scene7`)
- Appwrite (`appwrite`)
- Astro image service (`astro`)
- Builder.io (`builder.io`)
- Bunny.net, including caisy (`bunny`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "pnpm prettier --write **/*.{ts,tsx,js,jsx,json,md,astro}"
},
"dependencies": {
"unpic": "^4.0.1"
"unpic": "^4.1.2"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
Expand Down
Loading

0 comments on commit 27f6c4c

Please sign in to comment.