@daaku/kombat
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -42,3 +42,2 @@ export declare class Timestamp { | ||
export interface SyncRequest { | ||
nodeID: string; | ||
merkle: Merkle; | ||
@@ -45,0 +44,0 @@ messages: Message[]; |
@@ -294,3 +294,2 @@ "use strict"; | ||
const syncResponse = await this.remote.sync({ | ||
nodeID: this.clock.timestamp.nodeID, | ||
merkle: this.clock.merkle.clone(), | ||
@@ -297,0 +296,0 @@ messages: toSend, |
{ | ||
"name": "@daaku/kombat", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"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
40187
575