@axiom-lattice/gateway 2.1.52 → 2.1.54

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.52 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.54 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 173.70 KB
13
- CJS dist/index.js.map 370.35 KB
14
- CJS ⚡️ Build success in 293ms
15
- ESM dist/index.mjs 170.28 KB
16
- ESM dist/index.mjs.map 370.85 KB
17
- ESM ⚡️ Build success in 293ms
12
+ CJS dist/index.js 194.79 KB
13
+ CJS dist/index.js.map 416.19 KB
14
+ CJS ⚡️ Build success in 338ms
15
+ ESM dist/index.mjs 191.73 KB
16
+ ESM dist/index.mjs.map 416.81 KB
17
+ ESM ⚡️ Build success in 338ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 9179ms
19
+ DTS ⚡️ Build success in 8880ms
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,27 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.54
4
+
5
+ ### Patch Changes
6
+
7
+ - 5444ad4: update
8
+ - Updated dependencies [5444ad4]
9
+ - @axiom-lattice/core@2.1.48
10
+ - @axiom-lattice/pg-stores@1.0.38
11
+ - @axiom-lattice/protocols@2.1.26
12
+ - @axiom-lattice/queue-redis@1.0.25
13
+
14
+ ## 2.1.53
15
+
16
+ ### Patch Changes
17
+
18
+ - 1515f02: publish claw
19
+ - Updated dependencies [1515f02]
20
+ - @axiom-lattice/core@2.1.47
21
+ - @axiom-lattice/pg-stores@1.0.37
22
+ - @axiom-lattice/protocols@2.1.25
23
+ - @axiom-lattice/queue-redis@1.0.24
24
+
3
25
  ## 2.1.52
4
26
 
5
27
  ### Patch Changes