@project-chip/matter-node.js-examples 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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
  import { StorageBackendDisk, StorageManager } from "@project-chip/matter-node.js/storage";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
  import {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
  import {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
  import { StorageBackendDisk } from "@project-chip/matter-node.js/storage";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
  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 { getParameter } from "@project-chip/matter-node.js/util";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-chip/matter-node.js-examples",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Matter.js examples and reference implementations",
5
5
  "keywords": [
6
6
  "iot",
@@ -43,11 +43,11 @@
43
43
  "matter-legacystorageconverter": "dist/esm/examples/LegacyStorageConverter.js"
44
44
  },
45
45
  "dependencies": {
46
- "@project-chip/matter-node-ble.js": "0.12.0",
47
- "@project-chip/matter.js": "0.12.0"
46
+ "@project-chip/matter-node-ble.js": "0.12.1",
47
+ "@project-chip/matter.js": "0.12.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@matter/tools": "0.12.0"
50
+ "@matter/tools": "0.12.1"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=18.0.0"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @license
4
- * Copyright 2022-2024 Matter.js Authors
4
+ * Copyright 2022-2025 Matter.js Authors
5
5
  * SPDX-License-Identifier: Apache-2.0
6
6
  */
7
7
 
@@ -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