@axiom-lattice/gateway 2.1.90 → 2.1.91

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.90 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.91 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
@@ -18,17 +18,17 @@
18
18
  You need to set the output format to "esm" for "import.meta" to work correctly.
19
19
 
20
20
 
21
+ CJS dist/index.js 268.14 KB
22
+ CJS dist/index.js.map 560.68 KB
23
+ CJS ⚡️ Build success in 480ms
24
+ ESM dist/index.mjs 246.84 KB
21
25
  ESM dist/sender-PX32VSHB.mjs 873.00 B
22
26
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
23
- ESM dist/index.mjs 246.84 KB
24
27
  ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
25
28
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
26
29
  ESM dist/index.mjs.map 526.83 KB
27
- ESM ⚡️ Build success in 420ms
28
- CJS dist/index.js 268.14 KB
29
- CJS dist/index.js.map 560.68 KB
30
- CJS ⚡️ Build success in 426ms
30
+ ESM ⚡️ Build success in 483ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 13594ms
32
+ DTS ⚡️ Build success in 14738ms
33
33
  DTS dist/index.d.ts 7.57 KB
34
34
  DTS dist/index.d.mts 7.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.91
4
+
5
+ ### Patch Changes
6
+
7
+ - ec290af: sqlit store
8
+ - Updated dependencies [ec290af]
9
+ - @axiom-lattice/core@2.1.79
10
+ - @axiom-lattice/protocols@2.1.41
11
+ - @axiom-lattice/agent-eval@2.1.73
12
+ - @axiom-lattice/pg-stores@1.0.70
13
+ - @axiom-lattice/queue-redis@1.0.40
14
+
3
15
  ## 2.1.90
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.90",
3
+ "version": "2.1.91",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -40,11 +40,11 @@
40
40
  "redis": "^5.0.1",
41
41
  "uuid": "^9.0.1",
42
42
  "zod": "3.25.76",
43
- "@axiom-lattice/agent-eval": "2.1.72",
44
- "@axiom-lattice/core": "2.1.78",
45
- "@axiom-lattice/pg-stores": "1.0.69",
46
- "@axiom-lattice/protocols": "2.1.40",
47
- "@axiom-lattice/queue-redis": "1.0.39"
43
+ "@axiom-lattice/agent-eval": "2.1.73",
44
+ "@axiom-lattice/core": "2.1.79",
45
+ "@axiom-lattice/pg-stores": "1.0.70",
46
+ "@axiom-lattice/protocols": "2.1.41",
47
+ "@axiom-lattice/queue-redis": "1.0.40"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/jest": "^29.5.14",