@cocreate/crdt
Advanced tools
Comparing version 1.27.1 to 1.27.2
{ | ||
"name": "@cocreate/crdt", | ||
"version": "1.27.1", | ||
"version": "1.27.2", | ||
"description": "CoCreate crdt", | ||
@@ -5,0 +5,0 @@ "author": "CoCreate LLC", |
@@ -66,7 +66,3 @@ /******************************************************************************** | ||
$filter: { | ||
query: [{ | ||
key: 'name', | ||
operator: "$eq", | ||
value: name | ||
}], | ||
query: { name }, | ||
limit: 1 | ||
@@ -258,5 +254,3 @@ } | ||
$filter: { | ||
query: [ | ||
{ key: 'name', value: name, operator: '$eq', index: true } | ||
], | ||
query: { name }, | ||
limit: 1 | ||
@@ -263,0 +257,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
163529
568