@onekeyfe/hd-web-sdk 1.2.0-alpha.143 → 1.2.0-alpha.144
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.4f13fd88743e42b1718d.js → iframe.a4786c19406915205b56.js} +3 -3
- package/build/js/{iframe.4f13fd88743e42b1718d.js.map → iframe.a4786c19406915205b56.js.map} +1 -1
- package/build/onekey-js-sdk.js +2 -2
- package/build/onekey-js-sdk.min.js +1 -1
- package/package.json +6 -6
- /package/build/js/{iframe.4f13fd88743e42b1718d.js.LICENSE.txt → iframe.a4786c19406915205b56.js.LICENSE.txt} +0 -0
package/build/onekey-js-sdk.js
CHANGED
|
@@ -67399,7 +67399,7 @@ module.exports = axios;
|
|
|
67399
67399
|
/***/ ((module) => {
|
|
67400
67400
|
|
|
67401
67401
|
"use strict";
|
|
67402
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@onekeyfe/hd-core","version":"1.2.0-alpha.
|
|
67402
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@onekeyfe/hd-core","version":"1.2.0-alpha.144","description":"Core processes and APIs for communicating with OneKey hardware devices.","author":"OneKey","homepage":"https://github.com/OneKeyHQ/hardware-js-sdk#readme","license":"ISC","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/OneKeyHQ/hardware-js-sdk.git"},"publishConfig":{"access":"public"},"scripts":{"dev":"rimraf dist && rollup -c ../../build/rollup.config.js -w","build":"rimraf dist && rollup -c ../../build/rollup.config.js","lint":"eslint .","lint:fix":"eslint . --fix","test":"jest"},"bugs":{"url":"https://github.com/OneKeyHQ/hardware-js-sdk/issues"},"dependencies":{"@onekeyfe/hd-shared":"1.2.0-alpha.144","@onekeyfe/hd-transport":"1.2.0-alpha.144","axios":"1.15.2","bignumber.js":"^9.0.2","buffer":"^6.0.3","bytebuffer":"^5.0.1","jpeg-js":"^0.4.4","jszip":"^3.10.1","parse-uri":"^1.0.7","semver":"^7.3.7"},"peerDependencies":{"@noble/hashes":"^1.1.3"},"devDependencies":{"@noble/hashes":"^1.1.3","@types/parse-uri":"^1.0.0","@types/semver":"^7.3.9","@types/w3c-web-usb":"^1.0.10","@types/web-bluetooth":"^0.0.21"}}');
|
|
67403
67403
|
|
|
67404
67404
|
/***/ })
|
|
67405
67405
|
|
|
@@ -70704,7 +70704,7 @@ const src_init = async settings => {
|
|
|
70704
70704
|
try {
|
|
70705
70705
|
await init({
|
|
70706
70706
|
..._settings,
|
|
70707
|
-
version: "1.2.0-alpha.
|
|
70707
|
+
version: "1.2.0-alpha.144"
|
|
70708
70708
|
});
|
|
70709
70709
|
return true;
|
|
70710
70710
|
} catch (e) {
|