@onekeyfe/hd-web-sdk 0.3.3 → 0.3.4
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.ce25eecb84771d714673.js → iframe.2f0326aacf84cd7924bb.js} +3 -3
- package/build/js/{iframe.ce25eecb84771d714673.js.map → iframe.2f0326aacf84cd7924bb.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.ce25eecb84771d714673.js.LICENSE.txt → iframe.2f0326aacf84cd7924bb.js.LICENSE.txt} +0 -0
package/build/onekey-js-sdk.js
CHANGED
|
@@ -53068,7 +53068,7 @@ module.exports = {"i8":"6.5.4"};
|
|
|
53068
53068
|
/***/ ((module) => {
|
|
53069
53069
|
|
|
53070
53070
|
"use strict";
|
|
53071
|
-
module.exports = JSON.parse('{"name":"@onekeyfe/hd-core","version":"0.3.
|
|
53071
|
+
module.exports = JSON.parse('{"name":"@onekeyfe/hd-core","version":"0.3.4","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.3.4","@onekeyfe/hd-transport":"^0.3.4","axios":"^0.27.2","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","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"}}');
|
|
53072
53072
|
|
|
53073
53073
|
/***/ })
|
|
53074
53074
|
|
|
@@ -55607,7 +55607,7 @@ const src_init = async settings => {
|
|
|
55607
55607
|
|
|
55608
55608
|
try {
|
|
55609
55609
|
await init({ ..._settings,
|
|
55610
|
-
version: "0.3.
|
|
55610
|
+
version: "0.3.4"
|
|
55611
55611
|
});
|
|
55612
55612
|
return true;
|
|
55613
55613
|
} catch (e) {
|