@matter/nodejs-ble 0.12.0 → 0.12.1

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.
Files changed (41) hide show
  1. package/dist/cjs/BleBroadcaster.d.ts +1 -1
  2. package/dist/cjs/BleBroadcaster.js +1 -1
  3. package/dist/cjs/BlePeripheralInterface.d.ts +1 -1
  4. package/dist/cjs/BlePeripheralInterface.js +1 -1
  5. package/dist/cjs/BleScanner.d.ts +1 -1
  6. package/dist/cjs/BleScanner.js +1 -1
  7. package/dist/cjs/BlenoBleServer.d.ts +1 -1
  8. package/dist/cjs/BlenoBleServer.js +1 -1
  9. package/dist/cjs/NobleBleChannel.d.ts +1 -1
  10. package/dist/cjs/NobleBleChannel.js +1 -1
  11. package/dist/cjs/NobleBleClient.d.ts +1 -1
  12. package/dist/cjs/NobleBleClient.js +1 -1
  13. package/dist/cjs/NodeJsBle.d.ts +1 -1
  14. package/dist/cjs/NodeJsBle.js +1 -1
  15. package/dist/cjs/index.d.ts +1 -1
  16. package/dist/cjs/index.js +1 -1
  17. package/dist/esm/BleBroadcaster.d.ts +1 -1
  18. package/dist/esm/BleBroadcaster.js +1 -1
  19. package/dist/esm/BlePeripheralInterface.d.ts +1 -1
  20. package/dist/esm/BlePeripheralInterface.js +1 -1
  21. package/dist/esm/BleScanner.d.ts +1 -1
  22. package/dist/esm/BleScanner.js +1 -1
  23. package/dist/esm/BlenoBleServer.d.ts +1 -1
  24. package/dist/esm/BlenoBleServer.js +1 -1
  25. package/dist/esm/NobleBleChannel.d.ts +1 -1
  26. package/dist/esm/NobleBleChannel.js +1 -1
  27. package/dist/esm/NobleBleClient.d.ts +1 -1
  28. package/dist/esm/NobleBleClient.js +1 -1
  29. package/dist/esm/NodeJsBle.d.ts +1 -1
  30. package/dist/esm/NodeJsBle.js +1 -1
  31. package/dist/esm/index.d.ts +1 -1
  32. package/dist/esm/index.js +1 -1
  33. package/package.json +5 -5
  34. package/src/BleBroadcaster.ts +1 -1
  35. package/src/BlePeripheralInterface.ts +1 -1
  36. package/src/BleScanner.ts +1 -1
  37. package/src/BlenoBleServer.ts +1 -1
  38. package/src/NobleBleChannel.ts +1 -1
  39. package/src/NobleBleClient.ts +1 -1
  40. package/src/NodeJsBle.ts +1 -1
  41. package/src/index.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { CommissionerInstanceData, CommissioningModeInstanceData, InstanceBroadcaster } from "@matter/protocol";
@@ -25,7 +25,7 @@ var import_general = require("@matter/general");
25
25
  var import_protocol = require("@matter/protocol");
26
26
  /**
27
27
  * @license
28
- * Copyright 2022-2024 Matter.js Authors
28
+ * Copyright 2022-2025 Matter.js Authors
29
29
  * SPDX-License-Identifier: Apache-2.0
30
30
  */
31
31
  const logger = import_general.Logger.get("BleBroadcaster");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Channel, ChannelType, TransportInterface } from "@matter/general";
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(BlePeripheralInterface_exports);
24
24
  var import_general = require("@matter/general");
25
25
  /**
26
26
  * @license
27
- * Copyright 2022-2024 Matter.js Authors
27
+ * Copyright 2022-2025 Matter.js Authors
28
28
  * SPDX-License-Identifier: Apache-2.0
29
29
  */
30
30
  class BlePeripheralInterface {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { ChannelType } from "@matter/general";
@@ -26,7 +26,7 @@ var import_protocol = require("@matter/protocol");
26
26
  var import_types = require("@matter/types");
27
27
  /**
28
28
  * @license
29
- * Copyright 2022-2024 Matter.js Authors
29
+ * Copyright 2022-2025 Matter.js Authors
30
30
  * SPDX-License-Identifier: Apache-2.0
31
31
  */
32
32
  const logger = import_general.Logger.get("BleScanner");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Channel } from "@matter/general";
