@axiom-lattice/gateway 2.1.33 → 2.1.34

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.33 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.34 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
@@ -11,15 +11,15 @@
11
11
  ESM Build start
12
12
  CJS dist/index.js 145.49 KB
13
13
  CJS dist/index.js.map 316.71 KB
14
- CJS ⚡️ Build success in 261ms
14
+ CJS ⚡️ Build success in 311ms
15
15
  ESM dist/index.mjs 138.98 KB
16
16
  ESM dist/config-F3FCBSPH.mjs 148.00 B
17
17
  ESM dist/chunk-FSASG3SB.mjs 2.46 KB
18
18
  ESM dist/index.mjs.map 311.30 KB
19
19
  ESM dist/config-F3FCBSPH.mjs.map 71.00 B
20
20
  ESM dist/chunk-FSASG3SB.mjs.map 5.33 KB
21
- ESM ⚡️ Build success in 262ms
21
+ ESM ⚡️ Build success in 316ms
22
22
  DTS Build start
23
- DTS ⚡️ Build success in 9721ms
23
+ DTS ⚡️ Build success in 10095ms
24
24
  DTS dist/index.d.ts 3.76 KB
25
25
  DTS dist/index.d.mts 3.76 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.34
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [07fc87d]
8
+ - @axiom-lattice/core@2.1.29
9
+
3
10
  ## 2.1.33
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.33",
3
+ "version": "2.1.34",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "pino-roll": "^3.1.0",
37
37
  "redis": "^5.0.1",
38
38
  "uuid": "^9.0.1",
39
- "@axiom-lattice/core": "2.1.28",
39
+ "@axiom-lattice/core": "2.1.29",
40
40
  "@axiom-lattice/protocols": "2.1.16",
41
41
  "@axiom-lattice/queue-redis": "1.0.15"
42
42
  },