@cucumber/messages
Advanced tools
Comparing version 21.0.0 to 21.0.1
@@ -1,2 +0,2 @@ | ||
export declare const version = "21.0.0"; | ||
export declare const version = "21.0.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is automatically generated using npm scripts | ||
exports.version = '21.0.0'; | ||
exports.version = '21.0.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "21.0.0"; | ||
export declare const version = "21.0.1"; | ||
//# sourceMappingURL=version.d.ts.map |
// This file is automatically generated using npm scripts | ||
export const version = '21.0.0'; | ||
export const version = '21.0.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@cucumber/messages", | ||
"version": "21.0.0", | ||
"version": "21.0.1", | ||
"description": "JSON schema-based messages for Cucumber's inter-process communication", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -17,3 +17,3 @@ { | ||
"contentEncoding": { | ||
"description": "*\n Whether to interpret `body` \"as-is\" (IDENTITY) or if it needs to be Base64-decoded (BASE64).\n\n Content encoding is *not* determined by the media type, but rather by the type\n of the object being attached:\n\n - string => IDENTITY\n - byte array => BASE64\n - stream => BASE64", | ||
"description": "*\n Whether to interpret `body` \"as-is\" (IDENTITY) or if it needs to be Base64-decoded (BASE64).\n\n Content encoding is *not* determined by the media type, but rather by the type\n of the object being attached:\n\n - string: IDENTITY\n - byte array: BASE64\n - stream: BASE64", | ||
"enum": [ | ||
@@ -20,0 +20,0 @@ "IDENTITY", |
@@ -16,3 +16,3 @@ { | ||
"type": "string", | ||
"description": "The message of exception that caused this result. E.g. expected: <\"a\"> but was: <\"b\">" | ||
"description": "The message of exception that caused this result. E.g. expected: \"a\" but was: \"b\"" | ||
} | ||
@@ -19,0 +19,0 @@ }, |
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
249011