@imedx/ics-chromely-plugin-imedx
Advanced tools
Comparing version 0.0.0-beta.8 to 0.0.0-beta.9
@@ -27,4 +27,3 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
}; | ||
IMedxHelper.use = function (_a) { | ||
var hbRequest = _a.hbRequest; | ||
IMedxHelper.use = function (hbRequest) { | ||
this.HBRequest = hbRequest; | ||
@@ -31,0 +30,0 @@ }; |
@@ -35,4 +35,3 @@ (function (global, factory) { | ||
}; | ||
IMedxHelper.use = function (_a) { | ||
var hbRequest = _a.hbRequest; | ||
IMedxHelper.use = function (hbRequest) { | ||
this.HBRequest = hbRequest; | ||
@@ -39,0 +38,0 @@ }; |
@@ -23,4 +23,3 @@ "use strict"; | ||
}; | ||
IMedxHelper.use = function (_a) { | ||
var hbRequest = _a.hbRequest; | ||
IMedxHelper.use = function (hbRequest) { | ||
this.HBRequest = hbRequest; | ||
@@ -27,0 +26,0 @@ }; |
@@ -9,5 +9,3 @@ import { LogoType } from '../interfaces/interfaces'; | ||
private static HBRequest; | ||
static use({ hbRequest }: { | ||
hbRequest: any; | ||
}): void; | ||
static use(hbRequest: any): void; | ||
/** | ||
@@ -14,0 +12,0 @@ * @description: 获取本地时间 |
{ | ||
"name": "@imedx/ics-chromely-plugin-imedx", | ||
"version": "0.0.0-beta.8", | ||
"version": "0.0.0-beta.9", | ||
"description": "提供获取IMedx客户端本地信息,例如当前日期时间等", | ||
@@ -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
38829
405