@axiom-lattice/lattice-cli 0.1.37 → 0.1.39

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.37 build /home/runner/work/agentic/agentic/packages/lattice-cli
2
+ > @axiom-lattice/lattice-cli@0.1.39 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 110ms
12
+ ESM ⚡️ Build success in 74ms
13
13
  DTS Build start
14
- DTS ⚡️ Build success in 12670ms
14
+ DTS ⚡️ Build success in 15440ms
15
15
  DTS dist/cli.d.ts 20.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @axiom-lattice/lattice-cli
2
2
 
3
+ ## 0.1.39
4
+
5
+ ### Patch Changes
6
+
7
+ - 3401a97: fix web
8
+ - Updated dependencies [b44b480]
9
+ - Updated dependencies [3401a97]
10
+ - @axiom-lattice/protocols@4.0.1
11
+ - @axiom-lattice/core@4.0.1
12
+ - @axiom-lattice/gateway@4.0.1
13
+ - @axiom-lattice/local-stores@3.0.1
14
+
15
+ ## 0.1.38
16
+
17
+ ### Patch Changes
18
+
19
+ - 1ed2a67: up issues
20
+ - Updated dependencies [4de3e59]
21
+ - Updated dependencies [1c783d0]
22
+ - Updated dependencies [1ed2a67]
23
+ - Updated dependencies [a44c80b]
24
+ - Updated dependencies [83e1d5d]
25
+ - Updated dependencies [cdadc86]
26
+ - Updated dependencies [139e8f0]
27
+ - Updated dependencies [e501a4b]
28
+ - @axiom-lattice/protocols@4.0.0
29
+ - @axiom-lattice/core@4.0.0
30
+ - @axiom-lattice/local-stores@3.0.0
31
+ - @axiom-lattice/gateway@4.0.0
32
+
3
33
  ## 0.1.37
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@axiom-lattice/lattice-cli",
3
- "version": "0.1.37",
3
+ "version": "0.1.39",
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": "3.1.2",
11
- "@axiom-lattice/gateway": "3.0.10",
12
- "@axiom-lattice/local-stores": "2.0.10",
13
- "@axiom-lattice/protocols": "3.0.4"
10
+ "@axiom-lattice/core": "4.0.1",
11
+ "@axiom-lattice/gateway": "4.0.1",
12
+ "@axiom-lattice/local-stores": "3.0.1",
13
+ "@axiom-lattice/protocols": "4.0.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/node": "^20.17.23",