@mastra/deployer 0.21.1-alpha.0 → 0.21.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add undici to global external list ([#8877](https://github.com/mastra-ai/mastra/pull/8877))
8
+
9
+ - Small fix for adding ESM shims when e.g. `__dirname` is used ([#8898](https://github.com/mastra-ai/mastra/pull/8898))
10
+
11
+ - Pin `@rollup/*` dependencies to fixed versions (instead of using `^`) to: ([#8900](https://github.com/mastra-ai/mastra/pull/8900))
12
+ - Hotfix a bug inside `@rollup/plugin-commonjs`
13
+ - Have more control over the versions in the future to not have breakages over night
14
+
15
+ - Updated dependencies [[`ca85c93`](https://github.com/mastra-ai/mastra/commit/ca85c932b232e6ad820c811ec176d98e68c59b0a), [`a1d40f8`](https://github.com/mastra-ai/mastra/commit/a1d40f88d4ce42c4508774ad22e38ac582157af2), [`01c4a25`](https://github.com/mastra-ai/mastra/commit/01c4a2506c514d5e861c004d3d2fb3791c6391f3), [`cce8aad`](https://github.com/mastra-ai/mastra/commit/cce8aad878a0dd98e5647680f3765caba0b1701c)]:
16
+ - @mastra/core@0.21.1
17
+ - @mastra/server@0.21.1
18
+
3
19
  ## 0.21.1-alpha.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "0.21.1-alpha.0",
3
+ "version": "0.21.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -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": "^0.21.1-alpha.0"
117
+ "@mastra/server": "^0.21.1"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@hono/node-server": "^1.19.5",
@@ -134,10 +134,10 @@
134
134
  "typescript": "^5.8.3",
135
135
  "vitest": "^3.2.4",
136
136
  "zod": "^3.25.76",
137
- "@internal/lint": "0.0.49",
138
- "@internal/types-builder": "0.0.24",
137
+ "@internal/lint": "0.0.50",
138
+ "@internal/types-builder": "0.0.25",
139
139
  "@mastra/mcp": "^0.13.5",
140
- "@mastra/core": "0.21.1-alpha.0"
140
+ "@mastra/core": "0.21.1"
141
141
  },
142
142
  "peerDependencies": {
143
143
  "@mastra/core": ">=0.21.0-0 <0.22.0-0",