@cucumber/messages
Advanced tools
Comparing version 16.0.1 to 17.0.0
{ | ||
"name": "@cucumber/messages", | ||
"version": "16.0.1", | ||
"description": "Protocol Buffer messages for Cucumber's inter-process communication", | ||
"version": "17.0.0", | ||
"description": "JSON schema-based messages for Cucumber's inter-process communication", | ||
"main": "dist/src/index.js", | ||
@@ -19,3 +19,3 @@ "types": "dist/src/index.d.ts", | ||
"dependencies": { | ||
"@types/uuid": "8.3.0", | ||
"@types/uuid": "8.3.1", | ||
"uuid": "8.3.2", | ||
@@ -26,8 +26,8 @@ "class-transformer": "0.4.0", | ||
"devDependencies": { | ||
"@types/mocha": "8.2.2", | ||
"@types/node": "15.6.0", | ||
"@types/mocha": "8.2.3", | ||
"@types/node": "14.17.5", | ||
"copyfiles": "2.4.1", | ||
"mocha": "8.4.0", | ||
"mocha": "9.0.2", | ||
"ts-node": "10.0.0", | ||
"typescript": "4.2.4" | ||
"typescript": "4.3.5" | ||
}, | ||
@@ -34,0 +34,0 @@ "bugs": { |
@@ -14,3 +14,2 @@ "use strict"; | ||
duration: TimeConversion_1.millisecondsToDuration(0), | ||
willBeRetried: false, | ||
}); | ||
@@ -17,0 +16,0 @@ } |
@@ -151,2 +151,3 @@ import 'reflect-metadata'; | ||
url?: string; | ||
buildNumber?: string; | ||
git?: Git; | ||
@@ -268,2 +269,3 @@ } | ||
timestamp: Timestamp; | ||
willBeRetried: boolean; | ||
} | ||
@@ -294,3 +296,2 @@ export declare class TestCaseStarted { | ||
status: TestStepResultStatus; | ||
willBeRetried: boolean; | ||
} | ||
@@ -297,0 +298,0 @@ export declare class TestStepStarted { |
@@ -579,2 +579,3 @@ "use strict"; | ||
this.timestamp = new Timestamp(); | ||
this.willBeRetried = false; | ||
} | ||
@@ -636,3 +637,2 @@ } | ||
this.status = TestStepResultStatus.UNKNOWN; | ||
this.willBeRetried = false; | ||
} | ||
@@ -639,0 +639,0 @@ } |
@@ -15,3 +15,2 @@ "use strict"; | ||
duration: { seconds: 0, nanos: 0 }, | ||
willBeRetried: false, | ||
}, | ||
@@ -21,3 +20,2 @@ { | ||
duration: { seconds: 0, nanos: 0 }, | ||
willBeRetried: false, | ||
}, | ||
@@ -27,3 +25,2 @@ { | ||
duration: { seconds: 0, nanos: 0 }, | ||
willBeRetried: false, | ||
}, | ||
@@ -30,0 +27,0 @@ ]); |
{ | ||
"name": "@cucumber/messages", | ||
"version": "16.0.1", | ||
"description": "Protocol Buffer messages for Cucumber's inter-process communication", | ||
"version": "17.0.0", | ||
"description": "JSON schema-based messages for Cucumber's inter-process communication", | ||
"main": "dist/src/index.js", | ||
@@ -19,3 +19,3 @@ "types": "dist/src/index.d.ts", | ||
"dependencies": { | ||
"@types/uuid": "8.3.0", | ||
"@types/uuid": "8.3.1", | ||
"uuid": "8.3.2", | ||
@@ -26,8 +26,8 @@ "class-transformer": "0.4.0", | ||
"devDependencies": { | ||
"@types/mocha": "8.2.2", | ||
"@types/node": "15.6.0", | ||
"@types/mocha": "8.2.3", | ||
"@types/node": "14.17.5", | ||
"copyfiles": "2.4.1", | ||
"mocha": "8.4.0", | ||
"mocha": "9.0.2", | ||
"ts-node": "10.0.0", | ||
"typescript": "4.2.4" | ||
"typescript": "4.3.5" | ||
}, | ||
@@ -34,0 +34,0 @@ "bugs": { |
@@ -1,2 +0,2 @@ | ||
# Cucumber Messages for JavaScript (Protocol Buffers) | ||
# Cucumber Messages for JavaScript (JSON schema) | ||
@@ -13,3 +13,2 @@ import { TestStepResult, TestStepResultStatus } from './messages' | ||
duration: millisecondsToDuration(0), | ||
willBeRetried: false, | ||
} | ||
@@ -16,0 +15,0 @@ ) |
@@ -339,2 +339,4 @@ import { Type } from 'class-transformer' | ||
buildNumber?: string | ||
@Type(() => Git) | ||
@@ -567,2 +569,4 @@ git?: Git | ||
timestamp: Timestamp = new Timestamp() | ||
willBeRetried: boolean = false | ||
} | ||
@@ -619,4 +623,2 @@ | ||
status: TestStepResultStatus = TestStepResultStatus.UNKNOWN | ||
willBeRetried: boolean = false | ||
} | ||
@@ -623,0 +625,0 @@ |
@@ -11,3 +11,2 @@ import { getWorstTestStepResult } from '../src/getWorstTestStepResult' | ||
duration: { seconds: 0, nanos: 0 }, | ||
willBeRetried: false, | ||
}, | ||
@@ -17,3 +16,2 @@ { | ||
duration: { seconds: 0, nanos: 0 }, | ||
willBeRetried: false, | ||
}, | ||
@@ -23,3 +21,2 @@ { | ||
duration: { seconds: 0, nanos: 0 }, | ||
willBeRetried: false, | ||
}, | ||
@@ -26,0 +23,0 @@ ]) |
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
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
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
135620
2065
+ Added@types/uuid@8.3.1(transitive)
- Removed@types/uuid@8.3.0(transitive)
Updated@types/uuid@8.3.1