@imedx/ics-imedx-chromely-plugin-intf-platform
Advanced tools
Comparing version 0.0.2-beta.8 to 0.0.2-beta.9
@@ -140,3 +140,3 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
IntfPlatform.GetInterfaceType = function (intfCode) { | ||
return InterfaceType.JS; | ||
return IntfPlatform.coreInterfaces[intfCode] ? InterfaceType.JS : InterfaceType.DLL; | ||
}; | ||
@@ -143,0 +143,0 @@ /** |
@@ -144,3 +144,3 @@ (function (global, factory) { | ||
IntfPlatform.GetInterfaceType = function (intfCode) { | ||
return exports.InterfaceType.JS; | ||
return IntfPlatform.coreInterfaces[intfCode] ? exports.InterfaceType.JS : exports.InterfaceType.DLL; | ||
}; | ||
@@ -147,0 +147,0 @@ /** |
@@ -37,3 +37,3 @@ "use strict"; | ||
IntfPlatform.GetInterfaceType = function (intfCode) { | ||
return InterfaceCore_1.InterfaceType.JS; | ||
return IntfPlatform.coreInterfaces[intfCode] ? InterfaceCore_1.InterfaceType.JS : InterfaceCore_1.InterfaceType.DLL; | ||
}; | ||
@@ -40,0 +40,0 @@ /** |
{ | ||
"name": "@imedx/ics-imedx-chromely-plugin-intf-platform", | ||
"version": "0.0.2-beta.8", | ||
"version": "0.0.2-beta.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
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
95168