@matter/testing 0.16.0-alpha.0-20260104-558783063 → 0.16.0-alpha.0-20260104-11833ec59

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package provides testing support for other matter.js packages.
4
4
 
5
- > Supports all Node.js LTS versions starting with 18.x
5
+ > Supports all Node.js LTS versions starting with 20.x
6
6
 
7
7
  ## Rational
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/testing",
3
- "version": "0.16.0-alpha.0-20260104-558783063",
3
+ "version": "0.16.0-alpha.0-20260104-11833ec59",
4
4
  "description": "Test harness for running JavaScript and Matter certification tests",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "#tools/ansi-text": "@matter/tools/ansi-text"
46
46
  },
47
47
  "dependencies": {
48
- "@matter/tools": "0.16.0-alpha.0-20260104-558783063",
48
+ "@matter/tools": "0.16.0-alpha.0-20260104-11833ec59",
49
49
  "@types/express": "^5.0.6",
50
50
  "ansi-colors": "^4.1.3",
51
51
  "chai": "^4.5.0",