@definitelytyped/typescript-versions 0.0.113-next.16 → 0.0.113
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/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
export declare type UnsupportedTypeScriptVersion = "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "3.0" | "3.1" | "3.2" | "3.3" | "3.4" | "3.5" | "3.6" | "3.7" | "3.8" | "3.9";
|
|
3
3
|
/**
|
|
4
4
|
* Parseable and supported TypeScript versions.
|
|
5
|
-
* Only add to this list if we will support this version on
|
|
5
|
+
* Only add to this list if we will support this version on Definitely Typed.
|
|
6
6
|
*/
|
|
7
7
|
export declare type TypeScriptVersion = "4.0" | "4.1" | "4.2" | "4.3" | "4.4" | "4.5" | "4.6" | "4.7" | "4.8";
|
|
8
8
|
export declare type AllTypeScriptVersion = UnsupportedTypeScriptVersion | TypeScriptVersion;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/typescript-versions",
|
|
3
|
-
"version": "0.0.113
|
|
3
|
+
"version": "0.0.113",
|
|
4
4
|
"description": "List of supported TypeScript versions",
|
|
5
5
|
"author": "Andrew Branch <andrew@wheream.io>",
|
|
6
6
|
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/typescript-versions#readme",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"bugs": {
|
|
18
18
|
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "e377a7eaac469de6dd1e4f5cb0619630222dc4ca"
|
|
21
21
|
}
|