@cocreate/api 1.5.5 → 1.5.7
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 +14 -0
- package/CoCreate.config.js +6 -22
- package/docs/index.html +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.5.7](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.6...v1.5.7) (2022-11-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* workflow docs ([0580748](https://github.com/CoCreate-app/CoCreate-api/commit/0580748bac69a59167b36ccc1e71e1fd20495b8f))
|
|
7
|
+
|
|
8
|
+
## [1.5.6](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.5...v1.5.6) (2022-11-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* apply src: {{source}} to CoCreate.config ([b0e0c57](https://github.com/CoCreate-app/CoCreate-api/commit/b0e0c5720938d0c7e541fed8bdf6f5717ded4440))
|
|
14
|
+
|
|
1
15
|
## [1.5.5](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.4...v1.5.5) (2022-11-21)
|
|
2
16
|
|
|
3
17
|
|
package/CoCreate.config.js
CHANGED
|
@@ -4,15 +4,15 @@ module.exports = {
|
|
|
4
4
|
"organization_id": "5ff747727005da1c272740ab",
|
|
5
5
|
"host": "general.cocreate.app"
|
|
6
6
|
},
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
"sources": [
|
|
8
|
+
{
|
|
9
9
|
"entry": "./docs/index.html",
|
|
10
10
|
"collection": "files",
|
|
11
|
-
"document_id": "601f02625803e43d00589077",
|
|
12
|
-
"key": "src",
|
|
13
11
|
"document": {
|
|
12
|
+
"_id": "601f02625803e43d00589077",
|
|
14
13
|
"name": "index.html",
|
|
15
14
|
"path": "/docs/api/index.html",
|
|
15
|
+
"src": "{{source}}",
|
|
16
16
|
"domains": [
|
|
17
17
|
"*",
|
|
18
18
|
"general.cocreate.app"
|
|
@@ -23,21 +23,5 @@ module.exports = {
|
|
|
23
23
|
"website_id": "5ffbceb7f11d2d00103c4535"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
"extract": {
|
|
29
|
-
"directory": "./src/",
|
|
30
|
-
"extensions": [
|
|
31
|
-
"js",
|
|
32
|
-
"css",
|
|
33
|
-
"html"
|
|
34
|
-
],
|
|
35
|
-
"ignores": [
|
|
36
|
-
"node_modules",
|
|
37
|
-
"vendor",
|
|
38
|
-
"bower_components",
|
|
39
|
-
"archive"
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
26
|
+
]
|
|
27
|
+
}
|
package/docs/index.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<pre><code class="language-javascript">
|
|
103
103
|
var CoCreateConfig = {
|
|
104
104
|
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
|
|
105
|
-
organization_id: '
|
|
105
|
+
organization_id: '5ff747727005da1c272740ab',
|
|
106
106
|
host: 'localhost:8081'
|
|
107
107
|
}
|
|
108
108
|
</code></pre>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/api",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
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.5.
|
|
66
|
-
"@cocreate/crud-client": "^1.13.
|
|
67
|
-
"@cocreate/docs": "^1.
|
|
68
|
-
"@cocreate/element-prototype": "^1.1.
|
|
69
|
-
"@cocreate/hosting": "^1.
|
|
70
|
-
"@cocreate/render": "^1.16.
|
|
71
|
-
"@cocreate/socket-client": "^1.10.
|
|
65
|
+
"@cocreate/actions": "^1.5.19",
|
|
66
|
+
"@cocreate/crud-client": "^1.13.6",
|
|
67
|
+
"@cocreate/docs": "^1.4.1",
|
|
68
|
+
"@cocreate/element-prototype": "^1.1.4",
|
|
69
|
+
"@cocreate/hosting": "^1.6.0",
|
|
70
|
+
"@cocreate/render": "^1.16.6",
|
|
71
|
+
"@cocreate/socket-client": "^1.10.6"
|
|
72
72
|
}
|
|
73
73
|
}
|