@axiom-lattice/cli-a2a 0.1.1 → 0.1.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @axiom-lattice/cli-a2a@0.1.1 build /home/runner/work/agentic/agentic/packages/cli-a2a
2
+ > @axiom-lattice/cli-a2a@0.1.2 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 32.87 KB
14
14
  CJS dist/cli.js.map 104.01 KB
15
15
  CJS dist/index.js.map 67.18 KB
16
- CJS ⚡️ Build success in 319ms
16
+ CJS ⚡️ Build success in 302ms
17
17
  ESM dist/cli.mjs 11.29 KB
18
18
  ESM dist/index.mjs 824.00 B
19
19
  ESM dist/chunk-G7AGL2QA.mjs 10.48 KB
@@ -42,9 +42,9 @@
42
42
  ESM dist/chunk-LXL47XMZ.mjs.map 3.54 KB
43
43
  ESM dist/bridge-7ZUDKCZT.mjs.map 16.70 KB
44
44
  ESM dist/chunk-VZEH3EPJ.mjs.map 3.18 KB
45
- ESM ⚡️ Build success in 334ms
45
+ ESM ⚡️ Build success in 312ms
46
46
  DTS Build start
47
- DTS ⚡️ Build success in 14115ms
47
+ DTS ⚡️ Build success in 13441ms
48
48
  DTS dist/cli.d.ts 20.00 B
49
49
  DTS dist/index.d.ts 9.50 KB
50
50
  DTS dist/cli.d.mts 20.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @axiom-lattice/cli-a2a
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b4bdb6c: up new
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/cli-a2a",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",