@onekeyfe/hd-web-sdk 0.2.5 → 0.2.7
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.5730416099480666b307.js → iframe.4213283e3f22e5567768.js} +3 -3
- package/build/js/{iframe.5730416099480666b307.js.LICENSE.txt → iframe.4213283e3f22e5567768.js.LICENSE.txt} +0 -0
- package/build/js/{iframe.5730416099480666b307.js.map → iframe.4213283e3f22e5567768.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/onekey-js-sdk.js
CHANGED
|
@@ -71843,7 +71843,7 @@ module.exports = {"i8":"6.5.4"};
|
|
|
71843
71843
|
/***/ ((module) => {
|
|
71844
71844
|
|
|
71845
71845
|
"use strict";
|
|
71846
|
-
module.exports = JSON.parse('{"name":"@onekeyfe/hd-core","version":"0.2.
|
|
71846
|
+
module.exports = JSON.parse('{"name":"@onekeyfe/hd-core","version":"0.2.7","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.2.7","@onekeyfe/hd-transport":"^0.2.7","axios":"^0.27.2","bignumber.js":"^9.0.2","jszip":"^3.10.1","parse-uri":"^1.0.7","semver":"^7.3.7"},"peerDependencies":{"@noble/hashes":"^1.1.3","ripple-keypairs":"^1.1.4"},"devDependencies":{"@noble/hashes":"^1.1.3","@types/parse-uri":"^1.0.0","@types/semver":"^7.3.9","ripple-keypairs":"^1.1.4"}}');
|
|
71847
71847
|
|
|
71848
71848
|
/***/ })
|
|
71849
71849
|
|
|
@@ -74382,7 +74382,7 @@ const src_init = async settings => {
|
|
|
74382
74382
|
|
|
74383
74383
|
try {
|
|
74384
74384
|
await init({ ..._settings,
|
|
74385
|
-
version: "0.2.
|
|
74385
|
+
version: "0.2.7"
|
|
74386
74386
|
});
|
|
74387
74387
|
return true;
|
|
74388
74388
|
} catch (e) {
|