@mastra/core 0.17.1-alpha.0 → 0.17.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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Refactor agent.#execute fn workflow to make code easier to follow. ([#7964](https://github.com/mastra-ai/mastra/pull/7964))
8
+
9
+ - fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
10
+
11
+ - feat: Add system option support to VNext methods ([#7925](https://github.com/mastra-ai/mastra/pull/7925))
12
+
3
13
  ## 0.17.1-alpha.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/core",
3
- "version": "0.17.1-alpha.0",
3
+ "version": "0.17.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -229,8 +229,8 @@
229
229
  "typescript": "^5.8.3",
230
230
  "vitest": "^3.2.4",
231
231
  "zod": "^3.25.76",
232
- "@internal/lint": "0.0.40",
233
- "@internal/types-builder": "0.0.15"
232
+ "@internal/lint": "0.0.41",
233
+ "@internal/types-builder": "0.0.16"
234
234
  },
235
235
  "engines": {
236
236
  "node": ">=20"