@mastra/core 1.0.0 → 1.0.4

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 1.0.4
4
+
5
+ ## 1.0.4-alpha.0
6
+
3
7
  ## 1.0.0
4
8
 
5
9
  ### Major Changes
@@ -53,4 +53,4 @@ docs/
53
53
  ## Version
54
54
 
55
55
  Package: @mastra/core
56
- Version: 1.0.0
56
+ Version: 1.0.4
@@ -5,7 +5,7 @@ description: Documentation for @mastra/core. Includes links to type definitions
5
5
 
6
6
  # @mastra/core Documentation
7
7
 
8
- > **Version**: 1.0.0
8
+ > **Version**: 1.0.4
9
9
  > **Package**: @mastra/core
10
10
 
11
11
  ## Quick Navigation
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.4",
3
3
  "package": "@mastra/core",
4
4
  "exports": {
5
5
  "Agent": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/core",
3
- "version": "1.0.0",
3
+ "version": "1.0.4",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -251,12 +251,12 @@
251
251
  "typescript": "^5.9.3",
252
252
  "vitest": "4.0.16",
253
253
  "zod": "^3.25.76",
254
- "@internal/ai-sdk-v5": "0.0.1",
255
- "@internal/ai-sdk-v4": "0.0.1",
256
- "@internal/ai-v6": "0.0.1",
257
- "@internal/types-builder": "0.0.29",
258
- "@internal/lint": "0.0.54",
259
- "@internal/external-types": "0.0.4"
254
+ "@internal/ai-sdk-v4": "0.0.2",
255
+ "@internal/ai-v6": "0.0.2",
256
+ "@internal/ai-sdk-v5": "0.0.2",
257
+ "@internal/external-types": "0.0.5",
258
+ "@internal/types-builder": "0.0.30",
259
+ "@internal/lint": "0.0.55"
260
260
  },
261
261
  "engines": {
262
262
  "node": ">=22.13.0"