nats-hemera
Advanced tools
Comparing version 5.8.7 to 5.8.8
@@ -35,3 +35,3 @@ 'use strict' | ||
// set metadata by passed pattern or current message context | ||
context.meta$ = Object.assign(pattern.meta$ || {}, context.meta$) | ||
Object.assign(context.meta$, pattern.meta$) | ||
// is only passed by msg | ||
@@ -38,0 +38,0 @@ context.delegate$ = pattern.delegate$ || {} |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "5.8.7", | ||
"version": "5.8.8", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/", |
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
84031