Merge pull request #171 from element-hq/packages/element-web-playwright-common/v2.2.0

Bump @element-hq/element-web-playwright-common to 2.2.1
This commit is contained in:
Will Hunt 2026-01-06 14:19:35 +00:00 committed by GitHub
commit 5f154c77f9
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "2.1.0",
"version": "2.2.1",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",

View File

@ -176,9 +176,11 @@ const DEFAULT_CONFIG = {
*/
msc4143_enabled: false,
},
matrix_rtc: {
transports: Array<{ type: string; [field: string]: string }>,
},
matrix_rtc: undefined as
| undefined
| {
transports: Array<{ type: string; [field: string]: string }>;
},
oidc_providers: [],
serve_server_wellknown: true,
presence: {