@mastra/deployer 0.14.2-alpha.0 → 0.14.2-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,4 +1,4 @@
1
- import type { Tool } from '@mastra/core';
1
+ import type { Tool } from '@mastra/core/tools';
2
2
  import type { Context } from 'hono';
3
3
  export interface ApiError extends Error {
4
4
  message: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/server/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,MAAM,WAAW,QAAS,SAAQ,KAAK;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,QAAQ,CAAC;CACnC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/server/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,MAAM,WAAW,QAAS,SAAQ,KAAK;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,QAAQ,CAAC;CACnC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.14.2-alpha.0",
3
+ "version": "0.14.2-alpha.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -107,12 +107,11 @@
107
107
  "hono": "^4.8.12",
108
108
  "local-pkg": "^1.1.2",
109
109
  "resolve-from": "^5.0.0",
110
- "rollup": "~4.46.4",
110
+ "rollup": "~4.47.1",
111
111
  "rollup-plugin-esbuild": "^6.2.1",
112
112
  "rollup-plugin-node-externals": "^8.0.1",
113
113
  "typescript-paths": "^1.5.1",
114
- "zod": "^3.25.67",
115
- "@mastra/server": "^0.14.2-alpha.0"
114
+ "@mastra/server": "^0.14.2-alpha.1"
116
115
  },
117
116
  "devDependencies": {
118
117
  "@hono/node-server": "^1.17.1",
@@ -131,13 +130,15 @@
131
130
  "type-fest": "^4.41.0",
132
131
  "typescript": "^5.8.3",
133
132
  "vitest": "^3.2.4",
133
+ "zod": "^3.25.67",
134
134
  "@internal/lint": "0.0.31",
135
135
  "@internal/types-builder": "0.0.6",
136
- "@mastra/core": "0.14.2-alpha.0",
137
- "@mastra/mcp": "^0.10.13-alpha.0"
136
+ "@mastra/core": "0.14.2-alpha.1",
137
+ "@mastra/mcp": "^0.10.13-alpha.1"
138
138
  },
139
139
  "peerDependencies": {
140
- "@mastra/core": ">=0.14.0-0 <0.15.0-0"
140
+ "@mastra/core": ">=0.12.0-0 <0.15.0-0",
141
+ "zod": "^3.0.0 || ^4.0.0"
141
142
  },
142
143
  "scripts": {
143
144
  "build": "tsup --silent --config tsup.config.ts",