Comparing version 0.6.13 to 0.6.14
@@ -16,2 +16,7 @@ # Changelog | ||
# 0.6.14 | ||
- **Bug Fix** | ||
- correct typing for `doubleQuotedString`, #46 (@ryota-ka) | ||
# 0.6.13 | ||
@@ -18,0 +23,0 @@ |
@@ -99,3 +99,3 @@ /** | ||
*/ | ||
export declare const doubleQuotedString: P.Parser<string, String> | ||
export declare const doubleQuotedString: P.Parser<string, string> | ||
/** | ||
@@ -102,0 +102,0 @@ * @summary |
@@ -99,3 +99,3 @@ /** | ||
*/ | ||
export declare const doubleQuotedString: P.Parser<string, String> | ||
export declare const doubleQuotedString: P.Parser<string, string> | ||
/** | ||
@@ -102,0 +102,0 @@ * @summary |
{ | ||
"name": "parser-ts", | ||
"version": "0.6.13", | ||
"version": "0.6.14", | ||
"description": "String parser combinators for TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
122726