bridge-odata
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "bridge-odata", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Retsly OData JS SDK", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -18,2 +18,3 @@ | ||
'endswith': (subject,object) => `endswith(${subject},${object})`, | ||
'contains': (subject,object) => `contains(${subject},${object})`, | ||
@@ -20,0 +21,0 @@ // Geo / Distance operationss |
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
18257
461