@mastra/deployer 1.0.0-beta.0 → 1.0.0-beta.2

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/CHANGELOG.md +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.0.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46)]:
8
+ - @mastra/core@1.0.0-beta.2
9
+ - @mastra/server@1.0.0-beta.2
10
+
11
+ ## 1.0.0-beta.1
12
+
13
+ ### Patch Changes
14
+
15
+ - dependencies updates: ([#9851](https://github.com/mastra-ai/mastra/pull/9851))
16
+ - Updated dependency [`@rollup/plugin-node-resolve@16.0.3` ↗︎](https://www.npmjs.com/package/@rollup/plugin-node-resolve/v/16.0.3) (from `16.0.2`, in `dependencies`)
17
+ - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
18
+ - @mastra/core@1.0.0-beta.1
19
+ - @mastra/server@1.0.0-beta.1
20
+
3
21
  ## 1.0.0-beta.0
4
22
 
5
23
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -95,7 +95,7 @@
95
95
  "@rollup/plugin-commonjs": "28.0.6",
96
96
  "@rollup/plugin-esm-shim": "0.1.8",
97
97
  "@rollup/plugin-json": "6.1.0",
98
- "@rollup/plugin-node-resolve": "16.0.2",
98
+ "@rollup/plugin-node-resolve": "16.0.3",
99
99
  "@rollup/plugin-virtual": "3.0.2",
100
100
  "@sindresorhus/slugify": "^2.2.1",
101
101
  "builtins": "^5.1.0",
@@ -114,7 +114,7 @@
114
114
  "rollup-plugin-node-externals": "^8.0.1",
115
115
  "tinyglobby": "^0.2.15",
116
116
  "typescript-paths": "^1.5.1",
117
- "@mastra/server": "^1.0.0-beta.0"
117
+ "@mastra/server": "^1.0.0-beta.2"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@hono/node-server": "^1.19.6",
@@ -135,9 +135,9 @@
135
135
  "vitest": "^3.2.4",
136
136
  "zod": "^3.25.76",
137
137
  "@internal/lint": "0.0.53",
138
- "@mastra/core": "1.0.0-beta.0",
139
138
  "@internal/types-builder": "0.0.28",
140
- "@mastra/mcp": "^1.0.0-beta.0"
139
+ "@mastra/core": "1.0.0-beta.2",
140
+ "@mastra/mcp": "^1.0.0-beta.1"
141
141
  },
142
142
  "peerDependencies": {
143
143
  "@mastra/core": ">=1.0.0-0 <2.0.0-0",