@quatrain/worker 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -27,6 +27,10 @@ yarn add @quatrain/worker
|
|
|
27
27
|
- **Process Spawning**: Safely wrap `child_process.spawn` into Promises with structured logging.
|
|
28
28
|
- **Event Reporting**: Push HTTP patch events to a backend orchestrator using `axios` to update job statuses in real-time.
|
|
29
29
|
|
|
30
|
+
## Documentation
|
|
31
|
+
|
|
32
|
+
For concrete examples and usage guides, please refer to the [How-To Guide](HOWTO.md).
|
|
33
|
+
|
|
30
34
|
## License
|
|
31
35
|
|
|
32
36
|
AGPL-3.0-only
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quatrain/worker",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.53",
|
|
4
4
|
"description": "Container Worker helpers",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"typescript": "^5.1.5"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@quatrain/core": "^1.1.
|
|
32
|
-
"@quatrain/queue": "^1.1.
|
|
33
|
-
"@quatrain/storage": "^1.1.
|
|
31
|
+
"@quatrain/core": "^1.1.50",
|
|
32
|
+
"@quatrain/queue": "^1.1.30",
|
|
33
|
+
"@quatrain/storage": "^1.1.32",
|
|
34
34
|
"axios": "^1.7.7",
|
|
35
35
|
"fluent-ffmpeg": "^2.1.2",
|
|
36
36
|
"fs-extra": "^11.2.0",
|