@wireapp/api-client 27.90.0 → 27.90.1-beta.14.8cd9a3525

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
@@ -106,7 +106,7 @@ class APIClient extends events_1.EventEmitter {
106
106
  this.api = this.configureApis(this.backendFeatures);
107
107
  }
108
108
  configureApis(backendFeatures) {
109
- this.logger.info('configuring APIs with config', backendFeatures);
109
+ this.logger.info('configuring APIs with config:', backendFeatures);
110
110
  const assetAPI = new asset_1.AssetAPI(this.transport.http);
111
111
  // Prevents the CellsAPI from being initialized multiple times
112
112
  if (!this.cellsApi) {
package/package.json CHANGED
@@ -70,6 +70,6 @@
70
70
  "watch": "webpack serve --config webpack.browser.js",
71
71
  "prepare": "yarn dist"
72
72
  },
73
- "version": "27.90.0",
74
- "gitHead": "ff5b8e2b92e2dca441b28ec37108c8c7be309c7c"
73
+ "version": "27.90.1-beta.14.8cd9a3525",
74
+ "gitHead": "8cd9a35250b6cf17f0ee286b5e9fdab641004426"
75
75
  }