@axiom-lattice/gateway 2.1.103 → 2.1.104

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.103 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.104 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,23 +20,23 @@
20
20
 
21
21
  CJS dist/index.js 323.03 KB
22
22
  CJS dist/index.js.map 662.42 KB
23
- CJS ⚡️ Build success in 568ms
23
+ CJS ⚡️ Build success in 364ms
24
+ ESM dist/index.mjs 271.42 KB
24
25
  ESM dist/sender-PX32VSHB.mjs 873.00 B
25
26
  ESM dist/WechatChannelAdapter-WSDKR4OA.mjs 8.27 KB
26
27
  ESM dist/chunk-6CUQGDJI.mjs 6.42 KB
27
28
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
28
29
  ESM dist/resources-NE6DFF5I.mjs 10.75 KB
29
- ESM dist/index.mjs 271.42 KB
30
30
  ESM dist/chunk-R4ZO3HZ3.mjs 1.44 KB
31
+ ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
31
32
  ESM dist/WechatChannelAdapter-WSDKR4OA.mjs.map 16.28 KB
32
33
  ESM dist/chunk-6CUQGDJI.mjs.map 14.04 KB
33
- ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
34
34
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
35
35
  ESM dist/resources-NE6DFF5I.mjs.map 19.57 KB
36
36
  ESM dist/chunk-R4ZO3HZ3.mjs.map 2.35 KB
37
37
  ESM dist/index.mjs.map 575.75 KB
38
- ESM ⚡️ Build success in 586ms
38
+ ESM ⚡️ Build success in 371ms
39
39
  DTS Build start
40
- DTS ⚡️ Build success in 22321ms
40
+ DTS ⚡️ Build success in 16969ms
41
41
  DTS dist/index.d.ts 7.57 KB
42
42
  DTS dist/index.d.mts 7.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.104
4
+
5
+ ### Patch Changes
6
+
7
+ - 4ff0c0f: enhance share
8
+ - Updated dependencies [4ff0c0f]
9
+ - @axiom-lattice/core@2.1.92
10
+ - @axiom-lattice/agent-eval@2.1.86
11
+ - @axiom-lattice/pg-stores@1.0.83
12
+
3
13
  ## 2.1.103
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.103",
3
+ "version": "2.1.104",
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.85",
45
- "@axiom-lattice/core": "2.1.91",
46
- "@axiom-lattice/pg-stores": "1.0.82",
44
+ "@axiom-lattice/agent-eval": "2.1.86",
45
+ "@axiom-lattice/core": "2.1.92",
46
+ "@axiom-lattice/pg-stores": "1.0.83",
47
47
  "@axiom-lattice/protocols": "2.1.46",
48
48
  "@axiom-lattice/queue-redis": "1.0.45"
49
49
  },