@mastra/schema-compat 0.0.0-fix-9244-clickhouse-metadata-20251104223105 → 0.0.0-main-test-20251105183450

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 -1
  2. package/package.json +7 -4
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # @mastra/schema-compat
2
2
 
3
- ## 0.0.0-fix-9244-clickhouse-metadata-20251104223105
3
+ ## 0.0.0-main-test-20251105183450
4
4
 
5
5
  ### Major Changes
6
6
 
7
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
8
+
7
9
  - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
8
10
 
9
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/schema-compat",
3
- "version": "0.0.0-fix-9244-clickhouse-metadata-20251104223105",
3
+ "version": "0.0.0-main-test-20251105183450",
4
4
  "description": "Tool schema compatibility layer for Mastra.ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -58,9 +58,9 @@
58
58
  "typescript": "^5.8.3",
59
59
  "vitest": "^3.2.4",
60
60
  "zod": "^3.25.76",
61
- "@internal/lint": "0.0.0-fix-9244-clickhouse-metadata-20251104223105",
62
- "@internal/types-builder": "0.0.0-fix-9244-clickhouse-metadata-20251104223105",
63
- "@internal/ai-sdk-v4": "0.0.0-fix-9244-clickhouse-metadata-20251104223105"
61
+ "@internal/types-builder": "0.0.0-main-test-20251105183450",
62
+ "@internal/lint": "0.0.0-main-test-20251105183450",
63
+ "@internal/ai-sdk-v4": "0.0.0-main-test-20251105183450"
64
64
  },
65
65
  "homepage": "https://mastra.ai",
66
66
  "repository": {
@@ -71,6 +71,9 @@
71
71
  "bugs": {
72
72
  "url": "https://github.com/mastra-ai/mastra/issues"
73
73
  },
74
+ "engines": {
75
+ "node": ">=22.13.0"
76
+ },
74
77
  "scripts": {
75
78
  "build": "tsup --silent --config tsup.config.ts",
76
79
  "build:watch": "tsup --watch --silent --config tsup.config.ts",