@axiom-lattice/gateway 2.1.82 → 2.1.83

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.
@@ -0,0 +1,32 @@
1
+
2
+ > @axiom-lattice/gateway@2.1.83 build /home/runner/work/agentic/agentic/packages/gateway
3
+ > tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.0
8
+ CLI Target: es2020
9
+ CLI Cleaning output folder
10
+ CJS Build start
11
+ ESM Build start
12
+ [warn] ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
13
+
14
+ src/index.ts:178:33:
15
+  178 │ const __filename = fileURLToPath(import.meta.url);
16
+ ╵ ~~~~~~~~~~~
17
+
18
+ You need to set the output format to "esm" for "import.meta" to work correctly.
19
+
20
+
21
+ CJS dist/index.js 242.67 KB
22
+ CJS dist/index.js.map 508.08 KB
23
+ CJS ⚡️ Build success in 369ms
24
+ ESM dist/sender-PX32VSHB.mjs 873.00 B
25
+ ESM dist/index.mjs 237.97 KB
26
+ ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
27
+ ESM dist/index.mjs.map 506.56 KB
28
+ ESM ⚡️ Build success in 372ms
29
+ DTS Build start
30
+ DTS ⚡️ Build success in 13970ms
31
+ DTS dist/index.d.ts 5.04 KB
32
+ DTS dist/index.d.mts 5.04 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.83
4
+
5
+ ### Patch Changes
6
+
7
+ - aac09bf: up all
8
+ - Updated dependencies [aac09bf]
9
+ - @axiom-lattice/agent-eval@2.1.66
10
+ - @axiom-lattice/core@2.1.72
11
+ - @axiom-lattice/pg-stores@1.0.62
12
+ - @axiom-lattice/protocols@2.1.37
13
+ - @axiom-lattice/queue-redis@1.0.36
14
+
3
15
  ## 2.1.82
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.82",
3
+ "version": "2.1.83",
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.65",
44
- "@axiom-lattice/core": "2.1.71",
45
- "@axiom-lattice/pg-stores": "1.0.61",
46
- "@axiom-lattice/protocols": "2.1.36",
47
- "@axiom-lattice/queue-redis": "1.0.35"
43
+ "@axiom-lattice/agent-eval": "2.1.66",
44
+ "@axiom-lattice/core": "2.1.72",
45
+ "@axiom-lattice/pg-stores": "1.0.62",
46
+ "@axiom-lattice/protocols": "2.1.37",
47
+ "@axiom-lattice/queue-redis": "1.0.36"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/jest": "^29.5.14",