@mastra/mysql 0.8.4-alpha.0 → 0.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/mysql
2
2
 
3
+ ## 0.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed the store package failing to load when installed with `@mastra/core` older than 1.63.1, and corrected the minimum supported core version. ([#22548](https://github.com/mastra-ai/mastra/pull/22548))
8
+
9
+ - Updated dependencies [[`0a9d29c`](https://github.com/mastra-ai/mastra/commit/0a9d29c0c4dbbaa6afc1c8146cdd41759cbd4002)]:
10
+ - @mastra/core@1.63.2
11
+
3
12
  ## 0.8.4-alpha.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mysql",
3
- "version": "0.8.4-alpha.0",
3
+ "version": "0.8.4",
4
4
  "description": "MySQL provider for Mastra - db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,10 +31,10 @@
31
31
  "tsx": "^4.23.1",
32
32
  "typescript": "^6.0.3",
33
33
  "vitest": "4.1.10",
34
- "@internal/lint": "0.0.128",
35
- "@internal/types-builder": "0.0.103",
36
- "@internal/storage-test-utils": "0.0.124",
37
- "@mastra/core": "1.63.2-alpha.0"
34
+ "@internal/types-builder": "0.0.104",
35
+ "@internal/lint": "0.0.129",
36
+ "@internal/storage-test-utils": "0.0.125",
37
+ "@mastra/core": "1.63.2"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@mastra/core": ">=1.63.1-0 <2.0.0-0"