@actant/cli 0.2.0 → 0.2.2

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/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  RpcCallError,
4
4
  RpcClient,
5
5
  createProgram
6
- } from "./chunk-664FYMDI.js";
6
+ } from "./chunk-FB4IUVWU.js";
7
7
  export {
8
8
  ConnectionError,
9
9
  RpcCallError,
@@ -2,10 +2,10 @@ import {
2
2
  createProgram,
3
3
  defaultSocketPath,
4
4
  run
5
- } from "./chunk-664FYMDI.js";
5
+ } from "./chunk-FB4IUVWU.js";
6
6
  export {
7
7
  createProgram,
8
8
  defaultSocketPath,
9
9
  run
10
10
  };
11
- //# sourceMappingURL=program-5GYDDKP6.js.map
11
+ //# sourceMappingURL=program-P3CKUZHR.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createProgram,
3
3
  defaultPrinter
4
- } from "./chunk-664FYMDI.js";
4
+ } from "./chunk-FB4IUVWU.js";
5
5
 
6
6
  // src/repl/repl.ts
7
7
  import { createInterface } from "readline";
@@ -100,4 +100,4 @@ export {
100
100
  parseArgs,
101
101
  startRepl
102
102
  };
103
- //# sourceMappingURL=repl-ZVBJSFT5.js.map
103
+ //# sourceMappingURL=repl-G44PJKXP.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actant/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "CLI for the Actant AI agent platform — build, manage, and compose AI agents",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -31,7 +31,8 @@
31
31
  ".": {
32
32
  "import": "./dist/index.js",
33
33
  "types": "./dist/index.d.ts"
34
- }
34
+ },
35
+ "./dist/bin/actant.js": "./dist/bin/actant.js"
35
36
  },
36
37
  "bin": {
37
38
  "actant": "./dist/bin/actant.js"
@@ -41,11 +42,11 @@
41
42
  "chalk": "^5.6.2",
42
43
  "cli-table3": "^0.6.5",
43
44
  "commander": "^14.0.3",
44
- "@actant/acp": "0.2.0",
45
- "@actant/core": "0.2.0",
46
- "@actant/api": "0.2.0",
47
- "@actant/shared": "0.2.0",
48
- "@actant/pi": "0.2.0"
45
+ "@actant/api": "0.2.2",
46
+ "@actant/core": "0.2.2",
47
+ "@actant/pi": "0.2.2",
48
+ "@actant/shared": "0.2.2",
49
+ "@actant/acp": "0.2.2"
49
50
  },
50
51
  "scripts": {
51
52
  "build": "tsup",