@ukeyfe/hardware-web-sdk 1.1.13 → 1.1.14
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.5135b718e3017cf5f9ef.js → iframe.70762ca4289f75ffb772.js} +3 -3
- package/build/js/{iframe.5135b718e3017cf5f9ef.js.map → iframe.70762ca4289f75ffb772.js.map} +1 -1
- package/build/ukey-js-sdk.js +2 -2
- package/build/ukey-js-sdk.min.js +1 -1
- package/package.json +5 -5
- /package/build/js/{iframe.5135b718e3017cf5f9ef.js.LICENSE.txt → iframe.70762ca4289f75ffb772.js.LICENSE.txt} +0 -0
package/build/ukey-js-sdk.js
CHANGED
|
@@ -86516,7 +86516,7 @@ module.exports = {"rE":"6.5.4"};
|
|
|
86516
86516
|
/***/ ((module) => {
|
|
86517
86517
|
|
|
86518
86518
|
"use strict";
|
|
86519
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@ukeyfe/hardware-core","version":"1.1.
|
|
86519
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@ukeyfe/hardware-core","version":"1.1.14","description":"Core processes and APIs for communicating with UKey hardware devices.","author":"UKey","homepage":"https://github.com/UKeyHQ/hardware-js-sdk#readme","license":"ISC","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/bestyourwallet/hardware-js-sdk"},"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/UKeyHQ/hardware-js-sdk/issues"},"dependencies":{"@ukeyfe/hardware-shared":"1.1.14","@ukeyfe/hardware-transport":"1.1.14","axios":"1.12.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.3.1"},"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","ripple-keypairs":"^1.3.1"}}');
|
|
86520
86520
|
|
|
86521
86521
|
/***/ })
|
|
86522
86522
|
|
|
@@ -89790,7 +89790,7 @@ const src_init = async settings => {
|
|
|
89790
89790
|
try {
|
|
89791
89791
|
await init({
|
|
89792
89792
|
..._settings,
|
|
89793
|
-
version: "1.1.
|
|
89793
|
+
version: "1.1.14"
|
|
89794
89794
|
});
|
|
89795
89795
|
return true;
|
|
89796
89796
|
} catch (e) {
|