@axiom-lattice/gateway 2.1.114 → 2.1.117

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/gateway@2.1.114 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.117 build /home/runner/work/agentic/agentic/packages/gateway
3
3
  > tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -18,10 +18,10 @@
18
18
  You need to set the output format to "esm" for "import.meta" to work correctly.
19
19
 
20
20
 
21
- CJS dist/index.js 409.66 KB
22
- CJS dist/index.js.map 832.66 KB
23
- CJS ⚡️ Build success in 565ms
24
- ESM dist/index.mjs 338.96 KB
21
+ CJS dist/index.js 412.49 KB
22
+ CJS dist/index.js.map 838.48 KB
23
+ CJS ⚡️ Build success in 644ms
24
+ ESM dist/index.mjs 341.76 KB
25
25
  ESM dist/mcp-configs-SHRMQHIL.mjs 685.00 B
26
26
  ESM dist/chunk-K4XELOSO.mjs 12.52 KB
27
27
  ESM dist/sender-PX32VSHB.mjs 873.00 B
@@ -38,9 +38,9 @@
38
38
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
39
39
  ESM dist/resources-VA7LSDKN.mjs.map 29.34 KB
40
40
  ESM dist/chunk-LHQY46YB.mjs.map 2.39 KB
41
- ESM dist/index.mjs.map 710.45 KB
42
- ESM ⚡️ Build success in 580ms
41
+ ESM dist/index.mjs.map 716.26 KB
42
+ ESM ⚡️ Build success in 648ms
43
43
  DTS Build start
44
- DTS ⚡️ Build success in 21614ms
44
+ DTS ⚡️ Build success in 20771ms
45
45
  DTS dist/index.d.ts 7.57 KB
46
46
  DTS dist/index.d.mts 7.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.117
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e1486e: add voice input
8
+ - Updated dependencies [5e1486e]
9
+ - @axiom-lattice/core@2.1.103
10
+ - @axiom-lattice/pg-stores@1.0.94
11
+ - @axiom-lattice/protocols@2.1.54
12
+ - @axiom-lattice/queue-redis@1.0.53
13
+
14
+ ## 2.1.116
15
+
16
+ ### Patch Changes
17
+
18
+ - 075a384: add skill graph, tenant url
19
+ - Updated dependencies [075a384]
20
+ - @axiom-lattice/core@2.1.102
21
+ - @axiom-lattice/pg-stores@1.0.93
22
+ - @axiom-lattice/protocols@2.1.53
23
+ - @axiom-lattice/queue-redis@1.0.52
24
+
25
+ ## 2.1.115
26
+
27
+ ### Patch Changes
28
+
29
+ - acdaec8: add read image file via llm
30
+ - Updated dependencies [acdaec8]
31
+ - @axiom-lattice/core@2.1.101
32
+ - @axiom-lattice/protocols@2.1.52
33
+ - @axiom-lattice/pg-stores@1.0.92
34
+ - @axiom-lattice/queue-redis@1.0.51
35
+
3
36
  ## 2.1.114
4
37
 
5
38
  ### Patch Changes