@mastra/mysql 0.3.3-alpha.1 → 0.3.3-alpha.2

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mastra/mysql
2
2
 
3
+ ## 0.3.3-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Raise `@mastra/core` peer floor to `>=1.49.0-0` on all storage adapters so the tenancy-related named exports the adapters now consume are guaranteed to exist at install time. ([#18861](https://github.com/mastra-ai/mastra/pull/18861))
8
+
3
9
  ## 0.3.3-alpha.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mysql",
3
- "version": "0.3.3-alpha.1",
3
+ "version": "0.3.3-alpha.2",
4
4
  "description": "MySQL provider for Mastra - db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,13 +31,13 @@
31
31
  "tsx": "^4.22.4",
32
32
  "typescript": "^6.0.3",
33
33
  "vitest": "4.1.8",
34
- "@internal/lint": "0.0.110",
35
34
  "@internal/storage-test-utils": "0.0.106",
36
35
  "@internal/types-builder": "0.0.85",
36
+ "@internal/lint": "0.0.110",
37
37
  "@mastra/core": "1.49.0-alpha.5"
38
38
  },
39
39
  "peerDependencies": {
40
- "@mastra/core": ">=1.42.1-0 <2.0.0-0"
40
+ "@mastra/core": ">=1.49.0-0 <2.0.0-0"
41
41
  },
42
42
  "files": [
43
43
  "dist",