@node-ts/bus-messages
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -9,2 +9,4 @@ "use strict"; | ||
constructor(properties) { | ||
this.attributes = {}; | ||
this.stickyAttributes = {}; | ||
if (!!properties) { | ||
@@ -11,0 +13,0 @@ const { correlationId, attributes, stickyAttributes } = properties; |
{ | ||
"name": "@node-ts/bus-messages", | ||
"description": "A core set of message definitions for distributed applications.", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "main": "./dist/index.js", | ||
], | ||
"gitHead": "fc984b77eedbd3e0d48f52d888c6ad5795faa145" | ||
"gitHead": "027b8fdd3d4e740380b135d5ea931ce00f081c7b" | ||
} |
@@ -49,2 +49,5 @@ type Uuid = string | ||
}) { | ||
this.attributes = {} as AttributeType | ||
this.stickyAttributes = {} as StickyAttributeType | ||
if (!!properties) { | ||
@@ -51,0 +54,0 @@ const { correlationId, attributes, stickyAttributes } = properties |
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
14995
186