@matter/model 0.12.4-alpha.0-20250215-5af08a8d6 → 0.12.4-alpha.0-20250223-1e0341a1a

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.
@@ -31,7 +31,7 @@ var import_elements = require("../../elements/index.js");
31
31
  const WildcardPathFlagsBitmap = (0, import_elements.DatatypeElement)(
32
32
  {
33
33
  name: "WildcardPathFlagsBitmap",
34
- type: "map8",
34
+ type: "map16",
35
35
  details: "The WildcardPathFlagsBitmap indicates flags that apply to the path, affecting wildcard expansion. The following flags are defined:",
36
36
  xref: { document: "core", section: "8.9.2.3" }
37
37
  },
@@ -8,7 +8,7 @@ import { DatatypeElement as Datatype, FieldElement as Field } from "../../elemen
8
8
  const WildcardPathFlagsBitmap = Datatype(
9
9
  {
10
10
  name: "WildcardPathFlagsBitmap",
11
- type: "map8",
11
+ type: "map16",
12
12
  details: "The WildcardPathFlagsBitmap indicates flags that apply to the path, affecting wildcard expansion. The following flags are defined:",
13
13
  xref: { document: "core", section: "8.9.2.3" }
14
14
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/model",
3
- "version": "0.12.4-alpha.0-20250215-5af08a8d6",
3
+ "version": "0.12.4-alpha.0-20250223-1e0341a1a",
4
4
  "description": "Matter data model",
5
5
  "keywords": [
6
6
  "iot",
@@ -33,12 +33,12 @@
33
33
  "embed-examples": "embedme **/README.md"
34
34
  },
35
35
  "dependencies": {
36
- "@matter/general": "0.12.4-alpha.0-20250215-5af08a8d6",
36
+ "@matter/general": "0.12.4-alpha.0-20250223-1e0341a1a",
37
37
  "@noble/curves": "^1.8.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@matter/testing": "0.12.4-alpha.0-20250215-5af08a8d6",
41
- "@matter/tools": "0.12.4-alpha.0-20250215-5af08a8d6"
40
+ "@matter/testing": "0.12.4-alpha.0-20250223-1e0341a1a",
41
+ "@matter/tools": "0.12.4-alpha.0-20250223-1e0341a1a"
42
42
  },
43
43
  "files": [
44
44
  "dist/**/*",
@@ -11,7 +11,7 @@ import { DatatypeElement as Datatype, FieldElement as Field } from "../../elemen
11
11
 
12
12
  export const WildcardPathFlagsBitmap = Datatype(
13
13
  {
14
- name: "WildcardPathFlagsBitmap", type: "map8",
14
+ name: "WildcardPathFlagsBitmap", type: "map16",
15
15
  details: "The WildcardPathFlagsBitmap indicates flags that apply to the path, affecting wildcard expansion. " +
16
16
  "The following flags are defined:",
17
17
  xref: { document: "core", section: "8.9.2.3" }