@mastra/deployer 0.1.2 → 0.1.3-alpha.0
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
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/deployer@0.1.
|
|
2
|
+
> @mastra/deployer@0.1.3-alpha.0 build /home/runner/work/mastra/mastra/packages/deployer
|
|
3
3
|
> tsup src/index.ts src/build/index.ts src/server/index.ts src/build/bundler.ts src/build/analyze.ts src/bundler/index.ts --format esm --clean --experimental-dts --treeshake --publicDir
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/build/analyze.ts, src/build/bundler.ts, src/build/index.ts, src/bundler/index.ts, src/server/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.3.6
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 18665ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.7.3
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/packages/deployer/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
|
-
[32mDTS[39m ⚡️ Build success in
|
|
14
|
+
[32mDTS[39m ⚡️ Build success in 9323ms
|
|
15
15
|
[34mCLI[39m Cleaning output folder
|
|
16
16
|
[34mESM[39m Build start
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m3.72 KB[39m
|
|
17
18
|
[32mESM[39m [1mdist/build/analyze.js [22m[32m85.00 B[39m
|
|
18
|
-
[32mESM[39m [1mdist/bundler/index.js [22m[32m172.00 B[39m
|
|
19
19
|
[32mESM[39m [1mdist/build/bundler.js [22m[32m102.00 B[39m
|
|
20
20
|
[32mESM[39m [1mdist/build/index.js [22m[32m383.00 B[39m
|
|
21
|
+
[32mESM[39m [1mdist/chunk-2S4LOARP.js [22m[32m7.41 KB[39m
|
|
22
|
+
[32mESM[39m [1mdist/bundler/index.js [22m[32m172.00 B[39m
|
|
21
23
|
[32mESM[39m [1mdist/chunk-S6JYNXAW.js [22m[32m4.40 KB[39m
|
|
22
|
-
[32mESM[39m [1mdist/index.js [22m[32m3.72 KB[39m
|
|
23
24
|
[32mESM[39m [1mdist/chunk-AXS5WSIK.js [22m[32m8.23 KB[39m
|
|
24
|
-
[32mESM[39m [1mdist/chunk-2S4LOARP.js [22m[32m7.41 KB[39m
|
|
25
25
|
[32mESM[39m [1mdist/chunk-KXS4XYEJ.js [22m[32m7.20 KB[39m
|
|
26
26
|
[32mESM[39m [1mdist/chunk-YNXJO2XU.js [22m[32m2.08 KB[39m
|
|
27
27
|
[32mESM[39m [1mdist/chunk-Z3IHWUWI.js [22m[32m8.13 KB[39m
|
|
28
|
-
[32mESM[39m [1mdist/server/index.js [22m[32m147.
|
|
29
|
-
[32mESM[39m ⚡️ Build success in
|
|
28
|
+
[32mESM[39m [1mdist/server/index.js [22m[32m147.44 KB[39m
|
|
29
|
+
[32mESM[39m ⚡️ Build success in 3082ms
|
package/CHANGELOG.md
CHANGED
package/dist/server/index.js
CHANGED
|
@@ -3289,7 +3289,8 @@ async function getTelemetryHandler(c2) {
|
|
|
3289
3289
|
const mastra = c2.get("mastra");
|
|
3290
3290
|
const telemetry = mastra.telemetry;
|
|
3291
3291
|
const storage = mastra.storage;
|
|
3292
|
-
const { name, scope, page, perPage
|
|
3292
|
+
const { name, scope, page, perPage } = c2.req.query();
|
|
3293
|
+
const attribute = c2.req.queries("attribute");
|
|
3293
3294
|
if (!telemetry) {
|
|
3294
3295
|
throw new HTTPException(400, { message: "Telemetry is not initialized" });
|
|
3295
3296
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
53
53
|
"rollup-plugin-node-externals": "^8.0.0",
|
|
54
54
|
"zod": "^3.24.1",
|
|
55
|
-
"@mastra/core": "^0.
|
|
55
|
+
"@mastra/core": "^0.4.0-alpha.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@hono/node-server": "^1.13.7",
|
|
@@ -12,7 +12,8 @@ export async function getTelemetryHandler(c: Context) {
|
|
|
12
12
|
const telemetry: Telemetry = mastra.telemetry;
|
|
13
13
|
const storage: MastraStorage = mastra.storage;
|
|
14
14
|
|
|
15
|
-
const { name, scope, page, perPage
|
|
15
|
+
const { name, scope, page, perPage } = c.req.query();
|
|
16
|
+
const attribute = c.req.queries('attribute');
|
|
16
17
|
|
|
17
18
|
if (!telemetry) {
|
|
18
19
|
throw new HTTPException(400, { message: 'Telemetry is not initialized' });
|