@axiom-lattice/gateway 2.1.6 → 2.1.8

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.6 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.8 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 38.84 KB
13
- CJS dist/index.js.map 76.54 KB
14
- CJS ⚡️ Build success in 142ms
15
12
  ESM dist/index.mjs 36.61 KB
16
13
  ESM dist/index.mjs.map 76.45 KB
17
- ESM ⚡️ Build success in 149ms
14
+ ESM ⚡️ Build success in 117ms
15
+ CJS dist/index.js 38.84 KB
16
+ CJS dist/index.js.map 76.54 KB
17
+ CJS ⚡️ Build success in 118ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 5936ms
19
+ DTS ⚡️ Build success in 6402ms
20
20
  DTS dist/index.d.ts 3.32 KB
21
21
  DTS dist/index.d.mts 3.32 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4bb1b16]
8
+ - @axiom-lattice/core@2.1.6
9
+
10
+ ## 2.1.7
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [ce6fc7c]
15
+ - @axiom-lattice/queue-redis@1.0.2
16
+ - @axiom-lattice/protocols@2.1.3
17
+ - @axiom-lattice/core@2.1.5
18
+
3
19
  ## 2.1.6
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -32,9 +32,9 @@
32
32
  "pino-roll": "^3.1.0",
33
33
  "redis": "^5.0.1",
34
34
  "uuid": "^9.0.1",
35
- "@axiom-lattice/core": "2.1.4",
36
- "@axiom-lattice/protocols": "2.1.2",
37
- "@axiom-lattice/queue-redis": "1.0.1"
35
+ "@axiom-lattice/core": "2.1.6",
36
+ "@axiom-lattice/protocols": "2.1.3",
37
+ "@axiom-lattice/queue-redis": "1.0.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/jest": "^29.5.14",