@onekeyfe/hd-web-sdk 1.0.8-alpha.0 → 1.0.8-alpha.1
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.e4c69a21f28d001aaf0a.js → iframe.c9cd6d25791889324b69.js} +3 -3
- package/build/js/{iframe.e4c69a21f28d001aaf0a.js.map → iframe.c9cd6d25791889324b69.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.e4c69a21f28d001aaf0a.js.LICENSE.txt → iframe.c9cd6d25791889324b69.js.LICENSE.txt} +0 -0
package/build/onekey-js-sdk.js
CHANGED
|
@@ -81521,7 +81521,7 @@ module.exports = {"rE":"6.5.4"};
|
|
|
81521
81521
|
/***/ ((module) => {
|
|
81522
81522
|
|
|
81523
81523
|
"use strict";
|
|
81524
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@onekeyfe/hd-core","version":"1.0.8-alpha.
|
|
81524
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@onekeyfe/hd-core","version":"1.0.8-alpha.1","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","test":"jest"},"bugs":{"url":"https://github.com/OneKeyHQ/hardware-js-sdk/issues"},"dependencies":{"@onekeyfe/hd-shared":"^1.0.8-alpha.1","@onekeyfe/hd-transport":"^1.0.8-alpha.1","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"}}');
|
|
81525
81525
|
|
|
81526
81526
|
/***/ })
|
|
81527
81527
|
|
|
@@ -84079,7 +84079,7 @@ const src_init = async settings => {
|
|
|
84079
84079
|
try {
|
|
84080
84080
|
await init({
|
|
84081
84081
|
..._settings,
|
|
84082
|
-
version: "1.0.8-alpha.
|
|
84082
|
+
version: "1.0.8-alpha.1"
|
|
84083
84083
|
});
|
|
84084
84084
|
return true;
|
|
84085
84085
|
} catch (e) {
|