@axiom-lattice/gateway 2.1.35 → 2.1.37

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.35 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.37 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
@@ -9,17 +9,13 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 158.56 KB
13
- CJS dist/index.js.map 342.90 KB
14
- CJS ⚡️ Build success in 299ms
15
- ESM dist/index.mjs 151.63 KB
16
- ESM dist/config-F3FCBSPH.mjs 148.00 B
17
- ESM dist/chunk-FSASG3SB.mjs 2.46 KB
18
- ESM dist/index.mjs.map 337.48 KB
19
- ESM dist/config-F3FCBSPH.mjs.map 71.00 B
20
- ESM dist/chunk-FSASG3SB.mjs.map 5.33 KB
21
- ESM ⚡️ Build success in 309ms
12
+ CJS dist/index.js 156.14 KB
13
+ CJS dist/index.js.map 340.10 KB
14
+ CJS ⚡️ Build success in 420ms
15
+ ESM dist/index.mjs 152.45 KB
16
+ ESM dist/index.mjs.map 340.26 KB
17
+ ESM ⚡️ Build success in 424ms
22
18
  DTS Build start
23
- DTS ⚡️ Build success in 10351ms
19
+ DTS ⚡️ Build success in 10696ms
24
20
  DTS dist/index.d.ts 3.76 KB
25
21
  DTS dist/index.d.mts 3.76 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.37
4
+
5
+ ### Patch Changes
6
+
7
+ - f787cbc: update agent
8
+ - Updated dependencies [f787cbc]
9
+ - @axiom-lattice/protocols@2.1.18
10
+ - @axiom-lattice/core@2.1.31
11
+ - @axiom-lattice/queue-redis@1.0.17
12
+
13
+ ## 2.1.36
14
+
15
+ ### Patch Changes
16
+
17
+ - f64f38d: fix db config issue
18
+
3
19
  ## 2.1.35
4
20
 
5
21
  ### Patch Changes