@@ -26,7 +26,7 @@ var import_require = require("@matter/nodejs-ble/require");
26
26
  var import_protocol = require("@matter/protocol");
27
27
  /**
28
28
  * @license
29
- * Copyright 2022-2024 Matter.js Authors
29
+ * Copyright 2022-2025 Matter.js Authors
30
30
  * SPDX-License-Identifier: Apache-2.0
31
31
  */
32
32
  const logger = import_general.Logger.get("BlenoBleServer");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Channel, ChannelType, NetInterface, ServerAddress, TransportInterface } from "@matter/general";
@@ -26,7 +26,7 @@ var import_general = require("@matter/general");
26
26
  var import_protocol = require("@matter/protocol");
27
27
  /**
28
28
  * @license
29
- * Copyright 2022-2024 Matter.js Authors
29
+ * Copyright 2022-2025 Matter.js Authors
30
30
  * SPDX-License-Identifier: Apache-2.0
31
31
  */
32
32
  const logger = import_general.Logger.get("BleChannel");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import type { Peripheral } from "@stoprocent/noble";
@@ -26,7 +26,7 @@ var import_require = require("@matter/nodejs-ble/require");
26
26
  var import_protocol = require("@matter/protocol");
27
27
  /**
28
28
  * @license
29
- * Copyright 2022-2024 Matter.js Authors
29
+ * Copyright 2022-2025 Matter.js Authors
30
30
  * SPDX-License-Identifier: Apache-2.0
31
31
  */
32
32
  const logger = import_general.Logger.get("NobleBleClient");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { NetInterface, TransportInterface } from "@matter/general";
@@ -30,7 +30,7 @@ var import_NobleBleChannel = require("./NobleBleChannel.js");
30
30
  var import_NobleBleClient = require("./NobleBleClient.js");
31
31
  /**
32
32
  * @license
33
- * Copyright 2022-2024 Matter.js Authors
33
+ * Copyright 2022-2025 Matter.js Authors
34
34
  * SPDX-License-Identifier: Apache-2.0
35
35
  */
36
36
  class NodeJsBle extends import_protocol.Ble {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export * from "./BleBroadcaster.js";
package/dist/cjs/index.js CHANGED
@@ -20,7 +20,7 @@ __reExport(src_exports, require("./BleScanner.js"), module.exports);
20
20
  __reExport(src_exports, require("./NodeJsBle.js"), module.exports);
21
21
  /**
22
22
  * @license
23
- * Copyright 2022-2024 Matter.js Authors
23
+ * Copyright 2022-2025 Matter.js Authors
24
24
  * SPDX-License-Identifier: Apache-2.0
25
25
  */
26
26
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { CommissionerInstanceData, CommissioningModeInstanceData, InstanceBroadcaster } from "@matter/protocol";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { ImplementationError, Logger } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Channel, ChannelType, TransportInterface } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { ChannelType } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { ChannelType } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Bytes, ChannelType, createPromise, Logger, Time } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Channel } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { InternalError, Logger, Time, createPromise } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Channel, ChannelType, NetInterface, ServerAddress, TransportInterface } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import type { Peripheral } from "@stoprocent/noble";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Logger } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { NetInterface, TransportInterface } from "@matter/general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Ble } from "@matter/protocol";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export * from "./BleBroadcaster.js";
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export * from "./BleBroadcaster.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/nodejs-ble",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Matter BLE support for node.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -28,12 +28,12 @@
28
28
  "build-clean": "matter-build --clean"
29
29
  },
30
30
  "dependencies": {
31
- "@matter/general": "0.12.0",
32
- "@matter/types": "0.12.0",
33
- "@matter/protocol": "0.12.0"
31
+ "@matter/general": "0.12.1",
32
+ "@matter/types": "0.12.1",
33
+ "@matter/protocol": "0.12.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@matter/tools": "0.12.0"
36
+ "@matter/tools": "0.12.1"
37
37
  },
38
38
  "optionalDependencies": {
39
39
  "@stoprocent/bleno": "^0.8.1",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
package/src/BleScanner.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
package/src/NodeJsBle.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
package/src/index.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2024 Matter.js Authors
3
+ * Copyright 2022-2025 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6