@matter/react-native 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 (82) hide show
  1. package/dist/cjs/ble/BleReactNative.d.ts +1 -1
  2. package/dist/cjs/ble/BleReactNative.js +1 -1
  3. package/dist/cjs/ble/BleScanner.d.ts +1 -1
  4. package/dist/cjs/ble/BleScanner.js +1 -1
  5. package/dist/cjs/ble/ReactNativeBleChannel.d.ts +1 -1
  6. package/dist/cjs/ble/ReactNativeBleChannel.js +1 -1
  7. package/dist/cjs/ble/ReactNativeBleClient.d.ts +1 -1
  8. package/dist/cjs/ble/ReactNativeBleClient.js +1 -1
  9. package/dist/cjs/ble/export.d.ts +1 -1
  10. package/dist/cjs/ble/export.js +1 -1
  11. package/dist/cjs/crypto/ReactNativeCrypto.d.ts +1 -1
  12. package/dist/cjs/crypto/ReactNativeCrypto.js +1 -1
  13. package/dist/cjs/crypto/export.d.ts +1 -1
  14. package/dist/cjs/crypto/export.js +1 -1
  15. package/dist/cjs/crypto/register.d.ts +1 -1
  16. package/dist/cjs/crypto/register.js +1 -1
  17. package/dist/cjs/environment/ReactNativeEnvironment.d.ts +1 -1
  18. package/dist/cjs/environment/ReactNativeEnvironment.js +1 -1
  19. package/dist/cjs/environment/export.d.ts +1 -1
  20. package/dist/cjs/environment/export.js +1 -1
  21. package/dist/cjs/environment/register.d.ts +1 -1
  22. package/dist/cjs/environment/register.js +1 -1
  23. package/dist/cjs/export.d.ts +1 -1
  24. package/dist/cjs/export.js +1 -1
  25. package/dist/cjs/net/NetworkReactNative.js +1 -1
  26. package/dist/cjs/net/UdpChannelReactNative.js +1 -1
  27. package/dist/cjs/net/export.d.ts +1 -1
  28. package/dist/cjs/net/export.js +1 -1
  29. package/dist/cjs/net/register.d.ts +1 -1
  30. package/dist/cjs/net/register.js +1 -1
  31. package/dist/cjs/storage/StorageBackendAsyncStorage.d.ts +1 -1
  32. package/dist/cjs/storage/StorageBackendAsyncStorage.js +1 -1
  33. package/dist/esm/ble/BleReactNative.d.ts +1 -1
  34. package/dist/esm/ble/BleReactNative.js +1 -1
  35. package/dist/esm/ble/BleScanner.d.ts +1 -1
  36. package/dist/esm/ble/BleScanner.js +1 -1
  37. package/dist/esm/ble/ReactNativeBleChannel.d.ts +1 -1
  38. package/dist/esm/ble/ReactNativeBleChannel.js +1 -1
  39. package/dist/esm/ble/ReactNativeBleClient.d.ts +1 -1
  40. package/dist/esm/ble/ReactNativeBleClient.js +1 -1
  41. package/dist/esm/ble/export.d.ts +1 -1
  42. package/dist/esm/ble/export.js +1 -1
  43. package/dist/esm/crypto/ReactNativeCrypto.d.ts +1 -1
  44. package/dist/esm/crypto/ReactNativeCrypto.js +1 -1
  45. package/dist/esm/crypto/export.d.ts +1 -1
  46. package/dist/esm/crypto/export.js +1 -1
  47. package/dist/esm/crypto/register.d.ts +1 -1
  48. package/dist/esm/crypto/register.js +1 -1
  49. package/dist/esm/environment/ReactNativeEnvironment.d.ts +1 -1
  50. package/dist/esm/environment/ReactNativeEnvironment.js +1 -1
  51. package/dist/esm/environment/export.d.ts +1 -1
  52. package/dist/esm/environment/export.js +1 -1
  53. package/dist/esm/environment/register.d.ts +1 -1
  54. package/dist/esm/environment/register.js +1 -1
  55. package/dist/esm/export.d.ts +1 -1
  56. package/dist/esm/export.js +1 -1
  57. package/dist/esm/net/NetworkReactNative.js +1 -1
  58. package/dist/esm/net/UdpChannelReactNative.js +1 -1
  59. package/dist/esm/net/export.d.ts +1 -1
  60. package/dist/esm/net/export.js +1 -1
  61. package/dist/esm/net/register.d.ts +1 -1
  62. package/dist/esm/net/register.js +1 -1
  63. package/dist/esm/storage/StorageBackendAsyncStorage.d.ts +1 -1
  64. package/dist/esm/storage/StorageBackendAsyncStorage.js +1 -1
  65. package/package.json +5 -5
  66. package/src/ble/BleReactNative.ts +1 -1
  67. package/src/ble/BleScanner.ts +1 -1
  68. package/src/ble/ReactNativeBleChannel.ts +1 -1
  69. package/src/ble/ReactNativeBleClient.ts +1 -1
  70. package/src/ble/export.ts +1 -1
  71. package/src/crypto/ReactNativeCrypto.ts +1 -1
  72. package/src/crypto/export.ts +1 -1
  73. package/src/crypto/register.ts +1 -1
  74. package/src/environment/ReactNativeEnvironment.ts +1 -1
  75. package/src/environment/export.ts +1 -1
  76. package/src/environment/register.ts +1 -1
  77. package/src/export.ts +1 -1
  78. package/src/net/NetworkReactNative.ts +1 -1
  79. package/src/net/UdpChannelReactNative.ts +1 -1
  80. package/src/net/export.ts +1 -1
  81. package/src/net/register.ts +1 -1
  82. package/src/storage/StorageBackendAsyncStorage.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 { ChannelType, NetInterface, TransportInterface } from "#general";
