@onekeyfe/hd-web-sdk
Advanced tools
Comparing version 1.0.7-alpha.3 to 1.0.7-alpha.4
@@ -50,3 +50,3 @@ "use strict"; | ||
default: | ||
Log.log('No need to be captured message', message.event); | ||
Log.warn('No need to be captured message', message.event); | ||
} | ||
@@ -101,3 +101,3 @@ }); | ||
else { | ||
Log.log('Host Bridge Receive message: ', message); | ||
Log.debug('Host Bridge Receive message: ', message); | ||
} | ||
@@ -111,3 +111,3 @@ } | ||
else { | ||
Log.log('Host Bridge response: ', message); | ||
Log.debug('Host Bridge response: ', message); | ||
} | ||
@@ -142,3 +142,3 @@ } | ||
const call = (params) => __awaiter(void 0, void 0, void 0, function* () { | ||
Log.log('call : ', params); | ||
Log.debug('call : ', params); | ||
if (!iframe.instance && !iframe.timeout) { | ||
@@ -145,0 +145,0 @@ _settings = (0, hd_core_1.parseConnectSettings)(_settings); |
{ | ||
"name": "@onekeyfe/hd-web-sdk", | ||
"version": "1.0.7-alpha.3", | ||
"version": "1.0.7-alpha.4", | ||
"author": "OneKey", | ||
@@ -24,6 +24,6 @@ "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme", | ||
"@onekeyfe/cross-inpage-provider-core": "^0.0.17", | ||
"@onekeyfe/hd-core": "^1.0.7-alpha.3", | ||
"@onekeyfe/hd-shared": "^1.0.7-alpha.3", | ||
"@onekeyfe/hd-transport-http": "^1.0.7-alpha.3", | ||
"@onekeyfe/hd-transport-webusb": "^1.0.7-alpha.3" | ||
"@onekeyfe/hd-core": "^1.0.7-alpha.4", | ||
"@onekeyfe/hd-shared": "^1.0.7-alpha.4", | ||
"@onekeyfe/hd-transport-http": "^1.0.7-alpha.4", | ||
"@onekeyfe/hd-transport-webusb": "^1.0.7-alpha.4" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "2450f88fb75e9aeb6c5ebfc6a4ffb488bf5a60eb" | ||
"gitHead": "003e08dbef65862a4f747eaf4572d48a03c53c41" | ||
} |
@@ -76,3 +76,3 @@ import EventEmitter from 'events'; | ||
default: | ||
Log.log('No need to be captured message', message.event); | ||
Log.warn('No need to be captured message', message.event); | ||
} | ||
@@ -132,3 +132,3 @@ }; | ||
} else { | ||
Log.log('Host Bridge Receive message: ', message); | ||
Log.debug('Host Bridge Receive message: ', message); | ||
} | ||
@@ -141,3 +141,3 @@ } | ||
} else { | ||
Log.log('Host Bridge response: ', message); | ||
Log.debug('Host Bridge response: ', message); | ||
} | ||
@@ -179,3 +179,3 @@ } | ||
const call = async (params: any) => { | ||
Log.log('call : ', params); | ||
Log.debug('call : ', params); | ||
/** | ||
@@ -182,0 +182,0 @@ * Try to recreate iframe if it's initialize failed |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
22488283
104785