mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
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:
commit
5f154c77f9
@ -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",
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user