@axiom-lattice/cli-a2a 0.1.4 → 0.1.5

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.4 build /home/runner/work/agentic/agentic/packages/cli-a2a
2
+ > @axiom-lattice/cli-a2a@0.1.5 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
@@ -37,14 +37,14 @@
37
37
  ESM dist/chunk-LXL47XMZ.mjs.map 3.54 KB
38
38
  ESM dist/bridge-7ZUDKCZT.mjs.map 16.70 KB
39
39
  ESM dist/chunk-VZEH3EPJ.mjs.map 3.18 KB
40
- ESM ⚡️ Build success in 402ms
40
+ ESM ⚡️ Build success in 221ms
41
41
  CJS dist/cli.js 56.81 KB
42
42
  CJS dist/index.js 32.87 KB
43
43
  CJS dist/cli.js.map 104.01 KB
44
44
  CJS dist/index.js.map 67.18 KB
45
- CJS ⚡️ Build success in 432ms
45
+ CJS ⚡️ Build success in 232ms
46
46
  DTS Build start
47
- DTS ⚡️ Build success in 12730ms
47
+ DTS ⚡️ Build success in 12086ms
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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - f2dce99: fix bugs
8
+
3
9
  ## 0.1.4
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.4",
3
+ "version": "0.1.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -55,7 +55,7 @@
55
55
  "build": "tsup src/index.ts src/cli.ts --format cjs,esm --dts --clean --sourcemap",
56
56
  "start": "node dist/cli.js",
57
57
  "dev": "tsup src/index.ts src/cli.ts --format cjs,esm --dts --watch --sourcemap",
58
- "lint": "eslint src && tsc --noEmit",
58
+ "lint": "eslint src",
59
59
  "test": "jest",
60
60
  "test:watch": "jest --watch",
61
61
  "test:coverage": "jest --coverage"