@cocreate/crdt
Advanced tools
Comparing version 1.23.1 to 1.23.2
{ | ||
"name": "@cocreate/crdt", | ||
"version": "1.23.1", | ||
"version": "1.23.2", | ||
"description": "CoCreate crdt", | ||
@@ -5,0 +5,0 @@ "author": "CoCreate LLC", |
@@ -64,2 +64,3 @@ /******************************************************************************** | ||
method: "read.object", | ||
status: "resolve", | ||
array: "crdt-transactions", | ||
@@ -129,3 +130,3 @@ object: { | ||
else { | ||
let response = await crud.send({ method: 'read.object', array, object: { _id: object, key } }); | ||
let response = await crud.send({ method: 'read.object', status: "resolve", array, object: { _id: object, key } }); | ||
string = crud.getValueFromObject(response.object[0], key); | ||
@@ -132,0 +133,0 @@ } |
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
159889
580