@wireapp/core 46.40.1 → 46.40.7

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/Account.js +1 -1
  2. package/package.json +8 -8
package/lib/Account.js CHANGED
@@ -592,7 +592,7 @@ class Account extends commons_1.TypedEventEmitter {
592
592
  try {
593
593
  const start = Date.now();
594
594
  const notificationTime = this.getNotificationEventTime(notification.payload[0]);
595
- this.logger.info(`Processing legacy notifwication "${notification.id}" at ${notificationTime}`, {
595
+ this.logger.info(`Processing legacy notification "${notification.id}" at ${notificationTime}`, {
596
596
  notification,
597
597
  });
598
598
  this.logger.info(`Total notifications queue length: ${this.notificationProcessingQueue.getLength()}`);
package/package.json CHANGED
@@ -11,16 +11,16 @@
11
11
  "./lib/cryptography/AssetCryptography/crypto.node": "./lib/cryptography/AssetCryptography/crypto.browser.js"
12
12
  },
13
13
  "dependencies": {
14
- "@wireapp/api-client": "^27.82.0",
15
- "@wireapp/commons": "^5.4.5",
14
+ "@wireapp/api-client": "^27.83.0",
15
+ "@wireapp/commons": "^5.4.9",
16
16
  "@wireapp/core-crypto": "9.1.0",
17
17
  "@wireapp/cryptobox": "12.8.0",
18
- "@wireapp/priority-queue": "^2.1.12",
19
- "@wireapp/promise-queue": "^2.4.5",
18
+ "@wireapp/priority-queue": "^2.1.16",
19
+ "@wireapp/promise-queue": "^2.4.9",
20
20
  "@wireapp/protocol-messaging": "1.53.0",
21
- "@wireapp/store-engine": "^5.1.12",
21
+ "@wireapp/store-engine": "^5.1.16",
22
22
  "axios": "1.12.2",
23
- "bazinga64": "^6.5.3",
23
+ "bazinga64": "^6.5.7",
24
24
  "deepmerge-ts": "6.0.0",
25
25
  "hash.js": "1.1.7",
26
26
  "http-status-codes": "2.3.0",
@@ -61,6 +61,6 @@
61
61
  "test:coverage": "jest --coverage",
62
62
  "watch": "tsc --watch"
63
63
  },
64
- "version": "46.40.1",
65
- "gitHead": "b1f2c021022374610797c31b73dfeb8a934b8f2d"
64
+ "version": "46.40.7",
65
+ "gitHead": "5e0809cae872c8f565e8ddbd08cd02c77575755c"
66
66
  }