@axiom-lattice/gateway 2.1.92 → 2.1.93

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.92 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.93 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,17 +18,17 @@
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 291.04 KB
22
+ CJS dist/index.js.map 605.84 KB
23
+ CJS ⚡️ Build success in 425ms
24
+ ESM dist/index.mjs 269.56 KB
21
25
  ESM dist/sender-PX32VSHB.mjs 873.00 B
22
26
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
23
- ESM dist/index.mjs 248.45 KB
24
- ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
25
27
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
26
- ESM dist/index.mjs.map 529.86 KB
27
- ESM ⚡️ Build success in 480ms
28
- CJS dist/index.js 269.76 KB
29
- CJS dist/index.js.map 563.71 KB
30
- CJS ⚡️ Build success in 481ms
28
+ ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
29
+ ESM dist/index.mjs.map 572.05 KB
30
+ ESM ⚡️ Build success in 428ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 20551ms
32
+ DTS ⚡️ Build success in 20539ms
33
33
  DTS dist/index.d.ts 7.57 KB
34
34
  DTS dist/index.d.mts 7.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.93
4
+
5
+ ### Patch Changes
6
+
7
+ - 0c99a06: big changes
8
+ - Updated dependencies [0c99a06]
9
+ - @axiom-lattice/agent-eval@2.1.75
10
+ - @axiom-lattice/core@2.1.81
11
+ - @axiom-lattice/pg-stores@1.0.72
12
+ - @axiom-lattice/protocols@2.1.43
13
+ - @axiom-lattice/queue-redis@1.0.42
14
+
3
15
  ## 2.1.92
4
16
 
5
17
  ### Patch Changes