@onekeyfe/hd-web-sdk 1.1.26-alpha.2 → 1.1.26-alpha.5

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.
@@ -63703,7 +63703,7 @@ module.exports = axios;
63703
63703
  /***/ ((module) => {
63704
63704
 
63705
63705
  "use strict";
63706
- module.exports = /*#__PURE__*/JSON.parse('{"name":"@onekeyfe/hd-core","version":"1.1.26-alpha.2","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.1.26-alpha.2","@onekeyfe/hd-transport":"1.1.26-alpha.2","axios":"1.15.0","bignumber.js":"^9.0.2","bytebuffer":"^5.0.1","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"}}');
63706
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"@onekeyfe/hd-core","version":"1.1.26-alpha.5","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.1.26-alpha.5","@onekeyfe/hd-transport":"1.1.26-alpha.5","axios":"1.15.0","bignumber.js":"^9.0.2","bytebuffer":"^5.0.1","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"}}');
63707
63707
 
63708
63708
  /***/ })
63709
63709
 
@@ -67006,7 +67006,7 @@ const src_init = async settings => {
67006
67006
  try {
67007
67007
  await init({
67008
67008
  ..._settings,
67009
- version: "1.1.26-alpha.2"
67009
+ version: "1.1.26-alpha.5"
67010
67010
  });
67011
67011
  return true;
67012
67012
  } catch (e) {