@cucumber/messages
Advanced tools
Comparing version 12.0.0 to 12.1.0
@@ -9,2 +9,3 @@ import MessageToBinaryStream from './MessageToBinaryStream'; | ||
import messages = io.cucumber.messages; | ||
export { messages, MessageToBinaryStream, MessageToNdjsonStream, BinaryToMessageStream, NdjsonToMessageStream, TimeConversion, IdGenerator, }; | ||
import { version } from '../package.json'; | ||
export { messages, MessageToBinaryStream, MessageToNdjsonStream, BinaryToMessageStream, NdjsonToMessageStream, TimeConversion, IdGenerator, version, }; |
@@ -28,2 +28,4 @@ "use strict"; | ||
exports.messages = messages; | ||
var package_json_1 = require("../package.json"); | ||
exports.version = package_json_1.version; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cucumber/messages", | ||
"version": "12.0.0", | ||
"version": "12.1.0", | ||
"description": "Protocol Buffer messages for Cucumber's inter-process communication", | ||
@@ -25,3 +25,3 @@ "main": "dist/src/index.js", | ||
"@types/uuid": "^7.0.2", | ||
"protobufjs": "^6.8.9", | ||
"protobufjs": "^6.9.0", | ||
"uuid": "^7.0.3" | ||
@@ -31,5 +31,5 @@ }, | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.11.1", | ||
"@typescript-eslint/eslint-plugin": "^2.28.0", | ||
"@typescript-eslint/parser": "^2.28.0", | ||
"@types/node": "^13.13.1", | ||
"@typescript-eslint/eslint-plugin": "^2.29.0", | ||
"@typescript-eslint/parser": "^2.29.0", | ||
"copyfiles": "^2.2.0", | ||
@@ -44,3 +44,3 @@ "eslint": "^6.8.0", | ||
"prettier": "^2.0.4", | ||
"ts-node": "^8.8.2", | ||
"ts-node": "^8.9.0", | ||
"typescript": "^3.8.3" | ||
@@ -47,0 +47,0 @@ }, |
@@ -9,2 +9,3 @@ import MessageToBinaryStream from './MessageToBinaryStream' | ||
import messages = io.cucumber.messages | ||
import { version } from '../package.json' | ||
@@ -19,2 +20,3 @@ export { | ||
IdGenerator, | ||
version, | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1163400
71
18398
Updatedprotobufjs@^6.9.0