@llm-dev-ops/agentics-cli 1.4.24 → 1.4.25
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/dist/cli/index.js +0 -0
- package/package.json +2 -1
package/dist/cli/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@llm-dev-ops/agentics-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.25",
|
|
4
4
|
"description": "Agentics CLI - Pure orchestration layer for agentics platform services",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cli/index.js",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"test:integration": "npm test -- --testPathPattern=tests/integration",
|
|
22
22
|
"test:e2e": "npm test -- --testPathPattern=tests/e2e",
|
|
23
23
|
"typecheck": "tsc --noEmit",
|
|
24
|
+
"postbuild": "chmod +x dist/cli/index.js 2>/dev/null || true",
|
|
24
25
|
"prepublishOnly": "npm run clean && npm run build",
|
|
25
26
|
"start:server": "node dist/server/index.js"
|
|
26
27
|
},
|