@mastra/server 0.0.0-extract-tool-ui-inp-playground-ui-20251023135343 → 0.0.0-extract-tool-ui-inp-playground-ui-20251024041825

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/server
2
2
 
3
- ## 0.0.0-extract-tool-ui-inp-playground-ui-20251023135343
3
+ ## 0.0.0-extract-tool-ui-inp-playground-ui-20251024041825
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
12
12
 
13
- - Updated dependencies [[`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3)]:
14
- - @mastra/core@0.0.0-extract-tool-ui-inp-playground-ui-20251023135343
13
+ - Updated dependencies [[`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3)]:
14
+ - @mastra/core@0.0.0-extract-tool-ui-inp-playground-ui-20251024041825
15
15
 
16
16
  ## 0.22.2
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.0.0-extract-tool-ui-inp-playground-ui-20251023135343",
3
+ "version": "0.0.0-extract-tool-ui-inp-playground-ui-20251024041825",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -57,7 +57,7 @@
57
57
  "license": "Apache-2.0",
58
58
  "peerDependencies": {
59
59
  "zod": "^3.25.0 || ^4.0.0",
60
- "@mastra/core": "0.0.0-extract-tool-ui-inp-playground-ui-20251023135343"
60
+ "@mastra/core": "0.0.0-extract-tool-ui-inp-playground-ui-20251024041825"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@ai-sdk/openai": "^1.3.24",
@@ -70,11 +70,11 @@
70
70
  "typescript": "^5.8.3",
71
71
  "vitest": "^3.2.4",
72
72
  "zod": "^3.25.76",
73
- "@internal/lint": "0.0.0-extract-tool-ui-inp-playground-ui-20251023135343",
74
- "@mastra/agent-builder": "0.0.0-extract-tool-ui-inp-playground-ui-20251023135343",
75
- "@mastra/core": "0.0.0-extract-tool-ui-inp-playground-ui-20251023135343",
73
+ "@internal/lint": "0.0.0-extract-tool-ui-inp-playground-ui-20251024041825",
76
74
  "@internal/storage-test-utils": "0.0.49",
77
- "@internal/types-builder": "0.0.0-extract-tool-ui-inp-playground-ui-20251023135343"
75
+ "@mastra/core": "0.0.0-extract-tool-ui-inp-playground-ui-20251024041825",
76
+ "@mastra/agent-builder": "0.0.0-extract-tool-ui-inp-playground-ui-20251024041825",
77
+ "@internal/types-builder": "0.0.0-extract-tool-ui-inp-playground-ui-20251024041825"
78
78
  },
79
79
  "homepage": "https://mastra.ai",
80
80
  "repository": {