@objectstack/plugin-trigger-schedule 7.4.0 → 7.5.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-trigger-schedule",
3
- "version": "7.4.0",
3
+ "version": "7.5.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Schedule flow trigger for ObjectStack — auto-launches flows on a cron/interval/once schedule via the IJobService (ADR-0018)",
6
6
  "main": "dist/index.js",
@@ -13,13 +13,13 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "7.4.0",
17
- "@objectstack/spec": "7.4.0"
16
+ "@objectstack/core": "7.5.0",
17
+ "@objectstack/spec": "7.5.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^25.9.1",
21
21
  "typescript": "^6.0.3",
22
- "vitest": "^4.1.7"
22
+ "vitest": "^4.1.8"
23
23
  },
24
24
  "keywords": [
25
25
  "objectstack",