@axiom-lattice/gateway 2.1.92 → 2.1.94

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.92 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.94 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,24 +11,24 @@
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:183:33:
15
-  183 │ const __filename = fileURLToPath(import.meta.url);
14
+ src/index.ts:188:33:
15
+  188 │ 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 292.02 KB
22
+ CJS dist/index.js.map 607.49 KB
23
+ CJS ⚡️ Build success in 393ms
24
+ ESM dist/index.mjs 270.54 KB
21
25
  ESM dist/sender-PX32VSHB.mjs 873.00 B
22
26
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
23
- ESM dist/index.mjs 248.45 KB
24
27
  ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
25
28
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
26
- ESM dist/index.mjs.map 529.86 KB
27
- ESM ⚡️ Build success in 480ms
28
- CJS dist/index.js 269.76 KB
29
- CJS dist/index.js.map 563.71 KB
30
- CJS ⚡️ Build success in 481ms
29
+ ESM dist/index.mjs.map 573.70 KB
30
+ ESM ⚡️ Build success in 431ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 20551ms
32
+ DTS ⚡️ Build success in 19588ms
33
33
  DTS dist/index.d.ts 7.57 KB
34
34
  DTS dist/index.d.mts 7.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.94
4
+
5
+ ### Patch Changes
6
+
7
+ - ea65194: fix issue
8
+ - Updated dependencies [ea65194]
9
+ - @axiom-lattice/core@2.1.82
10
+ - @axiom-lattice/pg-stores@1.0.73
11
+ - @axiom-lattice/agent-eval@2.1.76
12
+
13
+ ## 2.1.93
14
+
15
+ ### Patch Changes
16
+
17
+ - 0c99a06: big changes
18
+ - Updated dependencies [0c99a06]
19
+ - @axiom-lattice/agent-eval@2.1.75
20
+ - @axiom-lattice/core@2.1.81
21
+ - @axiom-lattice/pg-stores@1.0.72
22
+ - @axiom-lattice/protocols@2.1.43
23
+ - @axiom-lattice/queue-redis@1.0.42
24
+
3
25
  ## 2.1.92
4
26
 
5
27
  ### Patch Changes