@cocreate/api
Advanced tools
Comparing version 1.15.9 to 1.15.10
{ | ||
"name": "@cocreate/api", | ||
"version": "1.15.9", | ||
"version": "1.15.10", | ||
"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. ", | ||
@@ -62,9 +62,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.12.0", | ||
"@cocreate/crud-client": "^1.28.10", | ||
"@cocreate/element-prototype": "^1.11.7", | ||
"@cocreate/render": "^1.29.0", | ||
"@cocreate/socket-client": "^1.32.2", | ||
"@cocreate/utils": "^1.26.1" | ||
"@cocreate/actions": "^1.12.1", | ||
"@cocreate/crud-client": "^1.28.12", | ||
"@cocreate/element-prototype": "^1.11.8", | ||
"@cocreate/render": "^1.29.1", | ||
"@cocreate/socket-client": "^1.32.3", | ||
"@cocreate/utils": "^1.26.2" | ||
} | ||
} |
@@ -30,3 +30,3 @@ const CRUD = require('@cocreate/crud-client') | ||
let org = await CRUD.send({ | ||
method: 'read.object', | ||
method: 'object.read', | ||
array: "organizations", | ||
@@ -66,3 +66,3 @@ key: config["key"], | ||
let data2 = await CRUD.send({ | ||
method: 'read.object', | ||
method: 'object.read', | ||
array: "organizations", | ||
@@ -101,3 +101,3 @@ object: { | ||
let myOrg = await CRUD.send({ | ||
method: 'read.object', | ||
method: 'object.read', | ||
array: "organizations", | ||
@@ -104,0 +104,0 @@ key: org["key"], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
187644
Updated@cocreate/actions@^1.12.1
Updated@cocreate/render@^1.29.1
Updated@cocreate/utils@^1.26.2