@onekeyfe/hd-web-sdk 0.1.56 → 0.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/iframe.html +1 -1
- package/build/js/iframe.d7e734522cce67a6c71c.js +3 -0
- package/build/js/{iframe.bda9b33b6c9ccf26ee4c.js.LICENSE.txt → iframe.d7e734522cce67a6c71c.js.LICENSE.txt} +2 -18
- package/build/js/iframe.d7e734522cce67a6c71c.js.map +1 -0
- package/build/onekey-js-sdk.js +1381 -1259
- package/build/onekey-js-sdk.js.map +1 -1
- package/build/onekey-js-sdk.min.js +1 -1
- package/build/onekey-js-sdk.min.js.map +1 -1
- package/package.json +6 -6
- package/build/js/iframe.bda9b33b6c9ccf26ee4c.js +0 -3
- package/build/js/iframe.bda9b33b6c9ccf26ee4c.js.map +0 -1
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
|
|
16
16
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
17
17
|
|
|
18
|
+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
19
|
+
|
|
18
20
|
/**
|
|
19
21
|
* @license bytebuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
|
|
20
22
|
* Backing buffer: ArrayBuffer, Accessor: Uint8Array
|
|
@@ -27,21 +29,3 @@
|
|
|
27
29
|
* Released under the Apache License, Version 2.0
|
|
28
30
|
* see: https://github.com/dcodeIO/long.js for details
|
|
29
31
|
*/
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* [js-sha256]{@link https://github.com/emn178/js-sha256}
|
|
33
|
-
*
|
|
34
|
-
* @version 0.9.0
|
|
35
|
-
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
36
|
-
* @copyright Chen, Yi-Cyuan 2014-2017
|
|
37
|
-
* @license MIT
|
|
38
|
-
*/
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
|
42
|
-
*
|
|
43
|
-
* @version 0.8.0
|
|
44
|
-
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
45
|
-
* @copyright Chen, Yi-Cyuan 2015-2018
|
|
46
|
-
* @license MIT
|
|
47
|
-
*/
|