@axiom-lattice/gateway 2.1.79 → 2.1.80

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.79 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.80 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
@@ -20,13 +20,13 @@
20
20
 
21
21
  CJS dist/index.js 239.18 KB
22
22
  CJS dist/index.js.map 502.61 KB
23
- CJS ⚡️ Build success in 411ms
23
+ CJS ⚡️ Build success in 314ms
24
24
  ESM dist/index.mjs 234.48 KB
25
25
  ESM dist/sender-PX32VSHB.mjs 873.00 B
26
- ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
27
26
  ESM dist/index.mjs.map 501.10 KB
28
- ESM ⚡️ Build success in 412ms
27
+ ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
28
+ ESM ⚡️ Build success in 322ms
29
29
  DTS Build start
30
- DTS ⚡️ Build success in 13288ms
30
+ DTS ⚡️ Build success in 14133ms
31
31
  DTS dist/index.d.ts 5.01 KB
32
32
  DTS dist/index.d.mts 5.01 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.80
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c424127]
8
+ - @axiom-lattice/core@2.1.70
9
+ - @axiom-lattice/agent-eval@2.1.64
10
+ - @axiom-lattice/pg-stores@1.0.60
11
+
3
12
  ## 2.1.79
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.79",
3
+ "version": "2.1.80",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  "redis": "^5.0.1",
41
41
  "uuid": "^9.0.1",
42
42
  "zod": "3.25.76",
43
- "@axiom-lattice/agent-eval": "2.1.63",
44
- "@axiom-lattice/core": "2.1.69",
45
- "@axiom-lattice/pg-stores": "1.0.59",
43
+ "@axiom-lattice/agent-eval": "2.1.64",
44
+ "@axiom-lattice/core": "2.1.70",
45
+ "@axiom-lattice/pg-stores": "1.0.60",
46
46
  "@axiom-lattice/protocols": "2.1.36",
47
47
  "@axiom-lattice/queue-redis": "1.0.35"
48
48
  },