@onbright/bluetooth-sdk
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -36,6 +36,9 @@ declare class BluetoothManager { | ||
declare function GenerationRule(options: any, common: any): (e: any, config?: {}) => Promise<any>; | ||
declare const _default: { | ||
BluetoothManager: typeof BluetoothManager; | ||
GenerationRule: typeof GenerationRule; | ||
}; | ||
export { _default as default }; |
{ | ||
"name": "@onbright/bluetooth-sdk", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"type": "module", | ||
@@ -22,4 +22,5 @@ "scripts": { | ||
"@onbright/bluetooth-protocol-sdk": "1.0.0", | ||
"@onbright/common-sdk": "1.0.0" | ||
"@onbright/common-sdk": "1.0.0", | ||
"bitwise": "^2.2.1" | ||
} | ||
} |
import { BluetoothManager } from './manager/bluetoothManager' | ||
import { GenerationRule } from './extension/index.js' | ||
export default { | ||
BluetoothManager | ||
BluetoothManager, | ||
GenerationRule | ||
} |
Sorry, the diff of this file is not supported yet
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
102911
13
3390
3
+ Addedbitwise@^2.2.1
+ Addedbitwise@2.2.1(transitive)