mastra 0.2.0-alpha.145 → 0.2.0-alpha.147
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -38,7 +38,7 @@ var BuildBundler = class extends Bundler {
|
|
|
38
38
|
await super.prepare(outputDirectory);
|
|
39
39
|
const __filename2 = fileURLToPath$1(import.meta.url);
|
|
40
40
|
const __dirname = dirname(__filename2);
|
|
41
|
-
const playgroundServePath = join(outputDirectory,
|
|
41
|
+
const playgroundServePath = join(outputDirectory, this.outputDir, "playground");
|
|
42
42
|
await fsExtra2.copy(join(dirname(__dirname), "src/playground/dist"), playgroundServePath, {
|
|
43
43
|
overwrite: true
|
|
44
44
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastra",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.147",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "cli for mastra",
|
|
6
6
|
"type": "module",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"zod": "^3.24.1",
|
|
57
57
|
"zod-to-json-schema": "^3.24.1",
|
|
58
58
|
"@mastra/core": "^0.2.0-alpha.92",
|
|
59
|
-
"@mastra/deployer": "^0.1.0-alpha.
|
|
59
|
+
"@mastra/deployer": "^0.1.0-alpha.39"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/express": "^5.0.0",
|