@axiom-lattice/gateway 2.1.98 → 2.1.99

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.99 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,21 +18,21 @@
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 308.91 KB
22
- CJS dist/index.js.map 639.22 KB
23
- CJS ⚡️ Build success in 476ms
24
21
  ESM dist/index.mjs 270.95 KB
25
22
  ESM dist/sender-PX32VSHB.mjs 873.00 B
26
23
  ESM dist/WechatChannelAdapter-QQYOHZTL.mjs 7.95 KB
27
24
  ESM dist/chunk-6CUQGDJI.mjs 6.42 KB
28
25
  ESM dist/a2a-ERG5RMUW.mjs 15.95 KB
29
- ESM dist/chunk-6CUQGDJI.mjs.map 14.04 KB
26
+ ESM dist/index.mjs.map 575.03 KB
27
+ ESM dist/sender-PX32VSHB.mjs.map 2.07 KB
30
28
  ESM dist/WechatChannelAdapter-QQYOHZTL.mjs.map 15.71 KB
29
+ ESM dist/chunk-6CUQGDJI.mjs.map 14.04 KB
31
30
  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
31
+ ESM ⚡️ Build success in 548ms
32
+ CJS dist/index.js 308.91 KB
33
+ CJS dist/index.js.map 639.22 KB
34
+ CJS ⚡️ Build success in 576ms
35
35
  DTS Build start
36
- DTS ⚡️ Build success in 20165ms
36
+ DTS ⚡️ Build success in 22055ms
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.99
4
+
5
+ ### Patch Changes
6
+
7
+ - 81c9521: fix sandbox
8
+ - Updated dependencies [81c9521]
9
+ - @axiom-lattice/core@2.1.87
10
+ - @axiom-lattice/agent-eval@2.1.81
11
+ - @axiom-lattice/pg-stores@1.0.78
12
+
3
13
  ## 2.1.98
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.98",
3
+ "version": "2.1.99",
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.81",
44
+ "@axiom-lattice/core": "2.1.87",
45
+ "@axiom-lattice/pg-stores": "1.0.78",
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"