@axiom-lattice/gateway 2.1.112 → 2.1.113

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.112 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.113 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,17 +11,17 @@
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:200:33:
15
-  200 │ const __filename = fileURLToPath(import.meta.url);
14
+ src/index.ts:201:33:
15
+  201 │ 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 357.58 KB
22
- CJS dist/index.js.map 729.13 KB
23
- CJS ⚡️ Build success in 403ms
24
- ESM dist/index.mjs 286.89 KB
21
+ CJS dist/index.js 409.50 KB
22
+ CJS dist/index.js.map 832.55 KB
23
+ CJS ⚡️ Build success in 655ms
24
+ ESM dist/index.mjs 338.80 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
@@ -30,6 +30,7 @@
30
30
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
31
31
  ESM dist/resources-VA7LSDKN.mjs 15.81 KB
32
32
  ESM dist/chunk-LHQY46YB.mjs 1.46 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
36
  ESM dist/WechatChannelAdapter-WSDKR4OA.mjs.map 16.28 KB
@@ -37,10 +38,9 @@
37
38
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
38
39
  ESM dist/resources-VA7LSDKN.mjs.map 29.34 KB
39
40
  ESM dist/chunk-LHQY46YB.mjs.map 2.39 KB
40
- ESM dist/index.mjs.map 606.92 KB
41
- ESM dist/mcp-configs-SHRMQHIL.mjs.map 71.00 B
42
- ESM ⚡️ Build success in 479ms
41
+ ESM dist/index.mjs.map 710.34 KB
42
+ ESM ⚡️ Build success in 670ms
43
43
  DTS Build start
44
- DTS ⚡️ Build success in 21490ms
44
+ DTS ⚡️ Build success in 20229ms
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.113
4
+
5
+ ### Patch Changes
6
+
7
+ - 2feab5c: add sse enhance
8
+ - Updated dependencies [2feab5c]
9
+ - @axiom-lattice/core@2.1.100
10
+ - @axiom-lattice/pg-stores@1.0.91
11
+
3
12
  ## 2.1.112
4
13
 
5
14
  ### Patch Changes