@mastra/deployer 1.22.0 → 1.23.0-alpha.1

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.
@@ -1,2 +1,2 @@
1
- export declare const html = "\n<!doctype html>\n<html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n <title>Welcome to Mastra</title>\n <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/inter-ui/3.19.3/inter.min.css\" />\n <style>\n body {\n margin: 0;\n padding: 0;\n background-color: #0d0d0d;\n color: #ffffff;\n font-family:\n 'Inter',\n -apple-system,\n BlinkMacSystemFont,\n system-ui,\n sans-serif;\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n }\n\n main {\n flex: 1;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 2rem;\n text-align: center;\n }\n\n h1 {\n font-size: 4rem;\n font-weight: 600;\n margin: 0 0 1rem 0;\n background: linear-gradient(to right, #fff, #ccc);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n line-height: 1.2;\n }\n\n .subtitle {\n color: #9ca3af;\n font-size: 1.25rem;\n max-width: 600px;\n margin: 0 auto 3rem auto;\n line-height: 1.6;\n }\n\n .docs-link {\n background-color: #1a1a1a;\n padding: 1rem 2rem;\n border-radius: 0.5rem;\n display: flex;\n align-items: center;\n gap: 1rem;\n font-family: monospace;\n font-size: 1rem;\n color: #ffffff;\n text-decoration: none;\n transition: background-color 0.2s;\n }\n\n .docs-link:hover {\n background-color: #252525;\n }\n\n .arrow-icon {\n transition: transform 0.2s;\n }\n\n .docs-link:hover .arrow-icon {\n transform: translateX(4px);\n }\n </style>\n </head>\n <body>\n <main>\n <h1>Welcome to Mastra</h1>\n <p class=\"subtitle\">\n Prototype and productionize AI features with a modern JS/TS stack.\n </p>\n\n <a href=\"https://mastra.ai/docs\" class=\"docs-link\">\n Browse the docs\n <svg\n class=\"arrow-icon\"\n width=\"20\"\n height=\"20\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n >\n <path d=\"M5 12h14M12 5l7 7-7 7\" />\n </svg>\n </a>\n </main>\n </body>\n</html>\n";
1
+ export declare function welcomeHtml(apiPrefix?: string): string;
2
2
  //# sourceMappingURL=welcome.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"welcome.d.ts","sourceRoot":"","sources":["../../src/server/welcome.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,ygFAwGhB,CAAC"}
1
+ {"version":3,"file":"welcome.d.ts","sourceRoot":"","sources":["../../src/server/welcome.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,SAAS,GAAE,MAAe,UAgarD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.22.0",
3
+ "version": "1.23.0-alpha.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -113,7 +113,7 @@
113
113
  "tinyglobby": "^0.2.15",
114
114
  "typescript-paths": "^1.5.1",
115
115
  "ws": "^8.18.0",
116
- "@mastra/server": "1.22.0"
116
+ "@mastra/server": "1.23.0-alpha.1"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hono/node-server": "^1.19.11",
@@ -133,13 +133,13 @@
133
133
  "typescript": "^5.9.3",
134
134
  "vitest": "4.0.18",
135
135
  "zod": "^4.3.6",
136
- "@internal/lint": "0.0.79",
137
136
  "@internal/types-builder": "0.0.54",
138
137
  "@mastra/agent-browser": "0.1.0",
139
- "@mastra/hono": "1.4.0",
138
+ "@internal/lint": "0.0.79",
139
+ "@mastra/core": "1.23.0-alpha.1",
140
+ "@mastra/hono": "1.4.1-alpha.1",
140
141
  "@mastra/mcp": "^1.4.1",
141
- "@mastra/core": "1.22.0",
142
- "@mastra/server": "1.22.0"
142
+ "@mastra/server": "1.23.0-alpha.1"
143
143
  },
144
144
  "peerDependencies": {
145
145
  "@mastra/core": ">=1.0.0-0 <2.0.0-0",