@axiom-lattice/lattice-cli 0.1.22 → 0.1.25

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.1.22 build /home/runner/work/agentic/agentic/packages/lattice-cli
2
+ > @axiom-lattice/lattice-cli@0.1.25 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 98ms
12
+ ESM ⚡️ Build success in 91ms
13
13
  DTS Build start
14
- DTS ⚡️ Build success in 12110ms
14
+ DTS ⚡️ Build success in 13678ms
15
15
  DTS dist/cli.d.ts 20.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @axiom-lattice/lattice-cli
2
2
 
3
+ ## 0.1.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [075a384]
8
+ - @axiom-lattice/core@2.1.102
9
+ - @axiom-lattice/gateway@2.1.116
10
+ - @axiom-lattice/local-stores@1.0.24
11
+ - @axiom-lattice/protocols@2.1.53
12
+
13
+ ## 0.1.24
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [acdaec8]
18
+ - @axiom-lattice/core@2.1.101
19
+ - @axiom-lattice/gateway@2.1.115
20
+ - @axiom-lattice/protocols@2.1.52
21
+ - @axiom-lattice/local-stores@1.0.23
22
+
23
+ ## 0.1.23
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [ded4cbe]
28
+ - @axiom-lattice/gateway@2.1.114
29
+
3
30
  ## 0.1.22
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@axiom-lattice/lattice-cli",
3
- "version": "0.1.22",
3
+ "version": "0.1.25",
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": "2.1.100",
11
- "@axiom-lattice/gateway": "2.1.113",
12
- "@axiom-lattice/local-stores": "1.0.22",
13
- "@axiom-lattice/protocols": "2.1.51"
10
+ "@axiom-lattice/core": "2.1.102",
11
+ "@axiom-lattice/gateway": "2.1.116",
12
+ "@axiom-lattice/local-stores": "1.0.24",
13
+ "@axiom-lattice/protocols": "2.1.53"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/node": "^20.17.23",