@cucumber/messages
Advanced tools
Comparing version 23.0.0 to 24.0.0
@@ -38,2 +38,3 @@ import 'reflect-metadata'; | ||
message?: string; | ||
stackTrace?: string; | ||
} | ||
@@ -40,0 +41,0 @@ export declare class GherkinDocument { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "23.0.0"; | ||
export declare const version = "24.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is automatically generated using npm scripts | ||
exports.version = '23.0.0'; | ||
exports.version = '24.0.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -38,2 +38,3 @@ import 'reflect-metadata'; | ||
message?: string; | ||
stackTrace?: string; | ||
} | ||
@@ -40,0 +41,0 @@ export declare class GherkinDocument { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "23.0.0"; | ||
export declare const version = "24.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
// This file is automatically generated using npm scripts | ||
export const version = '23.0.0'; | ||
export const version = '24.0.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@cucumber/messages", | ||
"version": "23.0.0", | ||
"version": "24.0.0", | ||
"description": "JSON schema-based messages for Cucumber's inter-process communication", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"dependencies": { | ||
"@types/uuid": "9.0.6", | ||
"@types/uuid": "9.0.7", | ||
"class-transformer": "0.5.1", | ||
@@ -46,4 +46,4 @@ "reflect-metadata": "0.1.13", | ||
"devDependencies": { | ||
"@types/mocha": "10.0.3", | ||
"@types/node": "18.18.8", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "18.18.13", | ||
"copyfiles": "2.4.1", | ||
@@ -53,3 +53,3 @@ "mocha": "10.2.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.2.2" | ||
"typescript": "5.3.2" | ||
}, | ||
@@ -56,0 +56,0 @@ "bugs": { |
@@ -17,2 +17,6 @@ { | ||
"description": "The message of exception that caused this result. E.g. expected: \"a\" but was: \"b\"" | ||
}, | ||
"stackTrace": { | ||
"type": "string", | ||
"description": "The stringified stack trace of the exception that caused this result" | ||
} | ||
@@ -19,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
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
4309
260018
108
+ Added@types/uuid@9.0.7(transitive)
- Removed@types/uuid@9.0.6(transitive)
Updated@types/uuid@9.0.7