periodicjs.core.data
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -363,3 +363,3 @@ 'use strict'; | ||
query.$or.push({ | ||
[d]: options.query, | ||
[d]: options.query.toString(), | ||
}); | ||
@@ -373,2 +373,5 @@ } | ||
} | ||
// console.log('query', query); | ||
// if(query.$or) throw new Error('find callee') | ||
let queryOptions = { | ||
@@ -375,0 +378,0 @@ where: query, |
@@ -97,4 +97,4 @@ { | ||
}, | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"license": "MIT" | ||
} |
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
1865973
5555