@axiom-lattice/gateway 2.1.96 → 2.1.97

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.96 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.97 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
@@ -21,14 +21,14 @@
21
21
  ESM dist/index.mjs 270.71 KB
22
22
  ESM dist/sender-PX32VSHB.mjs 873.00 B
23
23
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
24
+ ESM dist/index.mjs.map 574.08 KB
24
25
  ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
25
26
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
26
- ESM dist/index.mjs.map 574.08 KB
27
- ESM ⚡️ Build success in 532ms
27
+ ESM ⚡️ Build success in 464ms
28
28
  CJS dist/index.js 292.19 KB
29
29
  CJS dist/index.js.map 607.87 KB
30
- CJS ⚡️ Build success in 532ms
30
+ CJS ⚡️ Build success in 468ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 20005ms
32
+ DTS ⚡️ Build success in 21079ms
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.97
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9571787]
8
+ - @axiom-lattice/core@2.1.85
9
+ - @axiom-lattice/agent-eval@2.1.79
10
+ - @axiom-lattice/pg-stores@1.0.76
11
+
3
12
  ## 2.1.96
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.96",
3
+ "version": "2.1.97",
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.78",
44
- "@axiom-lattice/core": "2.1.84",
45
- "@axiom-lattice/pg-stores": "1.0.75",
43
+ "@axiom-lattice/agent-eval": "2.1.79",
44
+ "@axiom-lattice/core": "2.1.85",
45
+ "@axiom-lattice/pg-stores": "1.0.76",
46
46
  "@axiom-lattice/protocols": "2.1.43",
47
47
  "@axiom-lattice/queue-redis": "1.0.42"
48
48
  },