@logux/client
Advanced tools
Comparing version 0.3.3 to 0.3.4
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 0.3.4 | ||
* Fix multiple resubscriptions. | ||
## 0.3.3 | ||
@@ -5,0 +8,0 @@ * Fix log message for `logux/processed` or `logux/undo`. |
@@ -186,3 +186,3 @@ var isFirstOlder = require('@logux/core/is-first-older') | ||
} | ||
if (meta.sync) meta.reasons.push('syncing') | ||
if (meta.sync && !meta.resubscribe) meta.reasons.push('syncing') | ||
}) | ||
@@ -189,0 +189,0 @@ |
{ | ||
"name": "@logux/client", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Logux base components to build web client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
60360