@axiom-lattice/gateway 2.1.68 → 2.1.69
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 +8 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @axiom-lattice/gateway@2.1.
|
|
2
|
+
> @axiom-lattice/gateway@2.1.69 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
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
You need to set the output format to "esm" for "import.meta" to work correctly.
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m201.26 KB[39m
|
|
22
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m436.63 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in 320ms
|
|
24
21
|
[32mCJS[39m [1mdist/index.js [22m[32m204.59 KB[39m
|
|
25
22
|
[32mCJS[39m [1mdist/index.js.map [22m[32m436.01 KB[39m
|
|
26
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 367ms
|
|
24
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m201.26 KB[39m
|
|
25
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m436.63 KB[39m
|
|
26
|
+
[32mESM[39m ⚡️ Build success in 389ms
|
|
27
27
|
[34mDTS[39m Build start
|
|
28
|
-
[32mDTS[39m ⚡️ Build success in
|
|
28
|
+
[32mDTS[39m ⚡️ Build success in 13238ms
|
|
29
29
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m3.85 KB[39m
|
|
30
30
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m3.85 KB[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axiom-lattice/gateway",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.69",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"pg": "^8.11.0",
|
|
40
40
|
"redis": "^5.0.1",
|
|
41
41
|
"uuid": "^9.0.1",
|
|
42
|
-
"@axiom-lattice/core": "2.1.
|
|
43
|
-
"@axiom-lattice/pg-stores": "1.0.
|
|
42
|
+
"@axiom-lattice/core": "2.1.61",
|
|
43
|
+
"@axiom-lattice/pg-stores": "1.0.51",
|
|
44
44
|
"@axiom-lattice/protocols": "2.1.31",
|
|
45
45
|
"@axiom-lattice/queue-redis": "1.0.30"
|
|
46
46
|
},
|