@mono-agent/cron-adapter 0.20.10 → 0.20.14

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
@@ -248,7 +248,7 @@ validateCronExpression
248
248
 
249
249
  ## Dependency Boundary
250
250
 
251
- This adapter depends on `cron-parser` plus shared `@mono-agent/agent-contracts` primitives. It must not depend on the agent harness, runtime adapter, operator surfaces, memory, observability, other communication adapters, or host/demo code. Hosts compose it with a structural responder.
251
+ This adapter depends on `cron-parser` plus shared `@mono-agent/agent-contracts` primitives. It must not depend on the agent harness, runtime adapter, operator surfaces, memory, observability, other communication adapters, or host composition code. Hosts compose it with a structural responder.
252
252
 
253
253
  ## What This Package Does Not Own
254
254
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-agent/cron-adapter",
3
- "version": "0.20.10",
3
+ "version": "0.20.14",
4
4
  "description": "Cron-based scheduled invocation adapter for agent responders.",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -26,7 +26,7 @@
26
26
  "README.md"
27
27
  ],
28
28
  "dependencies": {
29
- "@mono-agent/agent-contracts": "0.20.10",
29
+ "@mono-agent/agent-contracts": "0.20.14",
30
30
  "cron-parser": "^5.5.0"
31
31
  },
32
32
  "publishConfig": {