@objectstack/service-job 6.8.0 → 6.9.0

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 +5 -5
package/README.md CHANGED
@@ -362,7 +362,7 @@ interface IJobService {
362
362
 
363
363
  ## License
364
364
 
365
- Apache-2.0
365
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
366
366
 
367
367
  ## See Also
368
368
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/service-job",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.9.0",
4
+ "license": "Apache-2.0",
5
5
  "description": "Job Service for ObjectStack — implements IJobService with setInterval and cron scheduling",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "croner": "^10.0.1",
18
- "@objectstack/core": "6.8.0",
19
- "@objectstack/platform-objects": "6.8.0",
20
- "@objectstack/spec": "6.8.0"
18
+ "@objectstack/core": "6.9.0",
19
+ "@objectstack/platform-objects": "6.9.0",
20
+ "@objectstack/spec": "6.9.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^25.9.1",