@axiom-lattice/gateway 2.1.30 → 2.1.31

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.31 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.26 KB
13
13
  CJS dist/index.js.map 316.16 KB
14
- CJS ⚡️ Build success in 283ms
15
- ESM dist/config-F3FCBSPH.mjs 148.00 B
14
+ CJS ⚡️ Build success in 243ms
16
15
  ESM dist/index.mjs 138.74 KB
16
+ ESM dist/config-F3FCBSPH.mjs 148.00 B
17
17
  ESM dist/chunk-FSASG3SB.mjs 2.46 KB
18
+ ESM dist/index.mjs.map 310.76 KB
18
19
  ESM dist/config-F3FCBSPH.mjs.map 71.00 B
19
20
  ESM dist/chunk-FSASG3SB.mjs.map 5.33 KB
20
- ESM dist/index.mjs.map 310.76 KB
21
- ESM ⚡️ Build success in 285ms
21
+ ESM ⚡️ Build success in 288ms
22
22
  DTS Build start
23
- DTS ⚡️ Build success in 10103ms
23
+ DTS ⚡️ Build success in 10405ms
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,12 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [71e5a43]
8
+ - @axiom-lattice/core@2.1.26
9
+
3
10
  ## 2.1.30
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.30",
3
+ "version": "2.1.31",
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,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.25",
39
+ "@axiom-lattice/core": "2.1.26",
40
40
  "@axiom-lattice/protocols": "2.1.15",
41
41
  "@axiom-lattice/queue-redis": "1.0.14"
42
42
  },