@wireapp/core 46.40.1 → 46.40.8
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/lib/Account.js +1 -1
- 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
|
|
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.
|
|
15
|
-
"@wireapp/commons": "^5.4.
|
|
14
|
+
"@wireapp/api-client": "^27.84.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.
|
|
19
|
-
"@wireapp/promise-queue": "^2.4.
|
|
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.
|
|
21
|
+
"@wireapp/store-engine": "^5.1.16",
|
|
22
22
|
"axios": "1.12.2",
|
|
23
|
-
"bazinga64": "^6.5.
|
|
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.
|
|
65
|
-
"gitHead": "
|
|
64
|
+
"version": "46.40.8",
|
|
65
|
+
"gitHead": "0bfd815a30fb26b6fb514a550ae93cc6e285c77a"
|
|
66
66
|
}
|