mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
The commit refactors the chunked upload system to support a transformation pipeline. Key changes include: - Replace SSE field names for consistency (sseChannelId, sseUrl) - Fix progress reporting structure with state and percent fields - Add transformation handlers (a-dash, mq-hls, img-compress, video-compress) - Create new Upload class with clear separation of concerns - Improve file processing workflow with better directory structure - Fix typo in UploadButton component (progess → progress) - Remove deprecated file processing services
22 lines
447 B
JSON
Executable File
22 lines
447 B
JSON
Executable File
{
|
|
"name": "files",
|
|
"version": "0.60.2",
|
|
"dependencies": {
|
|
"backblaze-b2": "^1.7.0",
|
|
"busboy": "^1.6.0",
|
|
"content-range": "^2.0.2",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"file-type": "^20.4.1",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"merge-files": "^0.1.2",
|
|
"mime-types": "^2.1.35",
|
|
"minio": "^7.0.32",
|
|
"normalize-url": "^8.0.0",
|
|
"p-map": "4",
|
|
"p-queue": "^7.3.4",
|
|
"redis": "^4.6.6",
|
|
"sharp": "0.32.6",
|
|
"split-chunk-merge": "^1.0.0"
|
|
}
|
|
}
|