@definitelytyped/header-parser
Advanced tools
Comparing version 0.0.27-next.2 to 0.0.27-next.3
@@ -164,3 +164,3 @@ "use strict"; | ||
.then(typeScriptVersionLineParser) | ||
.fallback("2.8"); | ||
.fallback("2.9"); | ||
function parseTypeScriptVersionLine(line) { | ||
@@ -167,0 +167,0 @@ const result = typeScriptVersionLineParser.parse(line); |
{ | ||
"name": "@definitelytyped/header-parser", | ||
"version": "0.0.27-next.2", | ||
"version": "0.0.27-next.3", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "author": "Nathan Shively-Sanders <nathansa@microsoft.com>", | ||
"dependencies": { | ||
"@definitelytyped/typescript-versions": "^0.0.26", | ||
"@definitelytyped/typescript-versions": "^0.0.27-next.3", | ||
"@types/parsimmon": "^1.10.1", | ||
@@ -31,3 +31,3 @@ "parsimmon": "^1.13.0" | ||
}, | ||
"gitHead": "d42548617aa37a4c4a372cd9e48f31a60aabb8f2" | ||
"gitHead": "707656c1c98d61d73dc70d6e74090c7acea5d9eb" | ||
} |
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
18428
+ Added@definitelytyped/typescript-versions@0.0.27(transitive)
- Removed@definitelytyped/typescript-versions@0.0.26(transitive)