@signalapp/libsignal-client 0.80.0 → 0.80.1

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/dist/index.js CHANGED
@@ -522,12 +522,7 @@ class SenderCertificate {
522
522
  * is not required to use any specific units, but Signal uses milliseconds since 1970.
523
523
  */
524
524
  validateWithTrustRoots(trustRoots, time) {
525
- try {
526
- return Native.SenderCertificate_Validate(this, trustRoots, time);
527
- }
528
- catch (_error) {
529
- return false;
530
- }
525
+ return Native.SenderCertificate_Validate(this, trustRoots, time);
531
526
  }
532
527
  }
533
528
  exports.SenderCertificate = SenderCertificate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalapp/libsignal-client",
3
- "version": "0.80.0",
3
+ "version": "0.80.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",