@axiom-lattice/gateway 2.1.91 → 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.91 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 268.14 KB
22
- CJS dist/index.js.map 560.68 KB
23
- CJS ⚡️ Build success in 480ms
24
- ESM dist/index.mjs 246.84 KB
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
25
25
  ESM dist/sender-PX32VSHB.mjs 873.00 B
26
26
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
27
- ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
28
27
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
29
- ESM dist/index.mjs.map 526.83 KB
30
- ESM ⚡️ Build success in 483ms
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 14738ms
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,29 @@
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
+
15
+ ## 2.1.92
16
+
17
+ ### Patch Changes
18
+
19
+ - b4bdb6c: up new
20
+ - Updated dependencies [b4bdb6c]
21
+ - @axiom-lattice/pg-stores@1.0.71
22
+ - @axiom-lattice/protocols@2.1.42
23
+ - @axiom-lattice/core@2.1.80
24
+ - @axiom-lattice/agent-eval@2.1.74
25
+ - @axiom-lattice/queue-redis@1.0.41
26
+
3
27
  ## 2.1.91
4
28
 
5
29
  ### Patch Changes