ai 5.0.0-beta.6 → 5.0.0-beta.7

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,11 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-beta.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 60132dd: fixed date formatting for updated mcp protocol version
8
+
3
9
  ## 5.0.0-beta.6
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -8401,7 +8401,7 @@ var import_v49 = require("zod/v4");
8401
8401
 
8402
8402
  // core/tool/mcp/types.ts
8403
8403
  var import_v48 = require("zod/v4");
8404
- var LATEST_PROTOCOL_VERSION = "2025-26-03";
8404
+ var LATEST_PROTOCOL_VERSION = "2025-03-26";
8405
8405
  var SUPPORTED_PROTOCOL_VERSIONS = [
8406
8406
  LATEST_PROTOCOL_VERSION,
8407
8407
  "2024-11-05"