@axiom-lattice/gateway 2.1.114 → 2.1.117
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 +8 -8
- package/CHANGELOG.md +33 -0
- package/dist/index.js +176 -79
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +104 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/controllers/auth.ts +1 -5
- package/src/controllers/run.ts +5 -4
- package/src/controllers/tasks.ts +28 -1
- package/src/index.ts +1 -1
- package/src/routes/index.ts +5 -0
- package/src/routes/stt.ts +102 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @axiom-lattice/gateway@2.1.
|
|
2
|
+
> @axiom-lattice/gateway@2.1.117 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,10 +18,10 @@
|
|
|
18
18
|
You need to set the output format to "esm" for "import.meta" to work correctly.
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
[32mCJS[39m [1mdist/index.js [22m[
|
|
22
|
-
[32mCJS[39m [1mdist/index.js.map [22m[
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
24
|
-
[32mESM[39m [1mdist/index.mjs [22m[
|
|
21
|
+
[32mCJS[39m [1mdist/index.js [22m[32m412.49 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m838.48 KB[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 644ms
|
|
24
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m341.76 KB[39m
|
|
25
25
|
[32mESM[39m [1mdist/mcp-configs-SHRMQHIL.mjs [22m[32m685.00 B[39m
|
|
26
26
|
[32mESM[39m [1mdist/chunk-K4XELOSO.mjs [22m[32m12.52 KB[39m
|
|
27
27
|
[32mESM[39m [1mdist/sender-PX32VSHB.mjs [22m[32m873.00 B[39m
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
[32mESM[39m [1mdist/a2a-ERG5RMUW.mjs.map [22m[32m32.14 KB[39m
|
|
39
39
|
[32mESM[39m [1mdist/resources-VA7LSDKN.mjs.map [22m[32m29.34 KB[39m
|
|
40
40
|
[32mESM[39m [1mdist/chunk-LHQY46YB.mjs.map [22m[32m2.39 KB[39m
|
|
41
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[
|
|
42
|
-
[32mESM[39m ⚡️ Build success in
|
|
41
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m716.26 KB[39m
|
|
42
|
+
[32mESM[39m ⚡️ Build success in 648ms
|
|
43
43
|
[34mDTS[39m Build start
|
|
44
|
-
[32mDTS[39m ⚡️ Build success in
|
|
44
|
+
[32mDTS[39m ⚡️ Build success in 20771ms
|
|
45
45
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m7.57 KB[39m
|
|
46
46
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m7.57 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @axiom-lattice/gateway
|
|
2
2
|
|
|
3
|
+
## 2.1.117
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5e1486e: add voice input
|
|
8
|
+
- Updated dependencies [5e1486e]
|
|
9
|
+
- @axiom-lattice/core@2.1.103
|
|
10
|
+
- @axiom-lattice/pg-stores@1.0.94
|
|
11
|
+
- @axiom-lattice/protocols@2.1.54
|
|
12
|
+
- @axiom-lattice/queue-redis@1.0.53
|
|
13
|
+
|
|
14
|
+
## 2.1.116
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 075a384: add skill graph, tenant url
|
|
19
|
+
- Updated dependencies [075a384]
|
|
20
|
+
- @axiom-lattice/core@2.1.102
|
|
21
|
+
- @axiom-lattice/pg-stores@1.0.93
|
|
22
|
+
- @axiom-lattice/protocols@2.1.53
|
|
23
|
+
- @axiom-lattice/queue-redis@1.0.52
|
|
24
|
+
|
|
25
|
+
## 2.1.115
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- acdaec8: add read image file via llm
|
|
30
|
+
- Updated dependencies [acdaec8]
|
|
31
|
+
- @axiom-lattice/core@2.1.101
|
|
32
|
+
- @axiom-lattice/protocols@2.1.52
|
|
33
|
+
- @axiom-lattice/pg-stores@1.0.92
|
|
34
|
+
- @axiom-lattice/queue-redis@1.0.51
|
|
35
|
+
|
|
3
36
|
## 2.1.114
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|