@axiom-lattice/gateway 2.1.108 → 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.108 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
@@ -11,36 +11,36 @@
11
11
  ESM Build start
12
12
  [warn] ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
13
13
 
14
- src/index.ts:196:33:
15
-  196 │ const __filename = fileURLToPath(import.meta.url);
14
+ src/index.ts:199:33:
15
+  199 │ const __filename = fileURLToPath(import.meta.url);
16
16
  ╵ ~~~~~~~~~~~
17
17
 
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 344.93 KB
22
- CJS dist/index.js.map 704.14 KB
23
- CJS ⚡️ Build success in 435ms
24
- ESM dist/index.mjs 276.41 KB
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
27
24
  ESM dist/sender-PX32VSHB.mjs 873.00 B
28
25
  ESM dist/WechatChannelAdapter-WSDKR4OA.mjs 8.27 KB
29
26
  ESM dist/chunk-6CUQGDJI.mjs 6.42 KB
30
27
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
28
+ ESM dist/resources-5POCLGXV.mjs 15.73 KB
31
29
  ESM dist/chunk-LHQY46YB.mjs 1.46 KB
32
- ESM dist/resources-P4XF764M.mjs 14.07 KB
30
+ ESM dist/mcp-configs-SHRMQHIL.mjs.map 71.00 B
33
31
  ESM dist/chunk-K4XELOSO.mjs.map 25.53 KB
34
32
  ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
35
- ESM dist/mcp-configs-SHRMQHIL.mjs.map 71.00 B
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
36
+ ESM dist/index.mjs.map 598.22 KB
39
37
  ESM dist/chunk-LHQY46YB.mjs.map 2.39 KB
40
- ESM dist/resources-P4XF764M.mjs.map 26.25 KB
41
- ESM dist/index.mjs.map 585.00 KB
42
- ESM ⚡️ Build success in 484ms
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 20637ms
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,26 @@
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
+
12
+ ## 2.1.109
13
+
14
+ ### Patch Changes
15
+
16
+ - aeb0bbd: add plugins
17
+ - Updated dependencies [aeb0bbd]
18
+ - @axiom-lattice/core@2.1.96
19
+ - @axiom-lattice/pg-stores@1.0.87
20
+ - @axiom-lattice/protocols@2.1.50
21
+ - @axiom-lattice/agent-eval@2.1.90
22
+ - @axiom-lattice/queue-redis@1.0.49
23
+
3
24
  ## 2.1.108
4
25
 
5
26
  ### Patch Changes