@onekeyfe/hd-web-sdk 0.1.46 → 0.1.47

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.
@@ -20267,7 +20267,7 @@ class TronGetAddress extends BaseMethod {
20267
20267
  getVersionRange() {
20268
20268
  return {
20269
20269
  model_mini: {
20270
- min: '2.4.0'
20270
+ min: '2.5.0'
20271
20271
  }
20272
20272
  };
20273
20273
  }
@@ -20320,7 +20320,7 @@ class TronSignMessage extends BaseMethod {
20320
20320
  getVersionRange() {
20321
20321
  return {
20322
20322
  model_mini: {
20323
- min: '2.4.0'
20323
+ min: '2.5.0'
20324
20324
  }
20325
20325
  };
20326
20326
  }
@@ -20416,7 +20416,7 @@ class TronSignTransaction extends BaseMethod {
20416
20416
  getVersionRange() {
20417
20417
  return {
20418
20418
  model_mini: {
20419
- min: '2.4.0'
20419
+ min: '2.5.0'
20420
20420
  }
20421
20421
  };
20422
20422
  }
@@ -20472,7 +20472,7 @@ class NearGetAddress extends BaseMethod {
20472
20472
  getVersionRange() {
20473
20473
  return {
20474
20474
  model_mini: {
20475
- min: '2.4.0'
20475
+ min: '2.5.0'
20476
20476
  }
20477
20477
  };
20478
20478
  }
@@ -20525,7 +20525,7 @@ class NearSignTransaction extends BaseMethod {
20525
20525
  getVersionRange() {
20526
20526
  return {
20527
20527
  model_mini: {
20528
- min: '2.4.0'
20528
+ min: '2.5.0'
20529
20529
  }
20530
20530
  };
20531
20531
  }
@@ -45608,7 +45608,7 @@ try {
45608
45608
  /***/ ((module) => {
45609
45609
 
45610
45610
  "use strict";
45611
- module.exports = JSON.parse('{"name":"@onekeyfe/hd-core","version":"0.1.46","description":"> TODO: description","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"},"bugs":{"url":"https://github.com/OneKeyHQ/hardware-js-sdk/issues"},"dependencies":{"@onekeyfe/hd-shared":"^0.1.46","@onekeyfe/hd-transport":"^0.1.46","axios":"^0.27.2","bignumber.js":"^9.0.2","js-sha256":"^0.9.0","parse-uri":"^1.0.7","semver":"^7.3.7"},"devDependencies":{"@types/parse-uri":"^1.0.0","@types/semver":"^7.3.9"}}');
45611
+ module.exports = JSON.parse('{"name":"@onekeyfe/hd-core","version":"0.1.47","description":"> TODO: description","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"},"bugs":{"url":"https://github.com/OneKeyHQ/hardware-js-sdk/issues"},"dependencies":{"@onekeyfe/hd-shared":"^0.1.47","@onekeyfe/hd-transport":"^0.1.47","axios":"^0.27.2","bignumber.js":"^9.0.2","js-sha256":"^0.9.0","parse-uri":"^1.0.7","semver":"^7.3.7"},"devDependencies":{"@types/parse-uri":"^1.0.0","@types/semver":"^7.3.9"}}');
45612
45612
 
45613
45613
  /***/ })
45614
45614
 
@@ -48140,7 +48140,7 @@ const src_init = async settings => {
48140
48140
 
48141
48141
  try {
48142
48142
  await init({ ..._settings,
48143
- version: "0.1.46"
48143
+ version: "0.1.47"
48144
48144
  });
48145
48145
  return true;
48146
48146
  } catch (e) {