@axiom-lattice/gateway 2.1.85 → 2.1.86

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.85 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.86 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 242.46 KB
22
22
  CJS dist/index.js.map 507.89 KB
23
- CJS ⚡️ Build success in 428ms
23
+ CJS ⚡️ Build success in 245ms
24
24
  ESM dist/index.mjs 237.76 KB
25
25
  ESM dist/sender-PX32VSHB.mjs 873.00 B
26
- ESM dist/index.mjs.map 506.38 KB
27
26
  ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
28
- ESM ⚡️ Build success in 452ms
27
+ ESM dist/index.mjs.map 506.38 KB
28
+ ESM ⚡️ Build success in 253ms
29
29
  DTS Build start
30
- DTS ⚡️ Build success in 14776ms
30
+ DTS ⚡️ Build success in 8372ms
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.86
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [55bc767]
8
+ - @axiom-lattice/core@2.1.75
9
+ - @axiom-lattice/agent-eval@2.1.69
10
+ - @axiom-lattice/pg-stores@1.0.65
11
+
3
12
  ## 2.1.85
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.85",
3
+ "version": "2.1.86",
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.68",
44
- "@axiom-lattice/core": "2.1.74",
45
- "@axiom-lattice/pg-stores": "1.0.64",
43
+ "@axiom-lattice/agent-eval": "2.1.69",
44
+ "@axiom-lattice/core": "2.1.75",
45
+ "@axiom-lattice/pg-stores": "1.0.65",
46
46
  "@axiom-lattice/protocols": "2.1.38",
47
47
  "@axiom-lattice/queue-redis": "1.0.37"
48
48
  },