mastra 0.2.0-alpha.170 → 0.2.0-alpha.171

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -180,7 +180,7 @@ var startServer = async (dotMastraPath, port, env) => {
180
180
  logger.info("[Mastra Dev] - Starting server...");
181
181
  currentServerProcess = execa(
182
182
  "node",
183
- ["--import", "./instrumentation.mjs", "--import=@opentelemetry/instrumentation/hook.mjs", "index.mjs"],
183
+ ["--import=./instrumentation.mjs", "--import=@opentelemetry/instrumentation/hook.mjs", "index.mjs"],
184
184
  {
185
185
  cwd: dotMastraPath,
186
186
  env: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastra",
3
- "version": "0.2.0-alpha.170",
3
+ "version": "0.2.0-alpha.171",
4
4
  "license": "MIT",
5
5
  "description": "cli for mastra",
6
6
  "type": "module",
@@ -55,7 +55,7 @@
55
55
  "zod": "^3.24.1",
56
56
  "zod-to-json-schema": "^3.24.1",
57
57
  "@mastra/core": "^0.2.0-alpha.110",
58
- "@mastra/deployer": "^0.1.0-alpha.62"
58
+ "@mastra/deployer": "^0.1.0-alpha.63"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@ai-sdk/openai": "^1.1.9",