@cucumber/messages
Advanced tools
Comparing version 26.0.0 to 26.0.1
@@ -1,2 +0,2 @@ | ||
export declare const version = "26.0.0"; | ||
export declare const version = "26.0.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is automatically generated using npm scripts | ||
exports.version = '26.0.0'; | ||
exports.version = '26.0.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "26.0.0"; | ||
export declare const version = "26.0.1"; | ||
//# sourceMappingURL=version.d.ts.map |
// This file is automatically generated using npm scripts | ||
export const version = '26.0.0'; | ||
export const version = '26.0.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@cucumber/messages", | ||
"version": "26.0.0", | ||
"version": "26.0.1", | ||
"description": "JSON schema-based messages for Cucumber's inter-process communication", | ||
@@ -45,4 +45,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/mocha": "10.0.7", | ||
"@types/node": "20.14.15", | ||
"@types/mocha": "10.0.8", | ||
"@types/node": "20.16.5", | ||
"copyfiles": "2.4.1", | ||
@@ -52,3 +52,3 @@ "mocha": "10.7.3", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.5.4" | ||
"typescript": "5.6.2" | ||
}, | ||
@@ -55,0 +55,0 @@ "bugs": { |
@@ -83,3 +83,3 @@ { | ||
"stepDefinitionIds": { | ||
"description": "Pointer to all the matching `StepDefinition`s (if derived from a `PickleStep`)", | ||
"description": "Pointer to all the matching `StepDefinition`s (if derived from a `PickleStep`)\n Each element represents a matching step definition. A size of 0 means `UNDEFINED`,\n and a size of 2+ means `AMBIGUOUS`", | ||
"items": { | ||
@@ -91,3 +91,3 @@ "type": "string" | ||
"stepMatchArgumentsLists": { | ||
"description": "A list of list of StepMatchArgument (if derived from a `PickleStep`).\n Each element represents a matching step definition. A size of 0 means `UNDEFINED`,\n and a size of 2+ means `AMBIGUOUS`", | ||
"description": "A list of list of StepMatchArgument (if derived from a `PickleStep`).", | ||
"items": { | ||
@@ -94,0 +94,0 @@ "$ref": "#/definitions/StepMatchArgumentsList" |
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
266374