@axiom-lattice/gateway 2.1.98 → 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.98 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,6 +9,17 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
+ ESM dist/index.mjs 270.95 KB
13
+ ESM dist/sender-PX32VSHB.mjs 873.00 B
14
+ ESM dist/WechatChannelAdapter-QQYOHZTL.mjs 7.95 KB
15
+ ESM dist/chunk-6CUQGDJI.mjs 6.42 KB
16
+ ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
17
+ ESM dist/index.mjs.map 575.03 KB
18
+ ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
19
+ ESM dist/WechatChannelAdapter-QQYOHZTL.mjs.map 15.71 KB
20
+ ESM dist/chunk-6CUQGDJI.mjs.map 14.04 KB
21
+ ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
22
+ ESM ⚡️ Build success in 415ms
12
23
  [warn] ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
13
24
 
14
25
  src/index.ts:189:33:
@@ -20,19 +31,8 @@
20
31
 
21
32
  CJS dist/index.js 308.91 KB
22
33
  CJS dist/index.js.map 639.22 KB
23
- CJS ⚡️ Build success in 476ms
24
- ESM dist/index.mjs 270.95 KB
25
- ESM dist/sender-PX32VSHB.mjs 873.00 B
26
- ESM dist/WechatChannelAdapter-QQYOHZTL.mjs 7.95 KB
27
- ESM dist/chunk-6CUQGDJI.mjs 6.42 KB
28
- ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
29
- ESM dist/chunk-6CUQGDJI.mjs.map 14.04 KB
30
- ESM dist/WechatChannelAdapter-QQYOHZTL.mjs.map 15.71 KB
31
- ESM dist/a2a-ERG5RMUW.mjs.map 32.14 KB
32
- ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
33
- ESM dist/index.mjs.map 575.03 KB
34
- ESM ⚡️ Build success in 480ms
34
+ CJS ⚡️ Build success in 453ms
35
35
  DTS Build start
36
- DTS ⚡️ Build success in 20165ms
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,25 @@
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
+
13
+ ## 2.1.99
14
+
15
+ ### Patch Changes
16
+
17
+ - 81c9521: fix sandbox
18
+ - Updated dependencies [81c9521]
19
+ - @axiom-lattice/core@2.1.87
20
+ - @axiom-lattice/agent-eval@2.1.81
21
+ - @axiom-lattice/pg-stores@1.0.78
22
+
3
23
  ## 2.1.98
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.98",
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.80",
44
- "@axiom-lattice/core": "2.1.86",
45
- "@axiom-lattice/pg-stores": "1.0.77",
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
  },
@@ -68,7 +68,7 @@
68
68
  "build": "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap",
69
69
  "start": "node dist/index.js",
70
70
  "dev": "tsup src/index.ts --format cjs,esm --dts --watch --sourcemap",
71
- "lint": "eslint src && tsc --noEmit",
71
+ "lint": "eslint src",
72
72
  "test": "jest",
73
73
  "test:watch": "jest --watch",
74
74
  "test:coverage": "jest --coverage"