@axiom-lattice/gateway 2.1.76 → 2.1.77

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.76 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.77 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 236.85 KB
22
22
  CJS dist/index.js.map 498.40 KB
23
- CJS ⚡️ Build success in 458ms
24
- ESM dist/index.mjs 232.14 KB
23
+ CJS ⚡️ Build success in 395ms
25
24
  ESM dist/sender-PX32VSHB.mjs 873.00 B
26
- ESM dist/index.mjs.map 496.86 KB
25
+ ESM dist/index.mjs 232.14 KB
27
26
  ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
28
- ESM ⚡️ Build success in 457ms
27
+ ESM dist/index.mjs.map 496.86 KB
28
+ ESM ⚡️ Build success in 397ms
29
29
  DTS Build start
30
- DTS ⚡️ Build success in 13903ms
30
+ DTS ⚡️ Build success in 13178ms
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,15 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.77
4
+
5
+ ### Patch Changes
6
+
7
+ - 2ec0254: up tools
8
+ - Updated dependencies [2ec0254]
9
+ - @axiom-lattice/core@2.1.67
10
+ - @axiom-lattice/agent-eval@2.1.61
11
+ - @axiom-lattice/pg-stores@1.0.57
12
+
3
13
  ## 2.1.76
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.76",
3
+ "version": "2.1.77",
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.60",
44
- "@axiom-lattice/core": "2.1.66",
45
- "@axiom-lattice/pg-stores": "1.0.56",
43
+ "@axiom-lattice/agent-eval": "2.1.61",
44
+ "@axiom-lattice/core": "2.1.67",
45
+ "@axiom-lattice/pg-stores": "1.0.57",
46
46
  "@axiom-lattice/protocols": "2.1.34",
47
47
  "@axiom-lattice/queue-redis": "1.0.33"
48
48
  },