@wireapp/core 28.6.2 → 28.6.3

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [28.6.3](https://github.com/wireapp/wire-web-packages/tree/main/packages/core/compare/@wireapp/core@28.6.2...@wireapp/core@28.6.3) (2022-07-19)
7
+
8
+ **Note:** Version bump only for package @wireapp/core
9
+
10
+
11
+
12
+
13
+
6
14
  ## [28.6.2](https://github.com/wireapp/wire-web-packages/tree/main/packages/core/compare/@wireapp/core@28.6.1...@wireapp/core@28.6.2) (2022-07-19)
7
15
 
8
16
  **Note:** Version bump only for package @wireapp/core
package/package.json CHANGED
@@ -77,6 +77,6 @@
77
77
  "test:node": "nyc jasmine --config=jasmine.json",
78
78
  "watch": "tsc ---watch"
79
79
  },
80
- "version": "28.6.2",
81
- "gitHead": "a53453a02b71cffb5639ad27f2e4da51635adfd3"
80
+ "version": "28.6.3",
81
+ "gitHead": "7a2ac313eed98f7a1ab988bfb3ac31bbb8793ea9"
82
82
  }
@@ -380,7 +380,7 @@ class Account extends events_1.EventEmitter {
380
380
  }
381
381
  generateDbName(context) {
382
382
  const clientType = context.clientType === client_1.ClientType.NONE ? '' : `@${context.clientType}`;
383
- return `wire@${this.apiClient.config.urls.name}@${context.userId}@${context.clientId}${clientType}`;
383
+ return `wire@${this.apiClient.config.urls.name}@${context.userId}${clientType}`;
384
384
  }
385
385
  async initEngine(context) {
386
386
  const dbName = this.generateDbName(context);