@axiom-lattice/cli-a2a 0.1.11 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @axiom-lattice/cli-a2a@0.1.11 build /home/runner/work/agentic/agentic/packages/cli-a2a
2
+ > @axiom-lattice/cli-a2a@0.2.0 build /home/runner/work/agentic/agentic/packages/cli-a2a
3
3
  > tsup src/index.ts src/cli.ts --format cjs,esm --dts --clean --sourcemap
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -9,17 +9,12 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/cli.js 80.46 KB
13
- CJS dist/index.js 54.18 KB
14
- CJS dist/cli.js.map 144.21 KB
15
- CJS dist/index.js.map 107.36 KB
16
- CJS ⚡️ Build success in 613ms
17
- ESM dist/index.mjs 1005.00 B
18
12
  ESM dist/cli.mjs 11.33 KB
13
+ ESM dist/index.mjs 1005.00 B
19
14
  ESM dist/chunk-WZB7FBSX.mjs 10.98 KB
20
15
  ESM dist/executors-AQHOPGSR.mjs 251.00 B
21
- ESM dist/executor-OOLGGXHS.mjs 281.00 B
22
16
  ESM dist/chunk-ZP3JNJQJ.mjs 724.00 B
17
+ ESM dist/executor-OOLGGXHS.mjs 281.00 B
23
18
  ESM dist/chunk-BSNQOP2W.mjs 12.17 KB
24
19
  ESM dist/executor-LLE5VEFJ.mjs 269.00 B
25
20
  ESM dist/chunk-URJDRXJW.mjs 12.67 KB
@@ -29,24 +24,29 @@
29
24
  ESM dist/chunk-DRFFQJII.mjs 5.62 KB
30
25
  ESM dist/bridge-7ZUDKCZT.mjs 8.09 KB
31
26
  ESM dist/chunk-VZEH3EPJ.mjs 1.49 KB
32
- ESM dist/index.mjs.map 71.00 B
33
27
  ESM dist/cli.mjs.map 20.54 KB
34
- ESM dist/executors-AQHOPGSR.mjs.map 71.00 B
35
28
  ESM dist/chunk-WZB7FBSX.mjs.map 20.01 KB
36
- ESM dist/executor-OOLGGXHS.mjs.map 71.00 B
29
+ ESM dist/executors-AQHOPGSR.mjs.map 71.00 B
37
30
  ESM dist/chunk-ZP3JNJQJ.mjs.map 2.46 KB
31
+ ESM dist/executor-OOLGGXHS.mjs.map 71.00 B
38
32
  ESM dist/chunk-BSNQOP2W.mjs.map 23.76 KB
39
33
  ESM dist/executor-LLE5VEFJ.mjs.map 71.00 B
40
34
  ESM dist/chunk-URJDRXJW.mjs.map 25.03 KB
41
35
  ESM dist/executor-LO7P3KUW.mjs.map 71.00 B
42
36
  ESM dist/chunk-54SKDK3D.mjs.map 15.69 KB
37
+ ESM dist/chunk-YGUPSPZO.mjs.map 4.16 KB
43
38
  ESM dist/chunk-DRFFQJII.mjs.map 11.36 KB
44
39
  ESM dist/bridge-7ZUDKCZT.mjs.map 16.70 KB
45
- ESM dist/chunk-YGUPSPZO.mjs.map 4.16 KB
46
40
  ESM dist/chunk-VZEH3EPJ.mjs.map 3.18 KB
47
- ESM ⚡️ Build success in 627ms
41
+ ESM dist/index.mjs.map 71.00 B
42
+ ESM ⚡️ Build success in 624ms
43
+ CJS dist/cli.js 80.46 KB
44
+ CJS dist/index.js 54.18 KB
45
+ CJS dist/cli.js.map 144.21 KB
46
+ CJS dist/index.js.map 107.36 KB
47
+ CJS ⚡️ Build success in 626ms
48
48
  DTS Build start
49
- DTS ⚡️ Build success in 15235ms
49
+ DTS ⚡️ Build success in 17843ms
50
50
  DTS dist/cli.d.ts 20.00 B
51
51
  DTS dist/index.d.ts 12.14 KB
52
52
  DTS dist/cli.d.mts 20.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @axiom-lattice/cli-a2a
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - eb3173b: up
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [eb3173b]
12
+ - @axiom-lattice/protocols@4.1.0
13
+
14
+ ## 0.1.12
15
+
16
+ ### Patch Changes
17
+
18
+ - 3401a97: fix web
19
+ - Updated dependencies [b44b480]
20
+ - Updated dependencies [3401a97]
21
+ - @axiom-lattice/protocols@4.0.1
22
+
3
23
  ## 0.1.11
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/cli-a2a",
3
- "version": "0.1.11",
3
+ "version": "0.2.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "description": "Multi-provider A2A (Agent-to-Agent) CLI gateway wrapping local coding agents (OpenCode, Codex, Claude Code) as spec-compliant A2A servers",
35
35
  "dependencies": {
36
36
  "@a2a-js/sdk": "^0.3",
37
- "@axiom-lattice/protocols": "4.0.0"
37
+ "@axiom-lattice/protocols": "4.1.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/express": "^5.0.3",