@icreate/ics-chromely-plugin-core
Advanced tools
Comparing version 0.0.20-beta.4 to 0.0.20-beta.5
@@ -305,3 +305,3 @@ import { LogLevels } from '@icreate/core'; | ||
this.tokenId = isNode ? '' : window['Chromely'] ? window['Chromely']['tokenId'] : ''; | ||
this.tokenId = isNode ? '' : window['Chromely'] ? window['Chromely']['headers'] : ''; | ||
this.headers = isNode ? '' : window['Chromely'] ? window['Chromely']['headers'] : {}; | ||
} | ||
@@ -308,0 +308,0 @@ /** |
@@ -312,3 +312,3 @@ (function (global, factory) { | ||
this.tokenId = isNode ? '' : window['Chromely'] ? window['Chromely']['tokenId'] : ''; | ||
this.tokenId = isNode ? '' : window['Chromely'] ? window['Chromely']['headers'] : ''; | ||
this.headers = isNode ? '' : window['Chromely'] ? window['Chromely']['headers'] : {}; | ||
} | ||
@@ -315,0 +315,0 @@ /** |
@@ -11,3 +11,3 @@ "use strict"; | ||
this.tokenId = isNode ? '' : window['Chromely'] ? window['Chromely']['tokenId'] : ''; | ||
this.tokenId = isNode ? '' : window['Chromely'] ? window['Chromely']['headers'] : ''; | ||
this.headers = isNode ? '' : window['Chromely'] ? window['Chromely']['headers'] : {}; | ||
} | ||
@@ -14,0 +14,0 @@ /** |
@@ -8,2 +8,3 @@ import { IChromely } from '../interfaces/interfaces'; | ||
tokenId: string; | ||
headers: object; | ||
/** | ||
@@ -10,0 +11,0 @@ * 获取 Chromely 实例 |
{ | ||
"name": "@icreate/ics-chromely-plugin-core", | ||
"version": "0.0.20-beta.4", | ||
"version": "0.0.20-beta.5", | ||
"description": "提供Ics Chromely Client核心本地操作插件js sdk,包含本地日志、主窗体控制、打开三方浏览器、打印机列表、硬件IP和Mac地址、本地配置获取和注册表读写等", | ||
@@ -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
195885
3081