@hexabot-ai/agentic 3.1.5 → 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.
- package/README.md +1 -1
- package/package.json +3 -3
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
|
+
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.
|
|
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",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"prettier": "^3.6.2",
|
|
38
38
|
"jest": "^30.2.0",
|
|
39
39
|
"ts-jest": "^29.4.5",
|
|
40
|
-
"typescript": "^5.
|
|
40
|
+
"typescript": "^5.8.3"
|
|
41
41
|
},
|
|
42
42
|
"lint-staged": {
|
|
43
43
|
"*.{ts}": "eslint --fix --config eslint.config-staged.cjs"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
|
-
"node": ">=
|
|
46
|
+
"node": ">=24.17.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "FCL-1.0-ALv2",
|
|
49
49
|
"scripts": {
|