@memberjunction/global
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -39,2 +39,6 @@ "use strict"; | ||
} | ||
else { | ||
console.log(`ClassFactory.CreateInstance: Could not find registration for base class ${baseClass && baseClass.name ? baseClass.name : baseClass} and key ${key}, using the base class instead.`); | ||
return new baseClass(); // if we can't find a registration, just return a new instance of the base class | ||
} | ||
} | ||
@@ -41,0 +45,0 @@ return null; |
{ | ||
"name": "@memberjunction/global", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "MemberJunction: Global Object - Needed for ALL other MJ components", | ||
@@ -12,2 +12,3 @@ "main": "dist/index.js", | ||
"start": "ts-node-dev src/index.ts", | ||
"build": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -14,0 +15,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
21687
337