@axiom-lattice/gateway 2.1.109 → 2.1.110

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.109 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.110 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
@@ -18,9 +18,6 @@
18
18
  You need to set the output format to "esm" for "import.meta" to work correctly.
19
19
 
20
20
 
21
- CJS dist/index.js 353.34 KB
22
- CJS dist/index.js.map 720.44 KB
23
- CJS ⚡️ Build success in 573ms
24
21
  ESM dist/index.mjs 282.73 KB
25
22
  ESM dist/mcp-configs-SHRMQHIL.mjs 685.00 B
26
23
  ESM dist/chunk-K4XELOSO.mjs 12.52 KB
@@ -36,11 +33,14 @@
36
33
  ESM dist/WechatChannelAdapter-WSDKR4OA.mjs.map 16.28 KB
37
34
  ESM dist/chunk-6CUQGDJI.mjs.map 14.04 KB
38
35
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
39
- ESM dist/resources-5POCLGXV.mjs.map 29.34 KB
40
- ESM dist/chunk-LHQY46YB.mjs.map 2.39 KB
41
36
  ESM dist/index.mjs.map 598.22 KB
42
- ESM ⚡️ Build success in 611ms
37
+ ESM dist/chunk-LHQY46YB.mjs.map 2.39 KB
38
+ ESM dist/resources-5POCLGXV.mjs.map 29.34 KB
39
+ ESM ⚡️ Build success in 575ms
40
+ CJS dist/index.js 353.34 KB
41
+ CJS dist/index.js.map 720.44 KB
42
+ CJS ⚡️ Build success in 580ms
43
43
  DTS Build start
44
- DTS ⚡️ Build success in 21205ms
44
+ DTS ⚡️ Build success in 21069ms
45
45
  DTS dist/index.d.ts 7.57 KB
46
46
  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.110
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [576443a]
8
+ - @axiom-lattice/core@2.1.97
9
+ - @axiom-lattice/agent-eval@2.1.91
10
+ - @axiom-lattice/pg-stores@1.0.88
11
+
3
12
  ## 2.1.109
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.109",
3
+ "version": "2.1.110",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -41,9 +41,9 @@
41
41
  "redis": "^5.0.1",
42
42
  "uuid": "^9.0.1",
43
43
  "zod": "3.25.76",
44
- "@axiom-lattice/agent-eval": "2.1.90",
45
- "@axiom-lattice/core": "2.1.96",
46
- "@axiom-lattice/pg-stores": "1.0.87",
44
+ "@axiom-lattice/agent-eval": "2.1.91",
45
+ "@axiom-lattice/core": "2.1.97",
46
+ "@axiom-lattice/pg-stores": "1.0.88",
47
47
  "@axiom-lattice/protocols": "2.1.50",
48
48
  "@axiom-lattice/queue-redis": "1.0.49"
49
49
  },