@axiom-lattice/cli-a2a 0.1.10 → 0.1.12

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.10 build /home/runner/work/agentic/agentic/packages/cli-a2a
2
+ > @axiom-lattice/cli-a2a@0.1.12 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
@@ -13,7 +13,7 @@
13
13
  CJS dist/index.js 54.18 KB
14
14
  CJS dist/cli.js.map 144.21 KB
15
15
  CJS dist/index.js.map 107.36 KB
16
- CJS ⚡️ Build success in 785ms
16
+ CJS ⚡️ Build success in 781ms
17
17
  ESM dist/cli.mjs 11.33 KB
18
18
  ESM dist/index.mjs 1005.00 B
19
19
  ESM dist/chunk-WZB7FBSX.mjs 10.98 KB
@@ -44,9 +44,9 @@
44
44
  ESM dist/chunk-DRFFQJII.mjs.map 11.36 KB
45
45
  ESM dist/bridge-7ZUDKCZT.mjs.map 16.70 KB
46
46
  ESM dist/chunk-VZEH3EPJ.mjs.map 3.18 KB
47
- ESM ⚡️ Build success in 806ms
47
+ ESM ⚡️ Build success in 787ms
48
48
  DTS Build start
49
- DTS ⚡️ Build success in 19101ms
49
+ DTS ⚡️ Build success in 19319ms
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,26 @@
1
1
  # @axiom-lattice/cli-a2a
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 3401a97: fix web
8
+ - Updated dependencies [b44b480]
9
+ - Updated dependencies [3401a97]
10
+ - @axiom-lattice/protocols@4.0.1
11
+
12
+ ## 0.1.11
13
+
14
+ ### Patch Changes
15
+
16
+ - 1ed2a67: up issues
17
+ - Updated dependencies [4de3e59]
18
+ - Updated dependencies [1c783d0]
19
+ - Updated dependencies [1ed2a67]
20
+ - Updated dependencies [83e1d5d]
21
+ - Updated dependencies [e501a4b]
22
+ - @axiom-lattice/protocols@4.0.0
23
+
3
24
  ## 0.1.10
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/cli-a2a",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
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": "3.0.4"
37
+ "@axiom-lattice/protocols": "4.0.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/express": "^5.0.3",