Comparing version 0.0.18 to 0.0.19
@@ -63,7 +63,3 @@ "use strict"; | ||
this.refState = params.state; | ||
if (params.state.history) { | ||
for (const op of params.state.history) { | ||
this.otClient.recv(op); | ||
} | ||
} | ||
throw new Error(`reset not yet implemented: ${JSON.stringify(params)}`); | ||
} | ||
@@ -70,0 +66,0 @@ else if (params.op) { |
{ | ||
"name": "libzap", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "JavaScript library for Zap", | ||
@@ -5,0 +5,0 @@ "license": "none", |
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
237177
63
4584