@axiom-lattice/gateway 2.1.94 → 2.1.95

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.94 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.95 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,15 +20,15 @@
20
20
 
21
21
  CJS dist/index.js 292.02 KB
22
22
  CJS dist/index.js.map 607.49 KB
23
- CJS ⚡️ Build success in 393ms
23
+ CJS ⚡️ Build success in 476ms
24
24
  ESM dist/index.mjs 270.54 KB
25
25
  ESM dist/sender-PX32VSHB.mjs 873.00 B
26
26
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
27
27
  ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
28
28
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
29
29
  ESM dist/index.mjs.map 573.70 KB
30
- ESM ⚡️ Build success in 431ms
30
+ ESM ⚡️ Build success in 488ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 19588ms
32
+ DTS ⚡️ Build success in 21539ms
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,14 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.95
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0edb54f]
8
+ - @axiom-lattice/core@2.1.83
9
+ - @axiom-lattice/agent-eval@2.1.77
10
+ - @axiom-lattice/pg-stores@1.0.74
11
+
3
12
  ## 2.1.94
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.94",
3
+ "version": "2.1.95",
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.76",
44
- "@axiom-lattice/core": "2.1.82",
45
- "@axiom-lattice/pg-stores": "1.0.73",
43
+ "@axiom-lattice/agent-eval": "2.1.77",
44
+ "@axiom-lattice/core": "2.1.83",
45
+ "@axiom-lattice/pg-stores": "1.0.74",
46
46
  "@axiom-lattice/protocols": "2.1.43",
47
47
  "@axiom-lattice/queue-redis": "1.0.42"
48
48
  },