@axiom-lattice/gateway 2.1.54 → 2.1.56

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.54 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.56 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 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
12
+ CJS dist/index.js 187.77 KB
13
+ CJS dist/index.js.map 403.05 KB
14
+ CJS ⚡️ Build success in 328ms
15
+ ESM dist/index.mjs 184.87 KB
16
+ ESM dist/index.mjs.map 403.64 KB
17
+ ESM ⚡️ Build success in 326ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 8880ms
19
+ DTS ⚡️ Build success in 9689ms
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,24 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.56
4
+
5
+ ### Patch Changes
6
+
7
+ - 15808cd: update sandbox console
8
+ - Updated dependencies [15808cd]
9
+ - @axiom-lattice/core@2.1.50
10
+ - @axiom-lattice/pg-stores@1.0.40
11
+ - @axiom-lattice/protocols@2.1.27
12
+ - @axiom-lattice/queue-redis@1.0.26
13
+
14
+ ## 2.1.55
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [4a70a4d]
19
+ - @axiom-lattice/core@2.1.49
20
+ - @axiom-lattice/pg-stores@1.0.39
21
+
3
22
  ## 2.1.54
4
23
 
5
24
  ### Patch Changes