@memberjunction/core
Advanced tools
Comparing version 2.19.1 to 2.19.2
@@ -105,2 +105,3 @@ "use strict"; | ||
try { | ||
this.SetProvider(provider); | ||
this._contextUser = contextUser; | ||
@@ -133,2 +134,3 @@ await this.LoadConfigs(configs, contextUser); | ||
const newInstance = new subclassConstructor(); // (new (this.constructor())) as BaseEngine<T>; | ||
newInstance.SetProvider(provider); | ||
BaseEngine.ProviderInstances.set(provider, newInstance); | ||
@@ -135,0 +137,0 @@ return newInstance; |
{ | ||
"name": "@memberjunction/core", | ||
"version": "2.19.1", | ||
"version": "2.19.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.19.1", | ||
"@memberjunction/global": "2.19.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
615879
8882
+ Added@memberjunction/global@2.19.2(transitive)
- Removed@memberjunction/global@2.19.1(transitive)