@matter/nodejs-ws 0.16.0-alpha.0-20260106-e9e9ba80c → 0.16.0-alpha.0-20260108-4857134c0

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/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2022-2025 Matter.js Authors
189
+ Copyright 2022-2026 Matter.js Authors
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Bytes } from "#general";
@@ -27,7 +27,7 @@ var import_general = require("#general");
27
27
  var import_ws = require("ws");
28
28
  /**
29
29
  * @license
30
- * Copyright 2022-2025 Matter.js Authors
30
+ * Copyright 2022-2026 Matter.js Authors
31
31
  * SPDX-License-Identifier: Apache-2.0
32
32
  */
33
33
  function WebSocketStreams(client) {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { WsAdapter } from "#nodejs";
@@ -25,7 +25,7 @@ var import_ws = require("ws");
25
25
  var import_WebSocketStreams = require("./WebSocketStreams.js");
26
26
  /**
27
27
  * @license
28
- * Copyright 2022-2025 Matter.js Authors
28
+ * Copyright 2022-2026 Matter.js Authors
29
29
  * SPDX-License-Identifier: Apache-2.0
30
30
  */
31
31
  const factory = () => {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export * from "./factory.js";
package/dist/cjs/index.js CHANGED
@@ -20,7 +20,7 @@ __reExport(src_exports, require("./WebSocketStreams.js"), module.exports);
20
20
  var import_install = require("./install.js");
21
21
  /**
22
22
  * @license
23
- * Copyright 2022-2025 Matter.js Authors
23
+ * Copyright 2022-2026 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-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export {};
@@ -3,7 +3,7 @@ var import_nodejs = require("#nodejs");
3
3
  var import_factory = require("./factory.js");
4
4
  /**
5
5
  * @license
6
- * Copyright 2022-2025 Matter.js Authors
6
+ * Copyright 2022-2026 Matter.js Authors
7
7
  * SPDX-License-Identifier: Apache-2.0
8
8
  */
9
9
  import_nodejs.WsAdapter.defaultFactory = import_factory.factory;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { Bytes } from "#general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { asError, Gate, InternalError } from "#general";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { WsAdapter } from "#nodejs";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { WebSocketServer } from "ws";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export * from "./factory.js";
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  export * from "./factory.js";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 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-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
  import { WsAdapter } from "#nodejs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/nodejs-ws",
3
- "version": "0.16.0-alpha.0-20260106-e9e9ba80c",
3
+ "version": "0.16.0-alpha.0-20260108-4857134c0",
4
4
  "description": "matter.js WebSocket support for Node.js",
5
5
  "keywords": [
6
6
  "iot",
@@ -29,13 +29,13 @@
29
29
  "build-clean": "matter-build --clean"
30
30
  },
31
31
  "dependencies": {
32
- "@matter/general": "0.16.0-alpha.0-20260106-e9e9ba80c",
33
- "@matter/nodejs": "0.16.0-alpha.0-20260106-e9e9ba80c",
32
+ "@matter/general": "0.16.0-alpha.0-20260108-4857134c0",
33
+ "@matter/nodejs": "0.16.0-alpha.0-20260108-4857134c0",
34
34
  "ws": "^8.18.3"
35
35
  },
36
36
  "devDependencies": {
37
- "@matter/tools": "0.16.0-alpha.0-20260106-e9e9ba80c",
38
- "@matter/node": "0.16.0-alpha.0-20260106-e9e9ba80c"
37
+ "@matter/tools": "0.16.0-alpha.0-20260108-4857134c0",
38
+ "@matter/node": "0.16.0-alpha.0-20260108-4857134c0"
39
39
  },
40
40
  "optionalDependencies": {
41
41
  "bufferutil": "^4.0.9"
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
package/src/factory.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 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-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
package/src/install.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2022-2025 Matter.js Authors
3
+ * Copyright 2022-2026 Matter.js Authors
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6