@memberjunction/core
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -323,3 +323,11 @@ "use strict"; | ||
for (const item of result.Results) { | ||
singleObject[item.Code] = item.Results; | ||
//convert the results to entity objects before | ||
//adding them to the singleObject | ||
const entities = []; | ||
for (const entityData of item.Results) { | ||
const entity = await md.GetEntityObject(item.EntityName, contextUser); | ||
entity.SetMany(entityData); | ||
entities.push(entity); | ||
} | ||
singleObject[item.Code] = entities; | ||
} | ||
@@ -326,0 +334,0 @@ this[config.PropertyName] = singleObject; |
{ | ||
"name": "@memberjunction/core", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "MemberJunction: Core Library including Metadata, Application, Entity Retrieval and Manipulation, and Utilities", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@memberjunction/global": "2.3.1", | ||
"@memberjunction/global": "2.3.2", | ||
"rxjs": "^7.8.1", | ||
@@ -25,0 +25,0 @@ "zod": "^3.23.8" |
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
589626
8493
+ Added@memberjunction/global@2.3.2(transitive)
- Removed@memberjunction/global@2.3.1(transitive)
Updated@memberjunction/global@2.3.2