@cucumber/cucumber
Advanced tools
Comparing version 10.5.0 to 10.5.1
@@ -51,3 +51,3 @@ import * as messages from '@cucumber/messages'; | ||
regexp: readonly RegExp[] | readonly string[] | RegExp | string; | ||
transformer: (...match: string[]) => T; | ||
transformer?: (...match: string[]) => T; | ||
useForSnippets?: boolean; | ||
@@ -54,0 +54,0 @@ preferForRegexpMatch?: boolean; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "10.5.0"; | ||
export declare const version = "10.5.1"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = '10.5.0'; | ||
exports.version = '10.5.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "10.5.0", | ||
"version": "10.5.1", | ||
"funding": "https://opencollective.com/cucumber", | ||
@@ -14,0 +14,0 @@ "homepage": "https://github.com/cucumber/cucumber-js", |
Sorry, the diff of this file is not supported yet
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
861488