@onekeyfe/hd-transport-react-native
Advanced tools
Comparing version 0.1.31 to 0.1.32
@@ -496,3 +496,2 @@ 'use strict'; | ||
chunk.reset(); | ||
this.Log.debug('send more packet hex strting: ', chunk.toString('hex')); | ||
try { | ||
@@ -499,0 +498,0 @@ yield transport.writeCharacteristic.writeWithoutResponse(chunk.toString('base64')); |
{ | ||
"name": "@onekeyfe/hd-transport-react-native", | ||
"version": "0.1.31", | ||
"version": "0.1.32", | ||
"homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme", | ||
@@ -23,8 +23,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"@onekeyfe/hd-shared": "^0.1.31", | ||
"@onekeyfe/hd-transport": "^0.1.31", | ||
"@onekeyfe/hd-shared": "^0.1.32", | ||
"@onekeyfe/hd-transport": "^0.1.32", | ||
"react-native-ble-manager": "^8.1.0", | ||
"react-native-ble-plx": "^2.0.3" | ||
}, | ||
"gitHead": "a24d4d704ba64c6194c807f901261c048f686be6" | ||
"gitHead": "a9f9851579a20668178fdc06b594deed220cbe43" | ||
} |
@@ -442,3 +442,4 @@ import { Platform } from 'react-native'; | ||
chunk.reset(); | ||
this.Log.debug('send more packet hex strting: ', chunk.toString('hex')); | ||
// Upgrading Packet Logs, Too much content to ignore | ||
// this.Log.debug('send more packet hex strting: ', chunk.toString('hex')); | ||
try { | ||
@@ -445,0 +446,0 @@ await transport.writeCharacteristic.writeWithoutResponse(chunk.toString('base64')); |
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
53759