Comparing version 0.10.0 to 0.10.1
@@ -70,3 +70,3 @@ // This contains the master OT functions for the database. They look like | ||
} else if (op.del) { | ||
snapshot.data = null; | ||
snapshot.data = undefined; | ||
snapshot.type = null; | ||
@@ -73,0 +73,0 @@ snapshot.v++; |
{ | ||
"name": "sharedb", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "JSON OT database backend", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
276678