@axiom-lattice/lattice-cli 0.2.18 → 0.2.20

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.18 build /home/runner/work/agentic/agentic/packages/lattice-cli
2
+ > @axiom-lattice/lattice-cli@0.2.20 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 100ms
12
+ ESM ⚡️ Build success in 130ms
13
13
  DTS Build start
14
- DTS ⚡️ Build success in 16981ms
14
+ DTS ⚡️ Build success in 14920ms
15
15
  DTS dist/cli.d.ts 20.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,61 @@
1
1
  # @axiom-lattice/lattice-cli
2
2
 
3
+ ## 0.2.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 26fecff: task refactor
8
+ - 910bd08: enhance tasks
9
+ - Updated dependencies [5549689]
10
+ - Updated dependencies [26fecff]
11
+ - Updated dependencies [4ace187]
12
+ - Updated dependencies [910bd08]
13
+ - Updated dependencies [12e7ba9]
14
+ - Updated dependencies [0279b82]
15
+ - @axiom-lattice/core@4.4.0
16
+ - @axiom-lattice/gateway@4.4.1
17
+ - @axiom-lattice/local-stores@3.1.19
18
+ - @axiom-lattice/protocols@4.4.1
19
+
20
+ ## 0.2.19
21
+
22
+ ### Patch Changes
23
+
24
+ - e4a110f: mcp ui etc
25
+ - Updated dependencies [0b7cabc]
26
+ - Updated dependencies [c5cd1fe]
27
+ - Updated dependencies [ecd28e5]
28
+ - Updated dependencies [8ed0255]
29
+ - Updated dependencies [15b7181]
30
+ - Updated dependencies [1cc5893]
31
+ - Updated dependencies [e4a110f]
32
+ - Updated dependencies [2fd1187]
33
+ - Updated dependencies [015a931]
34
+ - Updated dependencies [3398474]
35
+ - Updated dependencies [a87f880]
36
+ - Updated dependencies [9de0600]
37
+ - Updated dependencies [0b72554]
38
+ - Updated dependencies [fbc46a4]
39
+ - Updated dependencies [978699d]
40
+ - Updated dependencies [768a733]
41
+ - Updated dependencies [058e367]
42
+ - Updated dependencies [db00edc]
43
+ - Updated dependencies [4f86ed4]
44
+ - Updated dependencies [b4e3389]
45
+ - Updated dependencies [41c6ee2]
46
+ - Updated dependencies [15c92a0]
47
+ - Updated dependencies [ad3ac4d]
48
+ - Updated dependencies [4c3ddbd]
49
+ - Updated dependencies [a0a30b3]
50
+ - Updated dependencies [ac6b3de]
51
+ - Updated dependencies [2d5682c]
52
+ - Updated dependencies [cb933a7]
53
+ - Updated dependencies [7f35e3d]
54
+ - @axiom-lattice/core@4.3.0
55
+ - @axiom-lattice/gateway@4.4.0
56
+ - @axiom-lattice/protocols@4.4.0
57
+ - @axiom-lattice/local-stores@3.1.18
58
+
3
59
  ## 0.2.18
4
60
 
5
61
  ### Patch Changes
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@axiom-lattice/lattice-cli",
3
- "version": "0.2.18",
3
+ "version": "0.2.20",
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.17",
11
- "@axiom-lattice/gateway": "4.3.3",
12
- "@axiom-lattice/local-stores": "3.1.17",
13
- "@axiom-lattice/protocols": "4.3.2"
10
+ "@axiom-lattice/core": "4.4.0",
11
+ "@axiom-lattice/gateway": "4.4.1",
12
+ "@axiom-lattice/local-stores": "3.1.19",
13
+ "@axiom-lattice/protocols": "4.4.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/node": "^20.17.23",