@axiom-lattice/gateway 2.1.35 → 2.1.36

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.36 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 155.92 KB
13
+ CJS dist/index.js.map 339.67 KB
14
+ CJS ⚡️ Build success in 394ms
15
+ ESM dist/index.mjs 152.22 KB
16
+ ESM dist/index.mjs.map 339.83 KB
17
+ ESM ⚡️ Build success in 397ms
22
18
  DTS Build start
23
- DTS ⚡️ Build success in 10351ms
19
+ DTS ⚡️ Build success in 10463ms
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,11 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.36
4
+
5
+ ### Patch Changes
6
+
7
+ - f64f38d: fix db config issue
8
+
3
9
  ## 2.1.35
4
10
 
5
11
  ### Patch Changes