@axiom-lattice/gateway 2.1.43 → 2.1.44

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.43 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.44 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 176.38 KB
13
- CJS dist/index.js.map 374.84 KB
14
- CJS ⚡️ Build success in 566ms
15
12
  ESM dist/index.mjs 172.74 KB
16
13
  ESM dist/index.mjs.map 375.27 KB
17
- ESM ⚡️ Build success in 567ms
14
+ ESM ⚡️ Build success in 608ms
15
+ CJS dist/index.js 176.38 KB
16
+ CJS dist/index.js.map 374.84 KB
17
+ CJS ⚡️ Build success in 640ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 10912ms
19
+ DTS ⚡️ Build success in 10354ms
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,12 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.44
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [defd326]
8
+ - @axiom-lattice/core@2.1.38
9
+
3
10
  ## 2.1.43
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.43",
3
+ "version": "2.1.44",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "pino-roll": "^3.1.0",
38
38
  "redis": "^5.0.1",
39
39
  "uuid": "^9.0.1",
40
- "@axiom-lattice/core": "2.1.37",
40
+ "@axiom-lattice/core": "2.1.38",
41
41
  "@axiom-lattice/protocols": "2.1.20",
42
42
  "@axiom-lattice/queue-redis": "1.0.19"
43
43
  },