@onekeyfe/hd-core 1.0.8-alpha.1 → 1.0.8
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/core/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/package.json +4 -4
- package/src/core/index.ts +1 -0
package/dist/core/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":";AACA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAClC,OAAO,EAAY,6BAA6B,EAAoB,MAAM,wBAAwB,CAAC;AAuBnG,OAAO,EAEL,WAAW,EAWZ,MAAM,WAAW,CAAC;AAEnB,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,UAAU,CAAC;AAE7D,OAAO,eAAe,MAAM,2BAA2B,CAAC;AA4BxD,eAAO,MAAM,OAAO,YAAmB,WAAW,iBA+QjD,CAAC;AAmNF,eAAO,MAAM,MAAM,eAAgB,MAAM,SAkBxC,CAAC;AAsJF,MAAM,CAAC,OAAO,OAAO,IAAK,SAAQ,YAAY;IACtC,aAAa,CAAC,OAAO,EAAE,WAAW;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":";AACA,OAAO,YAAY,MAAM,QAAQ,CAAC;AAClC,OAAO,EAAY,6BAA6B,EAAoB,MAAM,wBAAwB,CAAC;AAuBnG,OAAO,EAEL,WAAW,EAWZ,MAAM,WAAW,CAAC;AAEnB,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,UAAU,CAAC;AAE7D,OAAO,eAAe,MAAM,2BAA2B,CAAC;AA4BxD,eAAO,MAAM,OAAO,YAAmB,WAAW,iBA+QjD,CAAC;AAmNF,eAAO,MAAM,MAAM,eAAgB,MAAM,SAkBxC,CAAC;AAsJF,MAAM,CAAC,OAAO,OAAO,IAAK,SAAQ,YAAY;IACtC,aAAa,CAAC,OAAO,EAAE,WAAW;IAkDxC,OAAO;CAGR;AAED,eAAO,MAAM,QAAQ,YAGpB,CAAC;AAEF,eAAO,MAAM,aAAa,uBAIzB,CAAC;AAMF,eAAO,MAAM,IAAI,aACL,eAAe,aACd,GAAG,WACL,6BAA6B,8BAoBvC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -34110,6 +34110,7 @@ class Core extends events.exports {
|
|
|
34110
34110
|
break;
|
|
34111
34111
|
}
|
|
34112
34112
|
case UI_REQUEST$1.BLUETOOTH_PERMISSION:
|
|
34113
|
+
case UI_REQUEST$1.BLUETOOTH_CHARACTERISTIC_NOTIFY_CHANGE_FAILURE:
|
|
34113
34114
|
case UI_REQUEST$1.LOCATION_PERMISSION:
|
|
34114
34115
|
case UI_REQUEST$1.LOCATION_SERVICE_PERMISSION: {
|
|
34115
34116
|
postMessage(message);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onekeyfe/hd-core",
|
|
3
|
-
"version": "1.0.8
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "OneKey",
|
|
6
6
|
"homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"url": "https://github.com/OneKeyHQ/hardware-js-sdk/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@onekeyfe/hd-shared": "^1.0.8
|
|
29
|
-
"@onekeyfe/hd-transport": "^1.0.8
|
|
28
|
+
"@onekeyfe/hd-shared": "^1.0.8",
|
|
29
|
+
"@onekeyfe/hd-transport": "^1.0.8",
|
|
30
30
|
"axios": "^0.27.2",
|
|
31
31
|
"bignumber.js": "^9.0.2",
|
|
32
32
|
"bytebuffer": "^5.0.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@types/semver": "^7.3.9",
|
|
45
45
|
"ripple-keypairs": "^1.1.4"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "ea6992df2629756f5f1a81abe1107d3e4dd83dc7"
|
|
48
48
|
}
|
package/src/core/index.ts
CHANGED
|
@@ -733,6 +733,7 @@ export default class Core extends EventEmitter {
|
|
|
733
733
|
}
|
|
734
734
|
|
|
735
735
|
case UI_REQUEST.BLUETOOTH_PERMISSION:
|
|
736
|
+
case UI_REQUEST.BLUETOOTH_CHARACTERISTIC_NOTIFY_CHANGE_FAILURE:
|
|
736
737
|
case UI_REQUEST.LOCATION_PERMISSION:
|
|
737
738
|
case UI_REQUEST.LOCATION_SERVICE_PERMISSION: {
|
|
738
739
|
postMessage(message);
|