@onekeyfe/hd-web-sdk 1.1.27-alpha.32 → 1.1.27-alpha.33
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.57b326ee495486647a28.js → iframe.982c1d3233dc56e07643.js} +3 -3
- package/build/js/{iframe.57b326ee495486647a28.js.map → iframe.982c1d3233dc56e07643.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.57b326ee495486647a28.js.LICENSE.txt → iframe.982c1d3233dc56e07643.js.LICENSE.txt} +0 -0
package/build/onekey-js-sdk.js
CHANGED
|
@@ -64334,7 +64334,7 @@ module.exports = axios;
|
|
|
64334
64334
|
/***/ ((module) => {
|
|
64335
64335
|
|
|
64336
64336
|
"use strict";
|
|
64337
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@onekeyfe/hd-core","version":"1.1.27-alpha.
|
|
64337
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@onekeyfe/hd-core","version":"1.1.27-alpha.33","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.27-alpha.33","@onekeyfe/hd-transport":"1.1.27-alpha.33","axios":"1.15.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"},"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"}}');
|
|
64338
64338
|
|
|
64339
64339
|
/***/ })
|
|
64340
64340
|
|
|
@@ -67637,7 +67637,7 @@ const src_init = async settings => {
|
|
|
67637
67637
|
try {
|
|
67638
67638
|
await init({
|
|
67639
67639
|
..._settings,
|
|
67640
|
-
version: "1.1.27-alpha.
|
|
67640
|
+
version: "1.1.27-alpha.33"
|
|
67641
67641
|
});
|
|
67642
67642
|
return true;
|
|
67643
67643
|
} catch (e) {
|