@wireapp/core 38.3.0 → 38.3.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.
@@ -201,7 +201,7 @@ class ProteusService {
201
201
  return;
202
202
  }
203
203
  // We want sessions to be fully qualified from now on
204
- (0, sessionIdMigrator_1.migrateToQualifiedSessionIds)(storeEngine, (_a = context.domain) !== null && _a !== void 0 ? _a : '');
204
+ await (0, sessionIdMigrator_1.migrateToQualifiedSessionIds)(storeEngine, (_a = context.domain) !== null && _a !== void 0 ? _a : '');
205
205
  this.logger.log(`Migrating data from cryptobox store (${dbName}) to corecrypto.`);
206
206
  try {
207
207
  await this.coreCryptoClient.proteusCryptoboxMigrate(dbName);
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "./lib/cryptography/AssetCryptography/crypto.node": "./lib/cryptography/AssetCryptography/crypto.browser.js"
12
12
  },
13
13
  "dependencies": {
14
- "@wireapp/api-client": "^22.14.0",
14
+ "@wireapp/api-client": "^22.14.1",
15
15
  "@wireapp/commons": "^5.0.4",
16
16
  "@wireapp/core-crypto": "0.6.0-rc.3",
17
17
  "@wireapp/promise-queue": "^2.1.1",
@@ -59,6 +59,6 @@
59
59
  "test:coverage": "jest --coverage",
60
60
  "watch": "tsc --watch"
61
61
  },
62
- "version": "38.3.0",
63
- "gitHead": "63fb77412045175f7be273e532db50c62853b88d"
62
+ "version": "38.3.2",
63
+ "gitHead": "1678976cefcc1752f397463d26e2dc51a9032471"
64
64
  }