@engage_so/core
Advanced tools
Comparing version 2.0.10 to 2.1.1
@@ -143,6 +143,5 @@ "use strict"; | ||
params.meta[k] = attributes[k]; | ||
Object.assign(params.meta, k, attributes[k]); | ||
} | ||
} | ||
if (Object.keys(params.meta).length) { | ||
if (!Object.keys(params.meta).length) { | ||
delete params.meta; | ||
@@ -149,0 +148,0 @@ } |
{ | ||
"name": "@engage_so/core", | ||
"version": "2.0.10", | ||
"version": "2.1.1", | ||
"description": "Engage JS core.", | ||
@@ -29,3 +29,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "707f8f2a8d6b697d26395f5d25885f75bee3e355" | ||
"gitHead": "6900dcf5defb812e5182bca56762860c838f5266" | ||
} |
@@ -147,6 +147,5 @@ import { Buffer } from 'buffer' | ||
params.meta[k] = attributes[k] | ||
Object.assign(params.meta, k, attributes[k]) | ||
} | ||
} | ||
if (Object.keys(params.meta).length) { | ||
if (!Object.keys(params.meta).length) { | ||
delete params.meta | ||
@@ -153,0 +152,0 @@ } |
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
27198
780