@wireapp/core 46.46.5-beta.6.e4b768966 → 46.46.5-beta.8.5ce5ca523
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
|
@@ -155,7 +155,7 @@ class Account extends commons_1.TypedEventEmitter {
|
|
|
155
155
|
await this.persistCookie(this.storeEngine, cookie);
|
|
156
156
|
}
|
|
157
157
|
catch (error) {
|
|
158
|
-
this.logger.error(
|
|
158
|
+
this.logger.error('Failed to save cookie:', error);
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
});
|
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.90.
|
|
15
|
-
"@wireapp/commons": "^5.4.
|
|
14
|
+
"@wireapp/api-client": "^27.90.1-beta.18.5ce5ca523",
|
|
15
|
+
"@wireapp/commons": "^5.4.10-beta.54.5ce5ca523",
|
|
16
16
|
"@wireapp/core-crypto": "9.1.2",
|
|
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.17-beta.54.5ce5ca523",
|
|
19
|
+
"@wireapp/promise-queue": "^2.4.10-beta.54.5ce5ca523",
|
|
20
20
|
"@wireapp/protocol-messaging": "1.53.0",
|
|
21
|
-
"@wireapp/store-engine": "^5.1.
|
|
21
|
+
"@wireapp/store-engine": "^5.1.17-beta.54.5ce5ca523",
|
|
22
22
|
"axios": "1.12.2",
|
|
23
|
-
"bazinga64": "^6.5.
|
|
23
|
+
"bazinga64": "^6.5.8-beta.54.5ce5ca523",
|
|
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.46.5-beta.
|
|
65
|
-
"gitHead": "
|
|
64
|
+
"version": "46.46.5-beta.8.5ce5ca523",
|
|
65
|
+
"gitHead": "5ce5ca523eecbb1d0bb2216f8542d8dcd1cec325"
|
|
66
66
|
}
|