@cucumber/messages
Advanced tools
Comparing version 25.0.1 to 26.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getWorstTestStepResult = void 0; | ||
exports.getWorstTestStepResult = getWorstTestStepResult; | ||
var messages_js_1 = require("./messages.js"); | ||
@@ -16,3 +16,2 @@ var TimeConversion_js_1 = require("./TimeConversion.js"); | ||
} | ||
exports.getWorstTestStepResult = getWorstTestStepResult; | ||
function ordinal(status) { | ||
@@ -19,0 +18,0 @@ return [ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.incrementing = exports.uuid = void 0; | ||
exports.uuid = uuid; | ||
exports.incrementing = incrementing; | ||
var uuid_1 = require("uuid"); | ||
@@ -8,3 +9,2 @@ function uuid() { | ||
} | ||
exports.uuid = uuid; | ||
function incrementing() { | ||
@@ -14,3 +14,2 @@ var next = 0; | ||
} | ||
exports.incrementing = incrementing; | ||
//# sourceMappingURL=IdGenerator.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parseEnvelope = void 0; | ||
exports.parseEnvelope = parseEnvelope; | ||
var messages_js_1 = require("./messages.js"); | ||
@@ -15,3 +15,2 @@ var class_transformer_1 = require("class-transformer"); | ||
} | ||
exports.parseEnvelope = parseEnvelope; | ||
//# sourceMappingURL=parseEnvelope.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.addDurations = exports.durationToMilliseconds = exports.timestampToMillisecondsSinceEpoch = exports.millisecondsToDuration = exports.millisecondsSinceEpochToTimestamp = void 0; | ||
exports.millisecondsSinceEpochToTimestamp = millisecondsSinceEpochToTimestamp; | ||
exports.millisecondsToDuration = millisecondsToDuration; | ||
exports.timestampToMillisecondsSinceEpoch = timestampToMillisecondsSinceEpoch; | ||
exports.durationToMilliseconds = durationToMilliseconds; | ||
exports.addDurations = addDurations; | ||
var MILLISECONDS_PER_SECOND = 1e3; | ||
@@ -10,7 +14,5 @@ var NANOSECONDS_PER_MILLISECOND = 1e6; | ||
} | ||
exports.millisecondsSinceEpochToTimestamp = millisecondsSinceEpochToTimestamp; | ||
function millisecondsToDuration(durationInMilliseconds) { | ||
return toSecondsAndNanos(durationInMilliseconds); | ||
} | ||
exports.millisecondsToDuration = millisecondsToDuration; | ||
function timestampToMillisecondsSinceEpoch(timestamp) { | ||
@@ -20,3 +22,2 @@ var seconds = timestamp.seconds, nanos = timestamp.nanos; | ||
} | ||
exports.timestampToMillisecondsSinceEpoch = timestampToMillisecondsSinceEpoch; | ||
function durationToMilliseconds(duration) { | ||
@@ -26,3 +27,2 @@ var seconds = duration.seconds, nanos = duration.nanos; | ||
} | ||
exports.durationToMilliseconds = durationToMilliseconds; | ||
function addDurations(durationA, durationB) { | ||
@@ -37,3 +37,2 @@ var seconds = +durationA.seconds + +durationB.seconds; | ||
} | ||
exports.addDurations = addDurations; | ||
function toSecondsAndNanos(milliseconds) { | ||
@@ -40,0 +39,0 @@ var seconds = Math.floor(milliseconds / MILLISECONDS_PER_SECOND); |
@@ -1,2 +0,2 @@ | ||
export declare const version = "25.0.1"; | ||
export declare const version = "26.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is automatically generated using npm scripts | ||
exports.version = '25.0.1'; | ||
exports.version = '26.0.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "25.0.1"; | ||
export declare const version = "26.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
// This file is automatically generated using npm scripts | ||
export const version = '25.0.1'; | ||
export const version = '26.0.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@cucumber/messages", | ||
"version": "25.0.1", | ||
"version": "26.0.0", | ||
"description": "JSON schema-based messages for Cucumber's inter-process communication", | ||
@@ -39,15 +39,15 @@ "type": "module", | ||
"dependencies": { | ||
"@types/uuid": "9.0.8", | ||
"@types/uuid": "10.0.0", | ||
"class-transformer": "0.5.1", | ||
"reflect-metadata": "0.2.2", | ||
"uuid": "9.0.1" | ||
"uuid": "10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.14.2", | ||
"@types/mocha": "10.0.7", | ||
"@types/node": "20.14.15", | ||
"copyfiles": "2.4.1", | ||
"mocha": "10.4.0", | ||
"mocha": "10.7.3", | ||
"shx": "^0.3.4", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.4.5" | ||
"typescript": "5.5.4" | ||
}, | ||
@@ -54,0 +54,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
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
109
255961
4305
+ Added@types/uuid@10.0.0(transitive)
+ Addeduuid@10.0.0(transitive)
- Removed@types/uuid@9.0.8(transitive)
- Removeduuid@9.0.1(transitive)
Updated@types/uuid@10.0.0
Updateduuid@10.0.0