File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ describe("Types", () => {
1212
1313 test ( "should have correct latest protocol version" , ( ) => {
1414 expect ( LATEST_PROTOCOL_VERSION ) . toBeDefined ( ) ;
15- expect ( LATEST_PROTOCOL_VERSION ) . toBe ( "2025-06-17 " ) ;
15+ expect ( LATEST_PROTOCOL_VERSION ) . toBe ( "2025-06-18 " ) ;
1616 } ) ;
1717 test ( "should have correct supported protocol versions" , ( ) => {
1818 expect ( SUPPORTED_PROTOCOL_VERSIONS ) . toBeDefined ( ) ;
Original file line number Diff line number Diff line change 11import { z , ZodTypeAny } from "zod" ;
22
3- export const LATEST_PROTOCOL_VERSION = "2025-06-17 " ;
3+ export const LATEST_PROTOCOL_VERSION = "2025-06-18 " ;
44export const DEFAULT_NEGOTIATED_PROTOCOL_VERSION = "2025-03-26" ;
55export const SUPPORTED_PROTOCOL_VERSIONS = [
66 LATEST_PROTOCOL_VERSION ,
You can’t perform that action at this time.
0 commit comments