@daaku/kombat
Advanced tools
Comparing version 2.12.0 to 2.13.0
@@ -255,6 +255,6 @@ import { customAlphabet } from 'nanoid'; | ||
if (m1.timestamp < m2.timestamp) { | ||
return 1; | ||
return -1; | ||
} | ||
else if (m1.timestamp > m2.timestamp) { | ||
return -1; | ||
return 1; | ||
} | ||
@@ -261,0 +261,0 @@ return 0; |
{ | ||
"name": "@daaku/kombat", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"description": "Infrastructure for CRDT powered applications.", | ||
@@ -6,0 +6,0 @@ "repository": "git@github.com:daaku/kombat", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1