mastra 0.1.57-alpha.93 → 0.1.57-alpha.95
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/commands/deploy/cloudflare/index.d.ts.map +1 -1
- package/dist/commands/deploy/cloudflare/index.js +4 -0
- package/package.json +5 -7
- package/src/playground/dist/assets/{index-CDMrHAo1.js → index-Bc0C61_9.js} +16 -16
- package/src/playground/dist/assets/{index-CwxvG7C_.js → index-OyF976_j.js} +1 -1
- package/src/playground/dist/assets/style-B-UUyNC6.css +1 -0
- package/src/playground/dist/index.html +2 -2
- package/src/playground/dist/assets/style-7CS44jOg.css +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/deploy/cloudflare/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C,qBAAa,kBAAmB,SAAQ,QAAQ;IAC9C,IAAI,SAAgB;IAEd,UAAU;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/commands/deploy/cloudflare/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C,qBAAa,kBAAmB,SAAQ,QAAQ;IAC9C,IAAI,SAAgB;IAEd,UAAU;IAUV,KAAK,CAAC,EAAE,GAAG,EAAE,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAE;IAIlD,YAAY;IA2ClB,UAAU,IAAI,IAAI;IA4CZ,aAAa,CAAC,EAAE,KAAK,EAAE,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,IAAI,CAAC;CAajE"}
|
|
@@ -10,6 +10,10 @@ export class CloudflareDeployer extends Deployer {
|
|
|
10
10
|
this.name = 'Cloudflare';
|
|
11
11
|
}
|
|
12
12
|
async installCli() {
|
|
13
|
+
if (process.env.SKIP_INSTALL_CLI === 'true') {
|
|
14
|
+
console.log('Skipping Wrangler CLI installation...');
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
13
17
|
console.log('Installing Wrangler CLI...');
|
|
14
18
|
const depsService = new DepsService();
|
|
15
19
|
await depsService.installPackages(['wrangler -g']);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastra",
|
|
3
|
-
"version": "0.1.57-alpha.
|
|
3
|
+
"version": "0.1.57-alpha.95",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "cli for mastra",
|
|
6
6
|
"type": "module",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@radix-ui/react-label": "^2.1.0",
|
|
35
35
|
"@radix-ui/react-popover": "^1.1.1",
|
|
36
36
|
"@radix-ui/react-radio-group": "^1.2.1",
|
|
37
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
37
|
+
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
38
38
|
"@radix-ui/react-select": "^2.1.3",
|
|
39
39
|
"@radix-ui/react-slot": "^1.1.0",
|
|
40
40
|
"@radix-ui/react-switch": "^1.1.2",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"fs-extra": "^11.2.0",
|
|
62
62
|
"is-port-reachable": "^4.0.0",
|
|
63
63
|
"itty-router": "^5.0.18",
|
|
64
|
-
"jest": "^29.7.0",
|
|
65
64
|
"json-schema-to-zod": "^2.5.0",
|
|
66
65
|
"lucide-react": "^0.468.0",
|
|
67
66
|
"memfs": "^4.14.0",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"tailwind-merge": "^2.5.5",
|
|
89
88
|
"tailwindcss-animate": "^1.0.7",
|
|
90
89
|
"tcp-port-used": "^1.0.2",
|
|
91
|
-
"ts-jest": "^29.2.4",
|
|
92
90
|
"tsconfig-paths": "^4.2.0",
|
|
93
91
|
"type-fest": "^4.30.0",
|
|
94
92
|
"typescript": "^5.5.4",
|
|
@@ -96,12 +94,11 @@
|
|
|
96
94
|
"yocto-spinner": "^0.1.1",
|
|
97
95
|
"zod": "^3.24.1",
|
|
98
96
|
"zod-to-json-schema": "^3.24.1",
|
|
99
|
-
"@mastra/core": "0.1.27-alpha.
|
|
97
|
+
"@mastra/core": "0.1.27-alpha.64"
|
|
100
98
|
},
|
|
101
99
|
"devDependencies": {
|
|
102
100
|
"@types/express": "^5.0.0",
|
|
103
101
|
"@types/fs-extra": "^11.0.4",
|
|
104
|
-
"@types/jest": "^29.5.12",
|
|
105
102
|
"@types/node": "^22.10.0",
|
|
106
103
|
"@types/prompt": "^1.1.8",
|
|
107
104
|
"@types/react": "^18",
|
|
@@ -126,7 +123,8 @@
|
|
|
126
123
|
"dev:playground": "cd src/playground && vite",
|
|
127
124
|
"init": "npx tsx src/index.ts init",
|
|
128
125
|
"dev": "npx tsx src/index.ts dev",
|
|
129
|
-
"test": "
|
|
126
|
+
"test": "vitest run",
|
|
127
|
+
"test:watch": "vitest watch",
|
|
130
128
|
"clean": "rm -rf dist && rm -rf node_modules",
|
|
131
129
|
"typecheck": "tsc --noEmit --incremental",
|
|
132
130
|
"postinstall": "node src/scripts/postinstall.js"
|