@adempiere/grpc-api
Advanced tools
Comparing version 4.4.4 to 4.4.5
@@ -592,4 +592,5 @@ /************************************************************************************* | ||
const { getKeyValueToGRPC } = require('@adempiere/grpc-api/src/utils/baseDataTypeToGRPC.js'); | ||
const { getTypeOfValue } = require('@adempiere/grpc-api/src/utils/valueUtils.js'); | ||
if (typeOfValue(contextAttributes) === 'String') { | ||
if (getTypeOfValue(contextAttributes) === 'String') { | ||
contextAttributes = JSON.parse(contextAttributes); | ||
@@ -600,3 +601,3 @@ } | ||
let parsedAttribute = attribute; | ||
if (typeOfValue(attribute) === 'String') { | ||
if (getTypeOfValue(attribute) === 'String') { | ||
parsedAttribute = JSON.parse(attribute); | ||
@@ -603,0 +604,0 @@ } |
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "4.4.4", | ||
"version": "4.4.5", | ||
"description": "ADempiere Web write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "author": "Yamel Senih", |
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
6524100
185097