@element-hq/element-web-playwright-common 1.2.0 → 1.3.0
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.
|
@@ -177,8 +177,8 @@ export class MatrixAuthenticationServiceContainer extends GenericContainer {
|
|
|
177
177
|
config;
|
|
178
178
|
args = ["-c", "/config/config.yaml"];
|
|
179
179
|
constructor(db) {
|
|
180
|
-
// We rely on https://github.com/element-hq/matrix-authentication-service/pull/
|
|
181
|
-
super("ghcr.io/element-hq/matrix-authentication-service:sha-
|
|
180
|
+
// We rely on https://github.com/element-hq/matrix-authentication-service/pull/4563 which isn't in a release yet
|
|
181
|
+
super("ghcr.io/element-hq/matrix-authentication-service:sha-3207d23");
|
|
182
182
|
this.config = deepCopy(DEFAULT_CONFIG);
|
|
183
183
|
this.config.database.username = db.getUsername();
|
|
184
184
|
this.config.database.password = db.getPassword();
|
package/package.json
CHANGED
|
@@ -195,8 +195,8 @@ export class MatrixAuthenticationServiceContainer extends GenericContainer {
|
|
|
195
195
|
private readonly args = ["-c", "/config/config.yaml"];
|
|
196
196
|
|
|
197
197
|
public constructor(db: StartedPostgreSqlContainer) {
|
|
198
|
-
// We rely on https://github.com/element-hq/matrix-authentication-service/pull/
|
|
199
|
-
super("ghcr.io/element-hq/matrix-authentication-service:sha-
|
|
198
|
+
// We rely on https://github.com/element-hq/matrix-authentication-service/pull/4563 which isn't in a release yet
|
|
199
|
+
super("ghcr.io/element-hq/matrix-authentication-service:sha-3207d23");
|
|
200
200
|
|
|
201
201
|
this.config = deepCopy(DEFAULT_CONFIG);
|
|
202
202
|
this.config.database.username = db.getUsername();
|