@definitelytyped/typescript-versions
Advanced tools
Comparing version 0.0.149 to 0.0.150-next.0
@@ -7,3 +7,3 @@ /** Parseable but unsupported TypeScript versions. */ | ||
*/ | ||
export declare type TypeScriptVersion = "4.2" | "4.3" | "4.4" | "4.5" | "4.6" | "4.7" | "4.8" | "4.9" | "5.0"; | ||
export declare type TypeScriptVersion = "4.2" | "4.3" | "4.4" | "4.5" | "4.6" | "4.7" | "4.8" | "4.9" | "5.0" | "5.1"; | ||
export declare type AllTypeScriptVersion = UnsupportedTypeScriptVersion | TypeScriptVersion; | ||
@@ -10,0 +10,0 @@ export declare namespace TypeScriptVersion { |
@@ -13,3 +13,3 @@ "use strict"; | ||
/** Add to this list when a version is available as typescript@next */ | ||
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.0"]; | ||
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.0", "5.1"]; | ||
/** Add to this list when it will no longer be supported on Definitely Typed */ | ||
@@ -16,0 +16,0 @@ TypeScriptVersion.unsupported = [ |
{ | ||
"name": "@definitelytyped/typescript-versions", | ||
"version": "0.0.149", | ||
"version": "0.0.150-next.0", | ||
"description": "List of supported TypeScript versions", | ||
@@ -20,3 +20,3 @@ "author": "Andrew Branch <andrew@wheream.io>", | ||
}, | ||
"gitHead": "4b46bd0681e99080414b8cc1f80f31190e2da642" | ||
"gitHead": "8bff9d7e830c26c40395d598acea2028684a1999" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9288