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
2 changed files with 6 additions and 4 deletions
@@ -1,7 +1,7 @@
{ {
"name": "@element-hq/element-web-playwright-common", "name": "@element-hq/element-web-playwright-common",
"type": "module", "type": "module",
"version": "2.1.0", "version": "2.2.1",
"license": "SEE LICENSE IN README.md", "license": "SEE LICENSE IN README.md",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -176,9 +176,11 @@ const DEFAULT_CONFIG = {
*/ */
msc4143_enabled: false, msc4143_enabled: false,
}, },
matrix_rtc: { matrix_rtc: undefined as
transports: Array<{ type: string; [field: string]: string }>, | undefined
}, | {
transports: Array<{ type: string; [field: string]: string }>;
},
oidc_providers: [], oidc_providers: [],
serve_server_wellknown: true, serve_server_wellknown: true,
presence: { presence: {