@imedx/ics-imedx-chromely-plugin-intf-platform
Advanced tools
Comparing version 0.0.2-beta.1 to 0.0.2-beta.2
@@ -138,3 +138,3 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
IntfPlatform.bussiness = function (intfCode, code, param) { | ||
var mode = this.GetInterfaceType(intfCode); | ||
var mode = IntfPlatform.GetInterfaceType(intfCode); | ||
switch (mode) { | ||
@@ -141,0 +141,0 @@ case InterfaceType.JS: |
@@ -142,3 +142,3 @@ (function (global, factory) { | ||
IntfPlatform.bussiness = function (intfCode, code, param) { | ||
var mode = this.GetInterfaceType(intfCode); | ||
var mode = IntfPlatform.GetInterfaceType(intfCode); | ||
switch (mode) { | ||
@@ -145,0 +145,0 @@ case exports.InterfaceType.JS: |
@@ -50,3 +50,3 @@ "use strict"; | ||
IntfPlatform.bussiness = function (intfCode, code, param) { | ||
var mode = this.GetInterfaceType(intfCode); | ||
var mode = IntfPlatform.GetInterfaceType(intfCode); | ||
switch (mode) { | ||
@@ -53,0 +53,0 @@ case InterfaceCore_1.InterfaceType.JS: |
{ | ||
"name": "@imedx/ics-imedx-chromely-plugin-intf-platform", | ||
"version": "0.0.2-beta.1", | ||
"version": "0.0.2-beta.2", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54360
0