@axiom-lattice/gateway 2.1.38 → 2.1.39

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.38 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.39 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,13 +9,13 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 156.14 KB
13
- CJS dist/index.js.map 340.10 KB
14
- CJS ⚡️ Build success in 296ms
15
- ESM dist/index.mjs 152.45 KB
16
- ESM dist/index.mjs.map 340.26 KB
17
- ESM ⚡️ Build success in 297ms
12
+ CJS dist/index.js 165.00 KB
13
+ CJS dist/index.js.map 353.17 KB
14
+ CJS ⚡️ Build success in 476ms
15
+ ESM dist/index.mjs 161.29 KB
16
+ ESM dist/index.mjs.map 353.39 KB
17
+ ESM ⚡️ Build success in 506ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 10252ms
19
+ DTS ⚡️ Build success in 10772ms
20
20
  DTS dist/index.d.ts 3.76 KB
21
21
  DTS dist/index.d.mts 3.76 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.39
4
+
5
+ ### Patch Changes
6
+
7
+ - 99f4b77: add tenantid for all lattice
8
+ - Updated dependencies [99f4b77]
9
+ - @axiom-lattice/core@2.1.33
10
+ - @axiom-lattice/protocols@2.1.20
11
+ - @axiom-lattice/queue-redis@1.0.19
12
+
3
13
  ## 2.1.38
4
14
 
5
15
  ### Patch Changes