@cucumber/messages
Advanced tools
Comparing version 22.0.0 to 23.0.0
@@ -13,3 +13,3 @@ "use strict"; | ||
require("reflect-metadata"); | ||
var Attachment = exports.Attachment = /** @class */ (function () { | ||
var Attachment = /** @class */ (function () { | ||
function Attachment() { | ||
@@ -25,2 +25,3 @@ this.body = ''; | ||
}()); | ||
exports.Attachment = Attachment; | ||
var Duration = /** @class */ (function () { | ||
@@ -34,3 +35,3 @@ function Duration() { | ||
exports.Duration = Duration; | ||
var Envelope = exports.Envelope = /** @class */ (function () { | ||
var Envelope = /** @class */ (function () { | ||
function Envelope() { | ||
@@ -91,2 +92,3 @@ } | ||
}()); | ||
exports.Envelope = Envelope; | ||
var Exception = /** @class */ (function () { | ||
@@ -99,3 +101,3 @@ function Exception() { | ||
exports.Exception = Exception; | ||
var GherkinDocument = exports.GherkinDocument = /** @class */ (function () { | ||
var GherkinDocument = /** @class */ (function () { | ||
function GherkinDocument() { | ||
@@ -112,3 +114,4 @@ this.comments = []; | ||
}()); | ||
var Background = exports.Background = /** @class */ (function () { | ||
exports.GherkinDocument = GherkinDocument; | ||
var Background = /** @class */ (function () { | ||
function Background() { | ||
@@ -130,3 +133,4 @@ this.location = new Location(); | ||
}()); | ||
var Comment = exports.Comment = /** @class */ (function () { | ||
exports.Background = Background; | ||
var Comment = /** @class */ (function () { | ||
function Comment() { | ||
@@ -141,3 +145,4 @@ this.location = new Location(); | ||
}()); | ||
var DataTable = exports.DataTable = /** @class */ (function () { | ||
exports.Comment = Comment; | ||
var DataTable = /** @class */ (function () { | ||
function DataTable() { | ||
@@ -155,3 +160,4 @@ this.location = new Location(); | ||
}()); | ||
var DocString = exports.DocString = /** @class */ (function () { | ||
exports.DataTable = DataTable; | ||
var DocString = /** @class */ (function () { | ||
function DocString() { | ||
@@ -167,3 +173,4 @@ this.location = new Location(); | ||
}()); | ||
var Examples = exports.Examples = /** @class */ (function () { | ||
exports.DocString = DocString; | ||
var Examples = /** @class */ (function () { | ||
function Examples() { | ||
@@ -192,3 +199,4 @@ this.location = new Location(); | ||
}()); | ||
var Feature = exports.Feature = /** @class */ (function () { | ||
exports.Examples = Examples; | ||
var Feature = /** @class */ (function () { | ||
function Feature() { | ||
@@ -214,3 +222,4 @@ this.location = new Location(); | ||
}()); | ||
var FeatureChild = exports.FeatureChild = /** @class */ (function () { | ||
exports.Feature = Feature; | ||
var FeatureChild = /** @class */ (function () { | ||
function FeatureChild() { | ||
@@ -229,3 +238,4 @@ } | ||
}()); | ||
var Rule = exports.Rule = /** @class */ (function () { | ||
exports.FeatureChild = FeatureChild; | ||
var Rule = /** @class */ (function () { | ||
function Rule() { | ||
@@ -251,3 +261,4 @@ this.location = new Location(); | ||
}()); | ||
var RuleChild = exports.RuleChild = /** @class */ (function () { | ||
exports.Rule = Rule; | ||
var RuleChild = /** @class */ (function () { | ||
function RuleChild() { | ||
@@ -263,3 +274,4 @@ } | ||
}()); | ||
var Scenario = exports.Scenario = /** @class */ (function () { | ||
exports.RuleChild = RuleChild; | ||
var Scenario = /** @class */ (function () { | ||
function Scenario() { | ||
@@ -289,3 +301,4 @@ this.location = new Location(); | ||
}()); | ||
var Step = exports.Step = /** @class */ (function () { | ||
exports.Scenario = Scenario; | ||
var Step = /** @class */ (function () { | ||
function Step() { | ||
@@ -308,3 +321,4 @@ this.location = new Location(); | ||
}()); | ||
var TableCell = exports.TableCell = /** @class */ (function () { | ||
exports.Step = Step; | ||
var TableCell = /** @class */ (function () { | ||
function TableCell() { | ||
@@ -319,3 +333,4 @@ this.location = new Location(); | ||
}()); | ||
var TableRow = exports.TableRow = /** @class */ (function () { | ||
exports.TableCell = TableCell; | ||
var TableRow = /** @class */ (function () { | ||
function TableRow() { | ||
@@ -334,3 +349,4 @@ this.location = new Location(); | ||
}()); | ||
var Tag = exports.Tag = /** @class */ (function () { | ||
exports.TableRow = TableRow; | ||
var Tag = /** @class */ (function () { | ||
function Tag() { | ||
@@ -346,3 +362,4 @@ this.location = new Location(); | ||
}()); | ||
var Hook = exports.Hook = /** @class */ (function () { | ||
exports.Tag = Tag; | ||
var Hook = /** @class */ (function () { | ||
function Hook() { | ||
@@ -357,2 +374,3 @@ this.id = ''; | ||
}()); | ||
exports.Hook = Hook; | ||
var Location = /** @class */ (function () { | ||
@@ -365,3 +383,3 @@ function Location() { | ||
exports.Location = Location; | ||
var Meta = exports.Meta = /** @class */ (function () { | ||
var Meta = /** @class */ (function () { | ||
function Meta() { | ||
@@ -391,3 +409,4 @@ this.protocolVersion = ''; | ||
}()); | ||
var Ci = exports.Ci = /** @class */ (function () { | ||
exports.Meta = Meta; | ||
var Ci = /** @class */ (function () { | ||
function Ci() { | ||
@@ -401,2 +420,3 @@ this.name = ''; | ||
}()); | ||
exports.Ci = Ci; | ||
var Git = /** @class */ (function () { | ||
@@ -417,3 +437,3 @@ function Git() { | ||
exports.Product = Product; | ||
var ParameterType = exports.ParameterType = /** @class */ (function () { | ||
var ParameterType = /** @class */ (function () { | ||
function ParameterType() { | ||
@@ -431,3 +451,4 @@ this.name = ''; | ||
}()); | ||
var ParseError = exports.ParseError = /** @class */ (function () { | ||
exports.ParameterType = ParameterType; | ||
var ParseError = /** @class */ (function () { | ||
function ParseError() { | ||
@@ -442,3 +463,4 @@ this.source = new SourceReference(); | ||
}()); | ||
var Pickle = exports.Pickle = /** @class */ (function () { | ||
exports.ParseError = ParseError; | ||
var Pickle = /** @class */ (function () { | ||
function Pickle() { | ||
@@ -461,2 +483,3 @@ this.id = ''; | ||
}()); | ||
exports.Pickle = Pickle; | ||
var PickleDocString = /** @class */ (function () { | ||
@@ -469,3 +492,3 @@ function PickleDocString() { | ||
exports.PickleDocString = PickleDocString; | ||
var PickleStep = exports.PickleStep = /** @class */ (function () { | ||
var PickleStep = /** @class */ (function () { | ||
function PickleStep() { | ||
@@ -481,3 +504,4 @@ this.astNodeIds = []; | ||
}()); | ||
var PickleStepArgument = exports.PickleStepArgument = /** @class */ (function () { | ||
exports.PickleStep = PickleStep; | ||
var PickleStepArgument = /** @class */ (function () { | ||
function PickleStepArgument() { | ||
@@ -493,3 +517,4 @@ } | ||
}()); | ||
var PickleTable = exports.PickleTable = /** @class */ (function () { | ||
exports.PickleStepArgument = PickleStepArgument; | ||
var PickleTable = /** @class */ (function () { | ||
function PickleTable() { | ||
@@ -503,2 +528,3 @@ this.rows = []; | ||
}()); | ||
exports.PickleTable = PickleTable; | ||
var PickleTableCell = /** @class */ (function () { | ||
@@ -511,3 +537,3 @@ function PickleTableCell() { | ||
exports.PickleTableCell = PickleTableCell; | ||
var PickleTableRow = exports.PickleTableRow = /** @class */ (function () { | ||
var PickleTableRow = /** @class */ (function () { | ||
function PickleTableRow() { | ||
@@ -521,2 +547,3 @@ this.cells = []; | ||
}()); | ||
exports.PickleTableRow = PickleTableRow; | ||
var PickleTag = /** @class */ (function () { | ||
@@ -539,3 +566,3 @@ function PickleTag() { | ||
exports.Source = Source; | ||
var SourceReference = exports.SourceReference = /** @class */ (function () { | ||
var SourceReference = /** @class */ (function () { | ||
function SourceReference() { | ||
@@ -554,2 +581,3 @@ } | ||
}()); | ||
exports.SourceReference = SourceReference; | ||
var JavaMethod = /** @class */ (function () { | ||
@@ -573,3 +601,3 @@ function JavaMethod() { | ||
exports.JavaStackTraceElement = JavaStackTraceElement; | ||
var StepDefinition = exports.StepDefinition = /** @class */ (function () { | ||
var StepDefinition = /** @class */ (function () { | ||
function StepDefinition() { | ||
@@ -588,2 +616,3 @@ this.id = ''; | ||
}()); | ||
exports.StepDefinition = StepDefinition; | ||
var StepDefinitionPattern = /** @class */ (function () { | ||
@@ -597,3 +626,3 @@ function StepDefinitionPattern() { | ||
exports.StepDefinitionPattern = StepDefinitionPattern; | ||
var TestCase = exports.TestCase = /** @class */ (function () { | ||
var TestCase = /** @class */ (function () { | ||
function TestCase() { | ||
@@ -609,3 +638,4 @@ this.id = ''; | ||
}()); | ||
var Group = exports.Group = /** @class */ (function () { | ||
exports.TestCase = TestCase; | ||
var Group = /** @class */ (function () { | ||
function Group() { | ||
@@ -619,3 +649,4 @@ this.children = []; | ||
}()); | ||
var StepMatchArgument = exports.StepMatchArgument = /** @class */ (function () { | ||
exports.Group = Group; | ||
var StepMatchArgument = /** @class */ (function () { | ||
function StepMatchArgument() { | ||
@@ -629,3 +660,4 @@ this.group = new Group(); | ||
}()); | ||
var StepMatchArgumentsList = exports.StepMatchArgumentsList = /** @class */ (function () { | ||
exports.StepMatchArgument = StepMatchArgument; | ||
var StepMatchArgumentsList = /** @class */ (function () { | ||
function StepMatchArgumentsList() { | ||
@@ -639,3 +671,4 @@ this.stepMatchArguments = []; | ||
}()); | ||
var TestStep = exports.TestStep = /** @class */ (function () { | ||
exports.StepMatchArgumentsList = StepMatchArgumentsList; | ||
var TestStep = /** @class */ (function () { | ||
function TestStep() { | ||
@@ -649,3 +682,4 @@ this.id = ''; | ||
}()); | ||
var TestCaseFinished = exports.TestCaseFinished = /** @class */ (function () { | ||
exports.TestStep = TestStep; | ||
var TestCaseFinished = /** @class */ (function () { | ||
function TestCaseFinished() { | ||
@@ -661,3 +695,4 @@ this.testCaseStartedId = ''; | ||
}()); | ||
var TestCaseStarted = exports.TestCaseStarted = /** @class */ (function () { | ||
exports.TestCaseFinished = TestCaseFinished; | ||
var TestCaseStarted = /** @class */ (function () { | ||
function TestCaseStarted() { | ||
@@ -674,3 +709,4 @@ this.attempt = 0; | ||
}()); | ||
var TestRunFinished = exports.TestRunFinished = /** @class */ (function () { | ||
exports.TestCaseStarted = TestCaseStarted; | ||
var TestRunFinished = /** @class */ (function () { | ||
function TestRunFinished() { | ||
@@ -688,3 +724,4 @@ this.success = false; | ||
}()); | ||
var TestRunStarted = exports.TestRunStarted = /** @class */ (function () { | ||
exports.TestRunFinished = TestRunFinished; | ||
var TestRunStarted = /** @class */ (function () { | ||
function TestRunStarted() { | ||
@@ -698,3 +735,4 @@ this.timestamp = new Timestamp(); | ||
}()); | ||
var TestStepFinished = exports.TestStepFinished = /** @class */ (function () { | ||
exports.TestRunStarted = TestRunStarted; | ||
var TestStepFinished = /** @class */ (function () { | ||
function TestStepFinished() { | ||
@@ -714,3 +752,4 @@ this.testCaseStartedId = ''; | ||
}()); | ||
var TestStepResult = exports.TestStepResult = /** @class */ (function () { | ||
exports.TestStepFinished = TestStepFinished; | ||
var TestStepResult = /** @class */ (function () { | ||
function TestStepResult() { | ||
@@ -728,3 +767,4 @@ this.duration = new Duration(); | ||
}()); | ||
var TestStepStarted = exports.TestStepStarted = /** @class */ (function () { | ||
exports.TestStepResult = TestStepResult; | ||
var TestStepStarted = /** @class */ (function () { | ||
function TestStepStarted() { | ||
@@ -740,2 +780,3 @@ this.testCaseStartedId = ''; | ||
}()); | ||
exports.TestStepStarted = TestStepStarted; | ||
var Timestamp = /** @class */ (function () { | ||
@@ -761,3 +802,3 @@ function Timestamp() { | ||
AttachmentContentEncoding["BASE64"] = "BASE64"; | ||
})(AttachmentContentEncoding = exports.AttachmentContentEncoding || (exports.AttachmentContentEncoding = {})); | ||
})(AttachmentContentEncoding || (exports.AttachmentContentEncoding = AttachmentContentEncoding = {})); | ||
var PickleStepType; | ||
@@ -769,3 +810,3 @@ (function (PickleStepType) { | ||
PickleStepType["OUTCOME"] = "Outcome"; | ||
})(PickleStepType = exports.PickleStepType || (exports.PickleStepType = {})); | ||
})(PickleStepType || (exports.PickleStepType = PickleStepType = {})); | ||
var SourceMediaType; | ||
@@ -775,3 +816,3 @@ (function (SourceMediaType) { | ||
SourceMediaType["TEXT_X_CUCUMBER_GHERKIN_MARKDOWN"] = "text/x.cucumber.gherkin+markdown"; | ||
})(SourceMediaType = exports.SourceMediaType || (exports.SourceMediaType = {})); | ||
})(SourceMediaType || (exports.SourceMediaType = SourceMediaType = {})); | ||
var StepDefinitionPatternType; | ||
@@ -781,3 +822,3 @@ (function (StepDefinitionPatternType) { | ||
StepDefinitionPatternType["REGULAR_EXPRESSION"] = "REGULAR_EXPRESSION"; | ||
})(StepDefinitionPatternType = exports.StepDefinitionPatternType || (exports.StepDefinitionPatternType = {})); | ||
})(StepDefinitionPatternType || (exports.StepDefinitionPatternType = StepDefinitionPatternType = {})); | ||
var StepKeywordType; | ||
@@ -790,3 +831,3 @@ (function (StepKeywordType) { | ||
StepKeywordType["CONJUNCTION"] = "Conjunction"; | ||
})(StepKeywordType = exports.StepKeywordType || (exports.StepKeywordType = {})); | ||
})(StepKeywordType || (exports.StepKeywordType = StepKeywordType = {})); | ||
var TestStepResultStatus; | ||
@@ -801,3 +842,3 @@ (function (TestStepResultStatus) { | ||
TestStepResultStatus["FAILED"] = "FAILED"; | ||
})(TestStepResultStatus = exports.TestStepResultStatus || (exports.TestStepResultStatus = {})); | ||
})(TestStepResultStatus || (exports.TestStepResultStatus = TestStepResultStatus = {})); | ||
//# sourceMappingURL=messages.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "22.0.0"; | ||
export declare const version = "23.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is automatically generated using npm scripts | ||
exports.version = '22.0.0'; | ||
exports.version = '23.0.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "22.0.0"; | ||
export declare const version = "23.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
// This file is automatically generated using npm scripts | ||
export const version = '22.0.0'; | ||
export const version = '23.0.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@cucumber/messages", | ||
"version": "22.0.0", | ||
"version": "23.0.0", | ||
"description": "JSON schema-based messages for Cucumber's inter-process communication", | ||
@@ -39,10 +39,10 @@ "type": "module", | ||
"dependencies": { | ||
"@types/uuid": "9.0.1", | ||
"@types/uuid": "9.0.6", | ||
"class-transformer": "0.5.1", | ||
"reflect-metadata": "0.1.13", | ||
"uuid": "9.0.0" | ||
"uuid": "9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.15.11", | ||
"@types/mocha": "10.0.3", | ||
"@types/node": "18.18.8", | ||
"copyfiles": "2.4.1", | ||
@@ -52,3 +52,3 @@ "mocha": "10.2.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.0.3" | ||
"typescript": "5.2.2" | ||
}, | ||
@@ -55,0 +55,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
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
260784
4303
+ Added@types/uuid@9.0.6(transitive)
+ Addeduuid@9.0.1(transitive)
- Removed@types/uuid@9.0.1(transitive)
- Removeduuid@9.0.0(transitive)
Updated@types/uuid@9.0.6
Updateduuid@9.0.1