@axiom-lattice/gateway 2.1.30 → 2.1.32

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.30 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.32 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,17 +9,17 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 145.26 KB
13
- CJS dist/index.js.map 316.16 KB
14
- CJS ⚡️ Build success in 283ms
15
- ESM dist/config-F3FCBSPH.mjs 148.00 B
16
12
  ESM dist/index.mjs 138.74 KB
13
+ ESM dist/config-F3FCBSPH.mjs 148.00 B
17
14
  ESM dist/chunk-FSASG3SB.mjs 2.46 KB
15
+ ESM dist/index.mjs.map 310.76 KB
18
16
  ESM dist/config-F3FCBSPH.mjs.map 71.00 B
19
17
  ESM dist/chunk-FSASG3SB.mjs.map 5.33 KB
20
- ESM dist/index.mjs.map 310.76 KB
21
- ESM ⚡️ Build success in 285ms
18
+ ESM ⚡️ Build success in 320ms
19
+ CJS dist/index.js 145.26 KB
20
+ CJS dist/index.js.map 316.16 KB
21
+ CJS ⚡️ Build success in 320ms
22
22
  DTS Build start
23
- DTS ⚡️ Build success in 10103ms
23
+ DTS ⚡️ Build success in 9673ms
24
24
  DTS dist/index.d.ts 3.72 KB
25
25
  DTS dist/index.d.mts 3.72 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.32
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ea512f6]
8
+ - @axiom-lattice/protocols@2.1.16
9
+ - @axiom-lattice/core@2.1.27
10
+ - @axiom-lattice/queue-redis@1.0.15
11
+
12
+ ## 2.1.31
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [71e5a43]
17
+ - @axiom-lattice/core@2.1.26
18
+
3
19
  ## 2.1.30
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.30",
3
+ "version": "2.1.32",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "@fastify/swagger": "^9.5.1",
25
25
  "@fastify/swagger-ui": "^5.2.3",
26
26
  "@fastify/websocket": "^11.0.1",
27
- "@langchain/core": "1.1.4",
27
+ "@langchain/core": "1.1.30",
28
28
  "@langchain/langgraph": "1.0.4",
29
29
  "@supabase/supabase-js": "^2.49.1",
30
30
  "dotenv": "^16.6.1",
@@ -36,9 +36,9 @@
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.25",
40
- "@axiom-lattice/protocols": "2.1.15",
41
- "@axiom-lattice/queue-redis": "1.0.14"
39
+ "@axiom-lattice/core": "2.1.27",
40
+ "@axiom-lattice/protocols": "2.1.16",
41
+ "@axiom-lattice/queue-redis": "1.0.15"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/jest": "^29.5.14",