Skip to content

Commit

Permalink
require "media" auth on /media endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Jan 4, 2025
1 parent 82a21c2 commit a047c1f
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 325 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dependencies": {
"@koa/cors": "^5.0.0",
"@koa/router": "^13.1.0",
"@nostr-dev-kit/ndk": "^2.10.6",
"better-sqlite3": "^11.5.0",
"@nostr-dev-kit/ndk": "^2.10.7",
"better-sqlite3": "^11.7.0",
"blossom-server-sdk": "^0.7.3",
"dayjs": "^1.11.13",
"debug": "^4.3.7",
"debug": "^4.4.0",
"file-type": "^19.6.0",
"fluent-ffmpeg": "^2.1.3",
"follow-redirects": "^1.15.9",
Expand All @@ -39,22 +39,22 @@
"koa-mount": "^4.0.0",
"koa-range": "^0.3.0",
"koa-static": "^5.0.0",
"lilconfig": "^3.1.2",
"mime": "^4.0.4",
"minio": "^8.0.2",
"lilconfig": "^3.1.3",
"mime": "^4.0.6",
"minio": "^8.0.3",
"mkdirp": "^3.0.1",
"nanoid": "^5.0.8",
"nostr-tools": "^2.10.3",
"nanoid": "^5.0.9",
"nostr-tools": "^2.10.4",
"sharp": "^0.33.5",
"socks-proxy-agent": "^8.0.4",
"socks-proxy-agent": "^8.0.5",
"ws": "^8.18.0",
"yaml": "^2.6.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.11",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.9.2",
"@swc/types": "^0.1.12",
"@swc/core": "^1.10.4",
"@swc/types": "^0.1.17",
"@types/better-sqlite3": "^7.6.12",
"@types/debug": "^4.1.12",
"@types/fluent-ffmpeg": "^2.1.27",
Expand All @@ -67,11 +67,11 @@
"@types/koa-static": "^4.0.4",
"@types/koa__cors": "^5.0.0",
"@types/koa__router": "^12.0.4",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"@types/ws": "^8.5.13",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit a047c1f

Please sign in to comment.