@axiom-lattice/cli-a2a 0.2.3 → 0.2.6

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.2.3 build /home/runner/work/agentic/agentic/packages/cli-a2a
2
+ > @axiom-lattice/cli-a2a@0.2.6 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
@@ -21,14 +21,14 @@
21
21
  ESM dist/executor-LO7P3KUW.mjs 273.00 B
22
22
  ESM dist/chunk-54SKDK3D.mjs 7.81 KB
23
23
  ESM dist/chunk-YGUPSPZO.mjs 1.12 KB
24
- ESM dist/bridge-7ZUDKCZT.mjs 8.09 KB
25
24
  ESM dist/chunk-DRFFQJII.mjs 5.62 KB
25
+ ESM dist/bridge-7ZUDKCZT.mjs 8.09 KB
26
26
  ESM dist/chunk-VZEH3EPJ.mjs 1.49 KB
27
27
  ESM dist/cli.mjs.map 20.54 KB
28
28
  ESM dist/index.mjs.map 71.00 B
29
29
  ESM dist/chunk-WZB7FBSX.mjs.map 20.01 KB
30
- ESM dist/chunk-ZP3JNJQJ.mjs.map 2.46 KB
31
30
  ESM dist/executors-AQHOPGSR.mjs.map 71.00 B
31
+ ESM dist/chunk-ZP3JNJQJ.mjs.map 2.46 KB
32
32
  ESM dist/executor-OOLGGXHS.mjs.map 71.00 B
33
33
  ESM dist/chunk-BSNQOP2W.mjs.map 23.76 KB
34
34
  ESM dist/executor-LLE5VEFJ.mjs.map 71.00 B
@@ -36,17 +36,17 @@
36
36
  ESM dist/executor-LO7P3KUW.mjs.map 71.00 B
37
37
  ESM dist/chunk-54SKDK3D.mjs.map 15.69 KB
38
38
  ESM dist/chunk-YGUPSPZO.mjs.map 4.16 KB
39
- ESM dist/bridge-7ZUDKCZT.mjs.map 16.70 KB
40
39
  ESM dist/chunk-DRFFQJII.mjs.map 11.36 KB
40
+ ESM dist/bridge-7ZUDKCZT.mjs.map 16.70 KB
41
41
  ESM dist/chunk-VZEH3EPJ.mjs.map 3.18 KB
42
- ESM ⚡️ Build success in 492ms
43
- CJS dist/index.js 54.18 KB
42
+ ESM ⚡️ Build success in 661ms
44
43
  CJS dist/cli.js 80.46 KB
45
- CJS dist/index.js.map 107.36 KB
44
+ CJS dist/index.js 54.18 KB
46
45
  CJS dist/cli.js.map 144.21 KB
47
- CJS ⚡️ Build success in 492ms
46
+ CJS dist/index.js.map 107.36 KB
47
+ CJS ⚡️ Build success in 661ms
48
48
  DTS Build start
49
- DTS ⚡️ Build success in 14200ms
49
+ DTS ⚡️ Build success in 21372ms
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,29 @@
1
1
  # @axiom-lattice/cli-a2a
2
2
 
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - af3dff0: fix web app
8
+ - Updated dependencies [a2a0615]
9
+ - Updated dependencies [af3dff0]
10
+ - @axiom-lattice/protocols@4.2.0
11
+
12
+ ## 0.2.5
13
+
14
+ ### Patch Changes
15
+
16
+ - 15d2469: fix issue
17
+ - Updated dependencies [15d2469]
18
+ - @axiom-lattice/protocols@4.1.5
19
+
20
+ ## 0.2.4
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [a787438]
25
+ - @axiom-lattice/protocols@4.1.4
26
+
3
27
  ## 0.2.3
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/cli-a2a",
3
- "version": "0.2.3",
3
+ "version": "0.2.6",
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.1.3"
37
+ "@axiom-lattice/protocols": "4.2.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/express": "^5.0.3",