@hexabot-ai/agentic 3.1.6 → 3.1.7-beta.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 +2 -2
package/README.md CHANGED
@@ -17,7 +17,7 @@ pnpm add @hexabot-ai/agentic
17
17
  npm install @hexabot-ai/agentic
18
18
  ```
19
19
 
20
- Requires Node.js >= 20.19.0.
20
+ Requires Node.js >= 24.17.0.
21
21
 
22
22
  The package ships both ESM (`import`) and CommonJS (`require`) entrypoints plus browser-safe internals, so you can run workflows in Node.js or bundle them for the client.
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexabot-ai/agentic",
3
- "version": "3.1.6",
3
+ "version": "3.1.7-beta.0",
4
4
  "description": "Schemas and utilities for the Hexabot agentic workflow DSL.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -43,7 +43,7 @@
43
43
  "*.{ts}": "eslint --fix --config eslint.config-staged.cjs"
44
44
  },
45
45
  "engines": {
46
- "node": ">=20.19.0"
46
+ "node": ">=24.17.0"
47
47
  },
48
48
  "license": "FCL-1.0-ALv2",
49
49
  "scripts": {