@mastra/deployer 1.26.0-alpha.10 → 1.26.0-alpha.12
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/CHANGELOG.md +18 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.26.0-alpha.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a371ac5`](https://github.com/mastra-ai/mastra/commit/a371ac534aa1bb368a1acf9d8b313378dfdc787e), [`47cee3e`](https://github.com/mastra-ai/mastra/commit/47cee3e137fe39109cf7fffd2a8cf47b76dc702e), [`c80dc16`](https://github.com/mastra-ai/mastra/commit/c80dc16e113e6cc159f510ffde501ad4711b2189), [`47cee3e`](https://github.com/mastra-ai/mastra/commit/47cee3e137fe39109cf7fffd2a8cf47b76dc702e)]:
|
|
8
|
+
- @mastra/core@1.26.0-alpha.12
|
|
9
|
+
- @mastra/server@1.26.0-alpha.12
|
|
10
|
+
|
|
11
|
+
## 1.26.0-alpha.11
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- dependencies updates: ([#15538](https://github.com/mastra-ai/mastra/pull/15538))
|
|
16
|
+
- Updated dependency [`ws@^8.20.0` ↗︎](https://www.npmjs.com/package/ws/v/8.20.0) (from `^8.18.0`, in `dependencies`)
|
|
17
|
+
- Updated dependencies [[`20f59b8`](https://github.com/mastra-ai/mastra/commit/20f59b876cf91199efbc49a0e36b391240708f08), [`e2687a7`](https://github.com/mastra-ai/mastra/commit/e2687a7408790c384563816a9a28ed06735684c9), [`e2687a7`](https://github.com/mastra-ai/mastra/commit/e2687a7408790c384563816a9a28ed06735684c9), [`8f1b280`](https://github.com/mastra-ai/mastra/commit/8f1b280b7fe6999ec654f160cb69c1a8719e7a57), [`12df98c`](https://github.com/mastra-ai/mastra/commit/12df98c4904643d9481f5c78f3bed443725b4c96)]:
|
|
18
|
+
- @mastra/core@1.26.0-alpha.11
|
|
19
|
+
- @mastra/server@1.26.0-alpha.11
|
|
20
|
+
|
|
3
21
|
## 1.26.0-alpha.10
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: mastra-deployer
|
|
|
3
3
|
description: Documentation for @mastra/deployer. Use when working with @mastra/deployer APIs, configuration, or implementation.
|
|
4
4
|
metadata:
|
|
5
5
|
package: "@mastra/deployer"
|
|
6
|
-
version: "1.26.0-alpha.
|
|
6
|
+
version: "1.26.0-alpha.12"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.26.0-alpha.
|
|
3
|
+
"version": "1.26.0-alpha.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"strip-json-comments": "^5.0.3",
|
|
113
113
|
"tinyglobby": "^0.2.16",
|
|
114
114
|
"typescript-paths": "^1.5.1",
|
|
115
|
-
"ws": "^8.
|
|
116
|
-
"@mastra/server": "1.26.0-alpha.
|
|
115
|
+
"ws": "^8.20.0",
|
|
116
|
+
"@mastra/server": "1.26.0-alpha.12"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@hono/node-server": "^1.19.11",
|
|
@@ -122,24 +122,24 @@
|
|
|
122
122
|
"@types/babel__core": "^7.20.5",
|
|
123
123
|
"@types/fs-extra": "^11.0.4",
|
|
124
124
|
"@types/node": "22.19.15",
|
|
125
|
-
"@vitest/coverage-v8": "4.
|
|
126
|
-
"@vitest/ui": "4.
|
|
127
|
-
"eslint": "^
|
|
125
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
126
|
+
"@vitest/ui": "4.1.4",
|
|
127
|
+
"eslint": "^10.2.1",
|
|
128
128
|
"fetch-to-node": "^2.1.0",
|
|
129
129
|
"hono-openapi": "^1.3.0",
|
|
130
130
|
"stacktrace-parser": "^0.1.11",
|
|
131
131
|
"tsup": "^8.5.1",
|
|
132
132
|
"type-fest": "^5.4.4",
|
|
133
133
|
"typescript": "^5.9.3",
|
|
134
|
-
"vitest": "4.
|
|
134
|
+
"vitest": "4.1.4",
|
|
135
135
|
"zod": "^4.3.6",
|
|
136
136
|
"@internal/types-builder": "0.0.58",
|
|
137
|
+
"@mastra/agent-browser": "0.2.0",
|
|
137
138
|
"@internal/lint": "0.0.83",
|
|
138
|
-
"@mastra/core": "1.26.0-alpha.
|
|
139
|
+
"@mastra/core": "1.26.0-alpha.12",
|
|
139
140
|
"@mastra/mcp": "^1.5.1-alpha.1",
|
|
140
|
-
"@mastra/
|
|
141
|
-
"@mastra/
|
|
142
|
-
"@mastra/server": "1.26.0-alpha.10"
|
|
141
|
+
"@mastra/server": "1.26.0-alpha.12",
|
|
142
|
+
"@mastra/hono": "1.4.5-alpha.12"
|
|
143
143
|
},
|
|
144
144
|
"peerDependencies": {
|
|
145
145
|
"@mastra/core": ">=1.0.0-0 <2.0.0-0",
|