tagged-comment-parser
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -7,4 +7,4 @@ /** | ||
export declare const parse: (source: string) => { | ||
comment?: string | undefined; | ||
tags?: { | ||
comment: string | undefined; | ||
tags: { | ||
[index: string]: boolean | string | string[]; | ||
@@ -22,6 +22,6 @@ }; | ||
export declare const tryParse: (source: string | null | undefined) => { | ||
comment?: string | undefined; | ||
tags?: { | ||
comment: string | undefined; | ||
tags: { | ||
[index: string]: boolean | string | string[]; | ||
}; | ||
}; |
{ | ||
"name": "tagged-comment-parser", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"main": "index.js", | ||
@@ -10,4 +10,4 @@ "types": "index.d.ts", | ||
"devDependencies": { | ||
"@kristiandupont/dev-deps": "^1.5.0", | ||
"peggy": "3.0.1" | ||
"@kristiandupont/dev-deps": "^1.8.0", | ||
"peggy": "3.0.2" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
// Generated by Peggy 3.0.1. | ||
// Generated by Peggy 3.0.2. | ||
// | ||
@@ -3,0 +3,0 @@ // https://peggyjs.org/ |
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
30928