@cocreate/api
Advanced tools
Comparing version 1.13.1 to 1.13.2
{ | ||
"name": "@cocreate/api", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -67,8 +67,10 @@ const CRUD = require('@cocreate/crud-client') | ||
array: "organizations", | ||
filter: { | ||
query: [{ | ||
key: 'host', | ||
operator: "$in", | ||
value: [hostname] | ||
}], | ||
object: { | ||
$filter: { | ||
query: [{ | ||
key: 'host', | ||
operator: "$in", | ||
value: [hostname] | ||
}], | ||
}, | ||
}, | ||
@@ -75,0 +77,0 @@ key: config["config"]["key"], |
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
184996
431