@definitelytyped/typescript-versions
Advanced tools
Comparing version 0.0.166-next.1 to 0.0.166-next.3
@@ -7,3 +7,3 @@ /** Parseable but unsupported TypeScript versions. */ | ||
*/ | ||
export type TypeScriptVersion = "4.4" | "4.5" | "4.6" | "4.7" | "4.8" | "4.9" | "5.0" | "5.1" | "5.2"; | ||
export type TypeScriptVersion = "4.4" | "4.5" | "4.6" | "4.7" | "4.8" | "4.9" | "5.0" | "5.1" | "5.2" | "5.3"; | ||
export 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.2"]; | ||
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.2", "5.3"]; | ||
/** 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.166-next.1", | ||
"version": "0.0.166-next.3", | ||
"description": "List of supported TypeScript versions", | ||
@@ -20,3 +20,3 @@ "author": "Andrew Branch <andrew@wheream.io>", | ||
}, | ||
"gitHead": "00562c67d163145d9ce512d0d3d32bb49a9c8af5" | ||
"gitHead": "4ff7996405e7b3a61ae47bbbbaca3f86f492b012" | ||
} |
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
9330