@cocreate/api 1.2.33 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [1.3.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.3.1...v1.3.2) (2022-05-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump all dependencies ([48f6157](https://github.com/CoCreate-app/CoCreate-api/commit/48f61574f9a7c538b1c37be4f65877a7a4130f51))
7
+
8
+ ## [1.3.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.3.0...v1.3.1) (2022-05-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update document_id on link index.css ([d982522](https://github.com/CoCreate-app/CoCreate-api/commit/d98252264b1dbb1470598a5cc6621c841bccd7be))
14
+
15
+ # [1.3.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.33...v1.3.0) (2022-05-14)
16
+
17
+
18
+ ### Features
19
+
20
+ * function readDocumentList has been renamed to readDocuments ([a811c3e](https://github.com/CoCreate-app/CoCreate-api/commit/a811c3e093e9ea401cce3b8ce6eba8720e473906))
21
+
1
22
  ## [1.2.33](https://github.com/CoCreate-app/CoCreate-api/compare/v1.2.32...v1.2.33) (2022-05-06)
2
23
 
3
24
 
package/docs/form.html CHANGED
@@ -14,7 +14,7 @@
14
14
  <!-- CoCreate CSS -->
15
15
  <!-- CoCreate CSS -->
16
16
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
17
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="62827d7e8082ce05b081430b" name="src" type="text/css" save="true" />
18
18
  </head>
19
19
 
20
20
  <body>
package/docs/index.html CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  <!-- CoCreate CSS -->
16
16
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
17
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="62827d7e8082ce05b081430b" name="src" type="text/css" save="true" />
18
18
 
19
19
  </head>
20
20
 
package/docs/module.html CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  <!-- CoCreate CSS -->
16
16
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
17
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="62827d7e8082ce05b081430b" name="src" type="text/css" save="true" />
18
18
  </head>
19
19
 
20
20
  <body>
package/docs/server.html CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  <!-- CoCreate CSS -->
16
16
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
17
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="62827d7e8082ce05b081430b" name="src" type="text/css" save="true" />
18
18
  </head>
19
19
 
20
20
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.2.33",
3
+ "version": "1.3.2",
4
4
  "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
5
  "keywords": [
6
6
  "thirdparty-api-intergration",
@@ -62,12 +62,12 @@
62
62
  "webpack-log": "^3.0.1"
63
63
  },
64
64
  "dependencies": {
65
- "@cocreate/actions": "^1.3.33",
66
- "@cocreate/crud-client": "^1.4.47",
67
- "@cocreate/docs": "^1.2.69",
68
- "@cocreate/elements": "^1.6.11",
69
- "@cocreate/hosting": "^1.2.64",
70
- "@cocreate/render": "^1.5.7",
71
- "@cocreate/socket-client": "^1.4.22"
65
+ "@cocreate/actions": "^1.4.1",
66
+ "@cocreate/crud-client": "^1.6.2",
67
+ "@cocreate/docs": "^1.3.1",
68
+ "@cocreate/elements": "^1.7.3",
69
+ "@cocreate/hosting": "^1.3.1",
70
+ "@cocreate/render": "^1.8.0",
71
+ "@cocreate/socket-client": "^1.5.1"
72
72
  }
73
73
  }
package/src/server.js CHANGED
@@ -58,7 +58,7 @@ var api = ( ()=> {
58
58
  host: socket_config.host
59
59
  })
60
60
 
61
- let data2 = await crud.readDocumentList({
61
+ let data2 = await crud.readDocuments({
62
62
  collection: "organizations",
63
63
  operator: {
64
64
  filters: [{