@@ -28,7 +28,7 @@ var import_ReactNativeBleChannel = require("./ReactNativeBleChannel.js");
28
28
  var import_ReactNativeBleClient = require("./ReactNativeBleClient.js");
29
29
  /**
30
30
  * @license
31
- * Copyright 2022-2024 Matter.js Authors
31
+ * Copyright 2022-2025 Matter.js Authors
32
32
  * SPDX-License-Identifier: Apache-2.0
33
33
  */
34
34
  class BleReactNative 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
  import { ChannelType } from "#general";
@@ -26,7 +26,7 @@ var import_protocol = require("#protocol");
26
26
  var import_types = require("#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, ChannelType, NetInterface, ServerAddress, TransportInterface } from "#general";
@@ -27,7 +27,7 @@ var import_protocol = require("#protocol");
27
27
  var import_react_native_ble_plx = require("react-native-ble-plx");
28
28
  /**
29
29
  * @license
30
- * Copyright 2022-2024 Matter.js Authors
30
+ * Copyright 2022-2025 Matter.js Authors
31
31
  * SPDX-License-Identifier: Apache-2.0
32
32
  */
33
33
  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 { MatterError } from "#general";
@@ -28,7 +28,7 @@ var import_protocol = require("#protocol");
28
28
  var import_react_native_ble_plx = require("react-native-ble-plx");
29
29
  /**
30
30
  * @license
31
- * Copyright 2022-2024 Matter.js Authors
31
+ * Copyright 2022-2025 Matter.js Authors
32
32
  * SPDX-License-Identifier: Apache-2.0
33
33
  */
34
34
  const logger = import_general.Logger.get("ReactNativeBleClient");
@@ -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 "./BleReactNative.js";
@@ -19,7 +19,7 @@ __reExport(export_exports, require("./BleReactNative.js"), module.exports);
19
19
  __reExport(export_exports, require("./BleScanner.js"), module.exports);
20
20
  /**
21
21
  * @license
22
- * Copyright 2022-2024 Matter.js Authors
22
+ * Copyright 2022-2025 Matter.js Authors
23
23
  * SPDX-License-Identifier: Apache-2.0
24
24
  */
25
25
  //# sourceMappingURL=export.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 { CryptoDsaEncoding } from "#general";
@@ -37,7 +37,7 @@ var import_nodejs = require("#nodejs");
37
37
  var import_jwk_to_pem = __toESM(require("jwk-to-pem"), 1);
38
38
  /**
39
39
  * @license
40
- * Copyright 2022-2024 Matter.js Authors
40
+ * Copyright 2022-2025 Matter.js Authors
41
41
  * SPDX-License-Identifier: Apache-2.0
42
42
  */
43
43
  (0, import_react_native_quick_crypto.install)();
@@ -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 "./ReactNativeCrypto.js";
@@ -18,7 +18,7 @@ module.exports = __toCommonJS(export_exports);
18
18
  __reExport(export_exports, require("./ReactNativeCrypto.js"), module.exports);
19
19
  /**
20
20
  * @license
21
- * Copyright 2022-2024 Matter.js Authors
21
+ * Copyright 2022-2025 Matter.js Authors
22
22
  * SPDX-License-Identifier: Apache-2.0
23
23
  */
24
24
  //# sourceMappingURL=export.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
  export {};
@@ -3,7 +3,7 @@ var import_general = require("@matter/general");
3
3
  var import_ReactNativeCrypto = require("./ReactNativeCrypto.js");
4
4
  /**
5
5
  * @license
6
- * Copyright 2022-2024 Matter.js Authors
6
+ * Copyright 2022-2025 Matter.js Authors
7
7
  * SPDX-License-Identifier: Apache-2.0
8
8
  */
9
9
  import_general.Boot.init(() => {
@@ -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 { Environment, VariableService } from "#general";
@@ -27,7 +27,7 @@ var import_NetworkReactNative = require("../net/NetworkReactNative.js");
27
27
  var import_StorageBackendAsyncStorage = require("../storage/StorageBackendAsyncStorage.js");
28
28
  /**
29
29
  * @license
30
- * Copyright 2022-2024 Matter.js Authors
30
+ * Copyright 2022-2025 Matter.js Authors
31
31
  * SPDX-License-Identifier: Apache-2.0
32
32
  */
33
33
  function ReactNativeEnvironment() {
@@ -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 "./ReactNativeEnvironment.js";
@@ -18,7 +18,7 @@ module.exports = __toCommonJS(export_exports);
18
18
  __reExport(export_exports, require("./ReactNativeEnvironment.js"), module.exports);
19
19
  /**
20
20
  * @license
21
- * Copyright 2022-2024 Matter.js Authors
21
+ * Copyright 2022-2025 Matter.js Authors
22
22
  * SPDX-License-Identifier: Apache-2.0
23
23
  */
24
24
  //# sourceMappingURL=export.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
  export {};
@@ -4,7 +4,7 @@ var import_ReactNativeEnvironment = require("./ReactNativeEnvironment.js");
4
4
  var import_encoding = require("react-native-polyfill-globals/src/encoding");
5
5
  /**
6
6
  * @license
7
- * Copyright 2022-2024 Matter.js Authors
7
+ * Copyright 2022-2025 Matter.js Authors
8
8
  * SPDX-License-Identifier: Apache-2.0
9
9
  */
10
10
  (0, import_encoding.polyfill)();
@@ -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 "./net/register.js";
@@ -4,7 +4,7 @@ var import_register2 = require("./crypto/register.js");
4
4
  var import_register3 = require("./environment/register.js");
5
5
  /**
6
6
  * @license
7
- * Copyright 2022-2024 Matter.js Authors
7
+ * Copyright 2022-2025 Matter.js Authors
8
8
  * SPDX-License-Identifier: Apache-2.0
9
9
  */
10
10
  //# sourceMappingURL=export.js.map
@@ -37,7 +37,7 @@ var import_netinfo = require("@react-native-community/netinfo");
37
37
  var import_UdpChannelReactNative = require("./UdpChannelReactNative.js");
38
38
  /**
39
39
  * @license
40
- * Copyright 2022-2024 Matter.js Authors
40
+ * Copyright 2022-2025 Matter.js Authors
41
41
  * SPDX-License-Identifier: Apache-2.0
42
42
  */
43
43
  global.dgram = import_react_native_udp.default;
@@ -36,7 +36,7 @@ var import_general = require("#general");
36
36
  var import_NetworkReactNative = require("./NetworkReactNative.js");
37
37
  /**
38
38
  * @license
39
- * Copyright 2022-2024 Matter.js Authors
39
+ * Copyright 2022-2025 Matter.js Authors
40
40
  * SPDX-License-Identifier: Apache-2.0
41
41
  */
42
42
  const logger = import_general.Logger.get("UdpChannelNode");
@@ -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 "./NetworkReactNative.js";
@@ -26,7 +26,7 @@ var import_general = require("@matter/general");
26
26
  __reExport(export_exports, require("./NetworkReactNative.js"), module.exports);
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
  async function closeNetwork() {
@@ -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 {};
@@ -3,7 +3,7 @@ var import_general = require("@matter/general");
3
3
  var import_NetworkReactNative = require("./NetworkReactNative.js");
4
4
  /**
5
5
  * @license
6
- * Copyright 2022-2024 Matter.js Authors
6
+ * Copyright 2022-2025 Matter.js Authors
7
7
  * SPDX-License-Identifier: Apache-2.0
8
8
  */
9
9
  import_general.Boot.init(() => {
@@ -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 { MaybeAsyncStorage, SupportedStorageTypes } from "#general";
@@ -35,7 +35,7 @@ var import_general = require("#general");
35
35
  var import_async_storage = __toESM(require("@react-native-async-storage/async-storage"), 1);
36
36
  /**
37
37
  * @license
38
- * Copyright 2022-2024 Matter.js Authors
38
+ * Copyright 2022-2025 Matter.js Authors
39
39
  * SPDX-License-Identifier: Apache-2.0
40
40
  */
41
41
  class StorageBackendAsyncStorage extends import_general.MaybeAsyncStorage {
@@ -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, NetInterface, TransportInterface } from "#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, ImplementationError } from "#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 "#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 "#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 "#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 { MatterError } from "#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, Logger, MatterError } from "#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
  export * from "./BleReactNative.js";
@@ -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 "./BleReactNative.js";
@@ -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 { CryptoDsaEncoding } from "#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 { install } from "react-native-quick-crypto";
@@ -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 "./ReactNativeCrypto.js";
@@ -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 "./ReactNativeCrypto.js";
@@ -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 {};
@@ -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 { Boot, Crypto, NoProviderError, singleton } 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 { Environment, VariableService } from "#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 { Environment, Network, StorageService } from "#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
  export * from "./ReactNativeEnvironment.js";
@@ -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 "./ReactNativeEnvironment.js";
@@ -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 {};
@@ -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 { Boot, Environment } 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 "./net/register.js";
@@ -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 "./net/register.js";
@@ -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 dgram from "react-native-udp";
@@ -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 dgram from "react-native-udp";
@@ -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 "./NetworkReactNative.js";
@@ -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 { Network } 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
  export {};
@@ -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 { Boot, Network, NoProviderError, singleton } 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 { MaybeAsyncStorage, SupportedStorageTypes } from "#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 { MaybeAsyncStorage, StorageError, fromJson, toJson } from "#general";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/react-native",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Experimental React Native support for matter.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -35,9 +35,9 @@
35
35
  "#*": "./src/*"
36
36
  },
37
37
  "dependencies": {
38
- "@matter/general": "0.12.0",
39
- "@matter/nodejs": "0.12.0",
40
- "@matter/protocol": "0.12.0",
38
+ "@matter/general": "0.12.1",
39
+ "@matter/nodejs": "0.12.1",
40
+ "@matter/protocol": "0.12.1",
41
41
  "@react-native-async-storage/async-storage": "^2.1.0",
42
42
  "@react-native-community/netinfo": "^11.3.2",
43
43
  "@types/jwk-to-pem": "^2.0.3",
@@ -49,7 +49,7 @@
49
49
  "react-native-udp": "^4.1.7"
50
50
  },
51
51
  "devDependencies": {
52
- "@matter/tools": "0.12.0"
52
+ "@matter/tools": "0.12.1"
53
53
  },
54
54
  "overrides": {
55
55
  "brorand": "npm:@matter.js/brorand@1.1.0"
@@ -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/ble/export.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
 
@@ -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/export.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
  import dgram from "react-native-udp";
@@ -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 dgram from "react-native-udp";
package/src/net/export.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