@matterbridge/jest-utils 3.10.0-dev-20260716-572b03b → 3.10.0-dev-20260717-d3b65aa

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.
@@ -206,6 +206,8 @@ export async function createServerNode(port, deviceType = DeviceTypeId(0x000e),
206
206
  nodeLabel: (NAME + 'ServerNode').slice(0, 32),
207
207
  hardwareVersion: 1,
208
208
  softwareVersion: 1,
209
+ productUrl: 'https://matterbridge.io',
210
+ configurationVersion: 1,
209
211
  reachable: true,
210
212
  serialNumber: 'SN' + random,
211
213
  uniqueId: 'UI' + random,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/jest-utils",
3
- "version": "3.10.0-dev-20260716-572b03b",
3
+ "version": "3.10.0-dev-20260717-d3b65aa",
4
4
  "description": "Matterbridge jest utility library",
5
5
  "author": "https://github.com/Luligu",
6
6
  "homepage": "https://matterbridge.io/",
@@ -72,8 +72,8 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@matter/main": "0.17.5",
75
- "@matterbridge/types": "3.10.0-dev-20260716-572b03b",
76
- "@matterbridge/utils": "3.10.0-dev-20260716-572b03b",
75
+ "@matterbridge/types": "3.10.0-dev-20260717-d3b65aa",
76
+ "@matterbridge/utils": "3.10.0-dev-20260717-d3b65aa",
77
77
  "node-ansi-logger": "3.3.0"
78
78
  }
79
79
  }