@node-ts/bus-messages
Advanced tools
Comparing version 0.3.1 to 0.3.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Command = void 0; | ||
const message_1 = require("./message"); | ||
@@ -4,0 +5,0 @@ class Command extends message_1.Message { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Event = void 0; | ||
const message_1 = require("./message"); | ||
@@ -4,0 +5,0 @@ class Event extends message_1.Message { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MessageAttributes = void 0; | ||
/** | ||
@@ -4,0 +5,0 @@ * Options that control the behaviour around how the message is sent and |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Message = void 0; | ||
class Message { | ||
@@ -4,0 +5,0 @@ } |
{ | ||
"name": "@node-ts/bus-messages", | ||
"description": "A core set of message definitions for distributed applications.", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "./dist/index.js", | ||
"@node-ts/code-standards": "^0.0.10", | ||
"typescript": "^3.3.3" | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
], | ||
"gitHead": "2fad73410a7338dc0d89039085564e68ab68c58a" | ||
"gitHead": "9c29dcef5e9a60c07f1d9716598e6f64bfc024c3" | ||
} |
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
15135
190