@matter/testing 0.17.4 → 0.17.5-alpha.0-20260702-a2cd6f764

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/testing",
3
- "version": "0.17.4",
3
+ "version": "0.17.5-alpha.0-20260702-a2cd6f764",
4
4
  "description": "Test harness for running JavaScript and Matter certification tests",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -22,6 +22,9 @@ CC.S.F00=1
22
22
  # We do not add attributes 3..7 to our test
23
23
  DGGEN.S.A0003..7=0
24
24
 
25
+ # We support the analysis capabilities
26
+ DGGEN.S.A000a=1
27
+
25
28
  # We do not support the "TestTrigger" command
26
29
  DGGEN.S.C00.Rsp=0
27
30