@axiom-lattice/gateway 2.1.108 → 2.1.109

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.109 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
+ CJS dist/index.js 353.34 KB
22
+ CJS dist/index.js.map 720.44 KB
23
+ CJS ⚡️ Build success in 573ms
24
+ ESM dist/index.mjs 282.73 KB
25
25
  ESM dist/mcp-configs-SHRMQHIL.mjs 685.00 B
26
26
  ESM dist/chunk-K4XELOSO.mjs 12.52 KB
27
27
  ESM dist/sender-PX32VSHB.mjs 873.00 B
28
28
  ESM dist/WechatChannelAdapter-WSDKR4OA.mjs 8.27 KB
29
29
  ESM dist/chunk-6CUQGDJI.mjs 6.42 KB
30
30
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
31
+ ESM dist/resources-5POCLGXV.mjs 15.73 KB
31
32
  ESM dist/chunk-LHQY46YB.mjs 1.46 KB
32
- ESM dist/resources-P4XF764M.mjs 14.07 KB
33
+ ESM dist/mcp-configs-SHRMQHIL.mjs.map 71.00 B
33
34
  ESM dist/chunk-K4XELOSO.mjs.map 25.53 KB
34
35
  ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
35
- ESM dist/mcp-configs-SHRMQHIL.mjs.map 71.00 B
36
36
  ESM dist/WechatChannelAdapter-WSDKR4OA.mjs.map 16.28 KB
37
37
  ESM dist/chunk-6CUQGDJI.mjs.map 14.04 KB
38
38
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
39
+ ESM dist/resources-5POCLGXV.mjs.map 29.34 KB
39
40
  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
41
+ ESM dist/index.mjs.map 598.22 KB
42
+ ESM ⚡️ Build success in 611ms
43
43
  DTS Build start
44
- DTS ⚡️ Build success in 20637ms
44
+ DTS ⚡️ Build success in 21205ms
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,17 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.109
4
+
5
+ ### Patch Changes
6
+
7
+ - aeb0bbd: add plugins
8
+ - Updated dependencies [aeb0bbd]
9
+ - @axiom-lattice/core@2.1.96
10
+ - @axiom-lattice/pg-stores@1.0.87
11
+ - @axiom-lattice/protocols@2.1.50
12
+ - @axiom-lattice/agent-eval@2.1.90
13
+ - @axiom-lattice/queue-redis@1.0.49
14
+
3
15
  ## 2.1.108
4
16
 
5
17
  ### Patch Changes