@axiom-lattice/gateway 2.1.103 → 2.1.104
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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @axiom-lattice/gateway@2.1.
|
|
2
|
+
> @axiom-lattice/gateway@2.1.104 build /home/runner/work/agentic/agentic/packages/gateway
|
|
3
3
|
> tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -20,23 +20,23 @@
|
|
|
20
20
|
|
|
21
21
|
[32mCJS[39m [1mdist/index.js [22m[32m323.03 KB[39m
|
|
22
22
|
[32mCJS[39m [1mdist/index.js.map [22m[32m662.42 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 364ms
|
|
24
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m271.42 KB[39m
|
|
24
25
|
[32mESM[39m [1mdist/sender-PX32VSHB.mjs [22m[32m873.00 B[39m
|
|
25
26
|
[32mESM[39m [1mdist/WechatChannelAdapter-WSDKR4OA.mjs [22m[32m8.27 KB[39m
|
|
26
27
|
[32mESM[39m [1mdist/chunk-6CUQGDJI.mjs [22m[32m6.42 KB[39m
|
|
27
28
|
[32mESM[39m [1mdist/a2a-ERG5RMUW.mjs [22m[32m15.95 KB[39m
|
|
28
29
|
[32mESM[39m [1mdist/resources-NE6DFF5I.mjs [22m[32m10.75 KB[39m
|
|
29
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m271.42 KB[39m
|
|
30
30
|
[32mESM[39m [1mdist/chunk-R4ZO3HZ3.mjs [22m[32m1.44 KB[39m
|
|
31
|
+
[32mESM[39m [1mdist/sender-PX32VSHB.mjs.map [22m[32m2.07 KB[39m
|
|
31
32
|
[32mESM[39m [1mdist/WechatChannelAdapter-WSDKR4OA.mjs.map [22m[32m16.28 KB[39m
|
|
32
33
|
[32mESM[39m [1mdist/chunk-6CUQGDJI.mjs.map [22m[32m14.04 KB[39m
|
|
33
|
-
[32mESM[39m [1mdist/sender-PX32VSHB.mjs.map [22m[32m2.07 KB[39m
|
|
34
34
|
[32mESM[39m [1mdist/a2a-ERG5RMUW.mjs.map [22m[32m32.14 KB[39m
|
|
35
35
|
[32mESM[39m [1mdist/resources-NE6DFF5I.mjs.map [22m[32m19.57 KB[39m
|
|
36
36
|
[32mESM[39m [1mdist/chunk-R4ZO3HZ3.mjs.map [22m[32m2.35 KB[39m
|
|
37
37
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m575.75 KB[39m
|
|
38
|
-
[32mESM[39m ⚡️ Build success in
|
|
38
|
+
[32mESM[39m ⚡️ Build success in 371ms
|
|
39
39
|
[34mDTS[39m Build start
|
|
40
|
-
[32mDTS[39m ⚡️ Build success in
|
|
40
|
+
[32mDTS[39m ⚡️ Build success in 16969ms
|
|
41
41
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m7.57 KB[39m
|
|
42
42
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m7.57 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @axiom-lattice/gateway
|
|
2
2
|
|
|
3
|
+
## 2.1.104
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4ff0c0f: enhance share
|
|
8
|
+
- Updated dependencies [4ff0c0f]
|
|
9
|
+
- @axiom-lattice/core@2.1.92
|
|
10
|
+
- @axiom-lattice/agent-eval@2.1.86
|
|
11
|
+
- @axiom-lattice/pg-stores@1.0.83
|
|
12
|
+
|
|
3
13
|
## 2.1.103
|
|
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.
|
|
3
|
+
"version": "2.1.104",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"redis": "^5.0.1",
|
|
42
42
|
"uuid": "^9.0.1",
|
|
43
43
|
"zod": "3.25.76",
|
|
44
|
-
"@axiom-lattice/agent-eval": "2.1.
|
|
45
|
-
"@axiom-lattice/core": "2.1.
|
|
46
|
-
"@axiom-lattice/pg-stores": "1.0.
|
|
44
|
+
"@axiom-lattice/agent-eval": "2.1.86",
|
|
45
|
+
"@axiom-lattice/core": "2.1.92",
|
|
46
|
+
"@axiom-lattice/pg-stores": "1.0.83",
|
|
47
47
|
"@axiom-lattice/protocols": "2.1.46",
|
|
48
48
|
"@axiom-lattice/queue-redis": "1.0.45"
|
|
49
49
|
},
|