qcloud-iotexplorer-bluetooth-adapter
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -80,3 +80,5 @@ /// <reference types="miniprogram-api-typings" /> | ||
_deviceAdapterMap: {}; | ||
_productIdMap: {}; | ||
_productIdMap: { | ||
[serviceId: string]: string; | ||
}; | ||
_deviceMap: {}; | ||
@@ -83,0 +85,0 @@ _inited: boolean; |
{ | ||
"name": "qcloud-iotexplorer-bluetooth-adapter", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"event-emitter-for-miniprogram": "0.0.4", | ||
"event-emitter-for-miniprogram": "0.0.5", | ||
"shortid-for-miniprogram": "^2.2.15" | ||
@@ -20,0 +20,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118279
601
+ Addedevent-emitter-for-miniprogram@0.0.5(transitive)
- Removedevent-emitter-for-miniprogram@0.0.4(transitive)