@signalapp/mock-server
Advanced tools
Comparing version 5.2.1 to 6.0.0
{ | ||
"name": "@signalapp/mock-server", | ||
"version": "5.2.1", | ||
"version": "6.0.0", | ||
"description": "Mock Signal Server for writing tests", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -60,3 +60,3 @@ "use strict"; | ||
SyncState[SyncState["Keys"] = 16] = "Keys"; | ||
SyncState[SyncState["Complete"] = 29] = "Complete"; | ||
SyncState[SyncState["Complete"] = 13] = "Complete"; | ||
})(SyncState || (SyncState = {})); | ||
@@ -960,3 +960,3 @@ class SignedPreKeyStore extends libsignal_client_1.SignedPreKeyStore { | ||
syncEntry.state |= stateChange; | ||
if (syncEntry.state === SyncState.Complete) { | ||
if ((syncEntry.state & SyncState.Complete) === SyncState.Complete) { | ||
debug('sync with %s complete', source.debugId); | ||
@@ -963,0 +963,0 @@ syncEntry.complete(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3588644