@wireapp/api-client 25.4.1 → 25.4.2

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.
Files changed (2) hide show
  1. package/lib/APIClient.js +1 -1
  2. package/package.json +2 -2
package/lib/APIClient.js CHANGED
@@ -137,7 +137,7 @@ class APIClient extends events_1.EventEmitter {
137
137
  domain: (_a = responsePayload === null || responsePayload === void 0 ? void 0 : responsePayload.domain) !== null && _a !== void 0 ? _a : '',
138
138
  federationEndpoints: backendVersion > 0,
139
139
  isFederated: (responsePayload === null || responsePayload === void 0 ? void 0 : responsePayload.federation) || false,
140
- supportsMLS: backendVersion >= 4,
140
+ supportsMLS: backendVersion >= 5,
141
141
  supportsGuestLinksWithPassword: backendVersion >= 4,
142
142
  };
143
143
  }
package/package.json CHANGED
@@ -65,6 +65,6 @@
65
65
  "watch": "webpack serve --config webpack.browser.js",
66
66
  "prepare": "yarn dist"
67
67
  },
68
- "version": "25.4.1",
69
- "gitHead": "c10f5883a9a1bceff8fce102381a6dc444636756"
68
+ "version": "25.4.2",
69
+ "gitHead": "a83dba73e174d24dbbf24bfbb42b5253d78a24f7"
70
70
  }