@axiom-lattice/gateway 2.1.99 → 2.1.100

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.99 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.100 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,15 +9,6 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
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:189:33:
15
-  189 │ 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
12
  ESM dist/index.mjs 270.95 KB
22
13
  ESM dist/sender-PX32VSHB.mjs 873.00 B
23
14
  ESM dist/WechatChannelAdapter-QQYOHZTL.mjs 7.95 KB
@@ -28,11 +19,20 @@
28
19
  ESM dist/WechatChannelAdapter-QQYOHZTL.mjs.map 15.71 KB
29
20
  ESM dist/chunk-6CUQGDJI.mjs.map 14.04 KB
30
21
  ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
31
- ESM ⚡️ Build success in 548ms
22
+ ESM ⚡️ Build success in 415ms
23
+ [warn] ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
24
+
25
+ src/index.ts:189:33:
26
+  189 │ const __filename = fileURLToPath(import.meta.url);
27
+ ╵ ~~~~~~~~~~~
28
+
29
+ You need to set the output format to "esm" for "import.meta" to work correctly.
30
+
31
+
32
32
  CJS dist/index.js 308.91 KB
33
33
  CJS dist/index.js.map 639.22 KB
34
- CJS ⚡️ Build success in 576ms
34
+ CJS ⚡️ Build success in 453ms
35
35
  DTS Build start
36
- DTS ⚡️ Build success in 22055ms
36
+ DTS ⚡️ Build success in 19628ms
37
37
  DTS dist/index.d.ts 7.57 KB
38
38
  DTS dist/index.d.mts 7.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.100
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [44c570c]
8
+ - Updated dependencies [2b71973]
9
+ - @axiom-lattice/core@2.1.88
10
+ - @axiom-lattice/agent-eval@2.1.82
11
+ - @axiom-lattice/pg-stores@1.0.79
12
+
3
13
  ## 2.1.99
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.99",
3
+ "version": "2.1.100",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -40,9 +40,9 @@
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.81",
44
- "@axiom-lattice/core": "2.1.87",
45
- "@axiom-lattice/pg-stores": "1.0.78",
43
+ "@axiom-lattice/agent-eval": "2.1.82",
44
+ "@axiom-lattice/core": "2.1.88",
45
+ "@axiom-lattice/pg-stores": "1.0.79",
46
46
  "@axiom-lattice/protocols": "2.1.44",
47
47
  "@axiom-lattice/queue-redis": "1.0.43"
48
48
  },