@matter/model 0.15.1 → 0.15.2-alpha.0-20250703-2e16aba2b

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 (1) hide show
  1. package/package.json +5 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/model",
3
- "version": "0.15.1",
3
+ "version": "0.15.2-alpha.0-20250703-2e16aba2b",
4
4
  "description": "Matter data model",
5
5
  "keywords": [
6
6
  "iot",
@@ -12,9 +12,7 @@
12
12
  "author": "matter.js authors",
13
13
  "contributors": [
14
14
  "Greg Lauckhart <greg@lauckhart.com>",
15
- "Ingo Fischer <github@fischer-ka.de>",
16
- "Martin Turon <mturon@google.com>",
17
- "Marco Fucci di Napoli <mfucci@gmail.com>"
15
+ "Ingo Fischer <github@fischer-ka.de>"
18
16
  ],
19
17
  "bugs": {
20
18
  "url": "https://github.com/project-chip/matter.js/issues"
@@ -33,11 +31,11 @@
33
31
  "embed-examples": "embedme **/README.md"
34
32
  },
35
33
  "dependencies": {
36
- "@matter/general": "0.15.1"
34
+ "@matter/general": "0.15.2-alpha.0-20250703-2e16aba2b"
37
35
  },
38
36
  "devDependencies": {
39
- "@matter/testing": "0.15.1",
40
- "@matter/tools": "0.15.1"
37
+ "@matter/testing": "0.15.2-alpha.0-20250703-2e16aba2b",
38
+ "@matter/tools": "0.15.2-alpha.0-20250703-2e16aba2b"
41
39
  },
42
40
  "files": [
43
41
  "dist/**/*",