@axiom-lattice/gateway 2.1.72 → 2.1.73

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.72 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.73 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,13 +18,13 @@
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 205.11 KB
22
- CJS dist/index.js.map 437.04 KB
23
- CJS ⚡️ Build success in 299ms
24
- ESM dist/index.mjs 201.79 KB
25
- ESM dist/index.mjs.map 437.67 KB
26
- ESM ⚡️ Build success in 299ms
21
+ ESM dist/index.mjs 201.76 KB
22
+ ESM dist/index.mjs.map 437.62 KB
23
+ ESM ⚡️ Build success in 344ms
24
+ CJS dist/index.js 205.08 KB
25
+ CJS dist/index.js.map 436.99 KB
26
+ CJS ⚡️ Build success in 348ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 10288ms
28
+ DTS ⚡️ Build success in 13992ms
29
29
  DTS dist/index.d.ts 3.85 KB
30
30
  DTS dist/index.d.mts 3.85 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.73
4
+
5
+ ### Patch Changes
6
+
7
+ - b21deb2: update agent
8
+ - Updated dependencies [b21deb2]
9
+ - @axiom-lattice/core@2.1.63
10
+ - @axiom-lattice/pg-stores@1.0.53
11
+
3
12
  ## 2.1.72
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1768,7 +1768,7 @@ async function getDefinitionsFromAssistants(tenantId) {
1768
1768
  if (!def || def.type !== "processing") continue;
1769
1769
  if (!def.middleware) continue;
1770
1770
  for (const mw of def.middleware) {
1771
- if (mw.type === "topology" && mw.enabled && mw.config?.edges?.length > 0) {
1771
+ if (mw.type === "topology" && mw.enabled) {
1772
1772
  results.push({
1773
1773
  assistantId: a.id,
1774
1774
  assistantName: a.name,