@ukeyfe/hardware-core 2.0.2 → 2.0.3
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/dist/data/config.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/package.json +8 -8
- package/src/data/config.ts +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/data/config.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,WAAoB,CAAC;AAC/C,eAAO,MAAM,cAAc,QAA8C,CAAC;AAE1E,eAAO,MAAM,SAAS;;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/data/config.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,WAAoB,CAAC;AAC/C,eAAO,MAAM,cAAc,QAA8C,CAAC;AAE1E,eAAO,MAAM,SAAS;;GAUrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,UAO9B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -25751,7 +25751,8 @@ const whitelist = [
|
|
|
25751
25751
|
{ origin: 'file://' },
|
|
25752
25752
|
{ origin: '1key.so' },
|
|
25753
25753
|
{ origin: 'ukey.io' },
|
|
25754
|
-
{ origin: '
|
|
25754
|
+
{ origin: 'ukey.dev' },
|
|
25755
|
+
{ origin: 'ukey.com' },
|
|
25755
25756
|
{ origin: 'ukeytest.com' },
|
|
25756
25757
|
{ origin: 'localhost' },
|
|
25757
25758
|
];
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukeyfe/hardware-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Core processes and APIs for communicating with UKey hardware devices.",
|
|
5
|
-
"author": "UKey",
|
|
6
|
-
"homepage": "https://github.com/
|
|
5
|
+
"author": "UKey Wallet",
|
|
6
|
+
"homepage": "https://github.com/bestyourwallet/hardware-js-sdk#readme",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/
|
|
12
|
+
"url": "git+https://github.com/bestyourwallet/hardware-js-sdk.git"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"test": "jest"
|
|
23
23
|
},
|
|
24
24
|
"bugs": {
|
|
25
|
-
"url": "https://github.com/
|
|
25
|
+
"url": "https://github.com/bestyourwallet/hardware-js-sdk/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ukeyfe/hardware-shared": "2.0.
|
|
29
|
-
"@ukeyfe/hardware-transport": "2.0.
|
|
28
|
+
"@ukeyfe/hardware-shared": "2.0.3",
|
|
29
|
+
"@ukeyfe/hardware-transport": "2.0.3",
|
|
30
30
|
"axios": "1.12.2",
|
|
31
31
|
"bignumber.js": "^9.0.2",
|
|
32
32
|
"bytebuffer": "^5.0.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@types/w3c-web-usb": "^1.0.10",
|
|
45
45
|
"@types/web-bluetooth": "^0.0.21"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "bdff51cc4bbb3989df89805bdcfd5c669f4e65e0"
|
|
48
48
|
}
|
package/src/data/config.ts
CHANGED