@ossy/media-tasks 1.23.4 → 1.23.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Changestream-triggered media processing tasks for the Ossy platform.
4
4
 
5
- Tasks in this package are registered with `JobsService.RegisterTask()` at API startup and fire automatically when matching events are detected in the event store change stream.
5
+ Tasks in this package are registered with `TaskService.RegisterTask()` at API startup and fire automatically when matching events are detected in the event store change stream.
6
6
 
7
7
  ## Tasks
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/media-tasks",
3
- "version": "1.23.4",
3
+ "version": "1.23.5",
4
4
  "description": "Changestream-triggered media processing tasks (image resize, AI descriptors)",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "author": "Ossy <yourfriends@ossy.se> (https://ossy.se)",
30
30
  "license": "MIT",
31
- "gitHead": "f5b2f3495d91b046b7357771ee7b0d3c7f29fcc6"
31
+ "gitHead": "d8bcbdb5771d6dbbdcce2df410a4e22b424c408a"
32
32
  }