@cocreate/crud-client
Advanced tools
Comparing version 1.33.7 to 1.33.8
{ | ||
"name": "@cocreate/crud-client", | ||
"version": "1.33.7", | ||
"version": "1.33.8", | ||
"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": [ |
@@ -191,6 +191,2 @@ /******************************************************************************** | ||
if (dataValue < queryValue) { | ||
console.log('crud synced: ', response[type]) | ||
if (data[type][i].subscriptionItemId) | ||
console.log('test') | ||
response.method = type + '.update' | ||
@@ -197,0 +193,0 @@ response[type] = data[type][i] |
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
199522
533