@axiom-lattice/lattice-cli 0.2.2 → 0.2.4

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/lattice-cli@0.2.2 build /home/runner/work/agentic/agentic/packages/lattice-cli
2
+ > @axiom-lattice/lattice-cli@0.2.4 build /home/runner/work/agentic/agentic/packages/lattice-cli
3
3
  > tsup src/cli.ts --format esm --dts --sourcemap
4
4
 
5
5
  CLI Building entry: src/cli.ts
@@ -9,7 +9,7 @@
9
9
  ESM Build start
10
10
  ESM dist/cli.js 9.82 KB
11
11
  ESM dist/cli.js.map 18.15 KB
12
- ESM ⚡️ Build success in 85ms
12
+ ESM ⚡️ Build success in 87ms
13
13
  DTS Build start
14
- DTS ⚡️ Build success in 14764ms
14
+ DTS ⚡️ Build success in 15719ms
15
15
  DTS dist/cli.d.ts 20.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @axiom-lattice/lattice-cli
2
2
 
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [01f9620]
8
+ - @axiom-lattice/core@4.2.4
9
+ - @axiom-lattice/gateway@4.1.4
10
+ - @axiom-lattice/local-stores@3.1.4
11
+
12
+ ## 0.2.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [b633ed3]
17
+ - @axiom-lattice/gateway@4.1.3
18
+ - @axiom-lattice/core@4.2.3
19
+ - @axiom-lattice/local-stores@3.1.3
20
+
3
21
  ## 0.2.2
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@axiom-lattice/lattice-cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {
7
7
  "lattice": "./dist/cli.js"
8
8
  },
9
9
  "dependencies": {
10
- "@axiom-lattice/core": "4.2.2",
11
- "@axiom-lattice/gateway": "4.1.2",
12
- "@axiom-lattice/local-stores": "3.1.2",
10
+ "@axiom-lattice/core": "4.2.4",
11
+ "@axiom-lattice/gateway": "4.1.4",
12
+ "@axiom-lattice/local-stores": "3.1.4",
13
13
  "@axiom-lattice/protocols": "4.1.2"
14
14
  },
15
15
  "devDependencies": {