typescript 5.5.0-dev.20240603 → 5.6.0-dev.20240604

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.
@@ -3616,7 +3616,7 @@ declare namespace ts {
3616
3616
  readDirectory(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undefined, includes: readonly string[] | undefined, depth?: number): string[];
3617
3617
  }
3618
3618
  }
3619
- const versionMajorMinor = "5.5";
3619
+ const versionMajorMinor = "5.6";
3620
3620
  /** The version of the TypeScript compiler release */
3621
3621
  const version: string;
3622
3622
  /**