@onekeyfe/hd-transport
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -5,2 +5,3 @@ export declare const MESSAGE_TOP_CHAR = 63; | ||
export declare const BUFFER_SIZE = 63; | ||
export declare const COMMON_HEADER_SIZE = 6; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -228,2 +228,3 @@ 'use strict'; | ||
const BUFFER_SIZE = 63; | ||
const COMMON_HEADER_SIZE = 6; | ||
@@ -743,2 +744,3 @@ const readHeader = (buffer) => { | ||
exports.BUFFER_SIZE = BUFFER_SIZE; | ||
exports.COMMON_HEADER_SIZE = COMMON_HEADER_SIZE; | ||
exports.HEADER_SIZE = HEADER_SIZE; | ||
@@ -745,0 +747,0 @@ exports.MESSAGE_HEADER_BYTE = MESSAGE_HEADER_BYTE; |
{ | ||
"name": "@onekeyfe/hd-transport", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "> TODO: description", | ||
@@ -27,3 +27,3 @@ "author": "OneKey", | ||
}, | ||
"gitHead": "b37ddf4e02812f40a01ec38ffef2ff6cdcad4bbc" | ||
"gitHead": "7be7677368fcb50f411891f009367424ea77df33" | ||
} |
@@ -5,1 +5,5 @@ export const MESSAGE_TOP_CHAR = 0x003f; | ||
export const BUFFER_SIZE = 63; | ||
/** | ||
* exclude ?## | ||
*/ | ||
export const COMMON_HEADER_SIZE = 6; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
319647
8344
6