@cocreate/crdt
Advanced tools
Comparing version 1.27.5 to 1.27.6
{ | ||
"name": "@cocreate/crdt", | ||
"version": "1.27.5", | ||
"version": "1.27.6", | ||
"description": "CoCreate crdt", | ||
@@ -5,0 +5,0 @@ "author": "CoCreate LLC", |
@@ -386,2 +386,4 @@ /******************************************************************************** | ||
if (data.crud != 'false' && data.save != 'false') { | ||
if (data.upsert === undefined) | ||
data.upsert = true | ||
let wholestring = await getText(data); | ||
@@ -388,0 +390,0 @@ crud.send({ |
Sorry, the diff of this file is too big to display
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
164009
570