@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.
- package/.turbo/turbo-build.log +13 -13
- 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.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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -9,15 +9,6 @@
|
|
|
9
9
|
[34mCLI[39m Cleaning output folder
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[34mESM[39m Build start
|
|
12
|
-
[warn] [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m"import.meta" is not available with the "cjs" output format and will be empty[0m [empty-import-meta]
|
|
13
|
-
|
|
14
|
-
src/index.ts:189:33:
|
|
15
|
-
[37m 189 │ const __filename = fileURLToPath([32mimport.meta[37m.url);
|
|
16
|
-
╵ [32m~~~~~~~~~~~[0m
|
|
17
|
-
|
|
18
|
-
You need to set the output format to "esm" for "import.meta" to work correctly.
|
|
19
|
-
|
|
20
|
-
|
|
21
12
|
[32mESM[39m [1mdist/index.mjs [22m[32m270.95 KB[39m
|
|
22
13
|
[32mESM[39m [1mdist/sender-PX32VSHB.mjs [22m[32m873.00 B[39m
|
|
23
14
|
[32mESM[39m [1mdist/WechatChannelAdapter-QQYOHZTL.mjs [22m[32m7.95 KB[39m
|
|
@@ -28,11 +19,20 @@
|
|
|
28
19
|
[32mESM[39m [1mdist/WechatChannelAdapter-QQYOHZTL.mjs.map [22m[32m15.71 KB[39m
|
|
29
20
|
[32mESM[39m [1mdist/chunk-6CUQGDJI.mjs.map [22m[32m14.04 KB[39m
|
|
30
21
|
[32mESM[39m [1mdist/a2a-ERG5RMUW.mjs.map [22m[32m32.14 KB[39m
|
|
31
|
-
[32mESM[39m ⚡️ Build success in
|
|
22
|
+
[32mESM[39m ⚡️ Build success in 415ms
|
|
23
|
+
[warn] [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m"import.meta" is not available with the "cjs" output format and will be empty[0m [empty-import-meta]
|
|
24
|
+
|
|
25
|
+
src/index.ts:189:33:
|
|
26
|
+
[37m 189 │ const __filename = fileURLToPath([32mimport.meta[37m.url);
|
|
27
|
+
╵ [32m~~~~~~~~~~~[0m
|
|
28
|
+
|
|
29
|
+
You need to set the output format to "esm" for "import.meta" to work correctly.
|
|
30
|
+
|
|
31
|
+
|
|
32
32
|
[32mCJS[39m [1mdist/index.js [22m[32m308.91 KB[39m
|
|
33
33
|
[32mCJS[39m [1mdist/index.js.map [22m[32m639.22 KB[39m
|
|
34
|
-
[32mCJS[39m ⚡️ Build success in
|
|
34
|
+
[32mCJS[39m ⚡️ Build success in 453ms
|
|
35
35
|
[34mDTS[39m Build start
|
|
36
|
-
[32mDTS[39m ⚡️ Build success in
|
|
36
|
+
[32mDTS[39m ⚡️ Build success in 19628ms
|
|
37
37
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m7.57 KB[39m
|
|
38
38
|
[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.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.
|
|
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.
|
|
44
|
-
"@axiom-lattice/core": "2.1.
|
|
45
|
-
"@axiom-lattice/pg-stores": "1.0.
|
|
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
|
},
|