@stoprocent/noble 1.13.1 → 1.13.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/index.d.ts CHANGED
@@ -28,6 +28,8 @@ export declare function stopScanningAsync(): Promise<void>;
28
28
  export declare function cancelConnect(peripheralUuid: string, options?: object): void;
29
29
  export declare function reset(): void;
30
30
 
31
+ export declare function setAddress(address: string): void;
32
+
31
33
  export declare function on(event: "stateChange", listener: (state: string) => void): events.EventEmitter;
32
34
  export declare function on(event: "scanStart", listener: () => void): events.EventEmitter;
33
35
  export declare function on(event: "scanStop", listener: () => void): events.EventEmitter;
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "name": "@stoprocent/noble",
8
8
  "description": "A Node.js BLE (Bluetooth Low Energy) central library.",
9
- "version": "1.13.1",
9
+ "version": "1.13.3",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "https://github.com/stoprocent/noble.git"
@@ -34,7 +34,7 @@
34
34
  "node-gyp-build": "^4.5.0"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@stoprocent/bluetooth-hci-socket": "^1.1.3"
37
+ "@stoprocent/bluetooth-hci-socket": "^1.1.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@semantic-release/exec": "^6.0.3",
Binary file
Binary file