@cocreate/crud-client
Advanced tools
Comparing version 1.33.5 to 1.33.6
{ | ||
"name": "@cocreate/crud-client", | ||
"version": "1.33.5", | ||
"version": "1.33.6", | ||
"description": "An useful CRUD api operate Create, read, update, delete with built in database. Can be used as a firebase alternative. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -184,3 +184,3 @@ /******************************************************************************** | ||
if (data.$filter && data.$filter.query && data.$filter.query._id && data.$filter.query._id.$eq === '$user_id') | ||
data.$filter.query.$eq = this.socket.user_id | ||
data.$filter.query._id.$eq = this.socket.user_id | ||
@@ -187,0 +187,0 @@ indexeddb.send({ ...data }) |
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
197660