@wireapp/core 46.46.5-beta.2.1060d37c5 → 46.46.5-beta.4.8cd9a3525
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 +3 -3
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(`Failed to save cookie
|
|
158
|
+
this.logger.error(`Failed to save cookie ${error.message}`, error);
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
});
|
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": "^27.90.
|
|
14
|
+
"@wireapp/api-client": "^27.90.1-beta.14.8cd9a3525",
|
|
15
15
|
"@wireapp/commons": "^5.4.9",
|
|
16
16
|
"@wireapp/core-crypto": "9.1.2",
|
|
17
17
|
"@wireapp/cryptobox": "12.8.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.4.8cd9a3525",
|
|
65
|
+
"gitHead": "8cd9a35250b6cf17f0ee286b5e9fdab641004426"
|
|
66
66
|
}
|