@cocreate/api 1.8.0 → 1.9.1
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/docs/form.html +1 -1
- package/docs/index.html +1 -1
- package/docs/module.html +1 -1
- package/docs/server.html +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.9.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.9.0...v1.9.1) (2023-03-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependencies' ([2a825f7](https://github.com/CoCreate-app/CoCreate-api/commit/2a825f7f535b00322b4c6d3800ebe637fa83d2e0))
|
|
7
|
+
|
|
8
|
+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.8.0...v1.9.0) (2023-03-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* replaced get-value and set-value with a super charged version of CoCreate-events ([6f93361](https://github.com/CoCreate-app/CoCreate-api/commit/6f933619b24cd021bb0b5b4972ee21cf5f969696))
|
|
14
|
+
|
|
1
15
|
# [1.8.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.7.3...v1.8.0) (2023-03-15)
|
|
2
16
|
|
|
3
17
|
|
package/docs/form.html
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
</div>
|
|
187
187
|
|
|
188
188
|
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
|
189
|
-
<div
|
|
189
|
+
<div class="demopreview" class="padding:20px"></div>
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
package/docs/index.html
CHANGED
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
</div>
|
|
213
213
|
|
|
214
214
|
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
|
215
|
-
<div
|
|
215
|
+
<div class="demopreview" class="padding:20px"></div>
|
|
216
216
|
</div>
|
|
217
217
|
|
|
218
218
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
package/docs/module.html
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
</div>
|
|
177
177
|
|
|
178
178
|
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
|
179
|
-
<div
|
|
179
|
+
<div class="demopreview" class="padding:20px"></div>
|
|
180
180
|
</div>
|
|
181
181
|
|
|
182
182
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
package/docs/server.html
CHANGED
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
</div>
|
|
188
188
|
|
|
189
189
|
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
|
190
|
-
<div
|
|
190
|
+
<div class="demopreview" class="padding:20px"></div>
|
|
191
191
|
</div>
|
|
192
192
|
|
|
193
193
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.1",
|
|
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",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"webpack-log": "^3.0.1"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@cocreate/actions": "^1.
|
|
65
|
-
"@cocreate/crud-client": "^1.
|
|
66
|
-
"@cocreate/docs": "^1.
|
|
67
|
-
"@cocreate/element-prototype": "^1.
|
|
68
|
-
"@cocreate/hosting": "^1.
|
|
69
|
-
"@cocreate/render": "^1.
|
|
70
|
-
"@cocreate/socket-client": "^1.
|
|
71
|
-
"@cocreate/utils": "^1.
|
|
64
|
+
"@cocreate/actions": "^1.6.0",
|
|
65
|
+
"@cocreate/crud-client": "^1.19.0",
|
|
66
|
+
"@cocreate/docs": "^1.6.0",
|
|
67
|
+
"@cocreate/element-prototype": "^1.6.0",
|
|
68
|
+
"@cocreate/hosting": "^1.8.0",
|
|
69
|
+
"@cocreate/render": "^1.22.0",
|
|
70
|
+
"@cocreate/socket-client": "^1.16.0",
|
|
71
|
+
"@cocreate/utils": "^1.19.0"
|
|
72
72
|
}
|
|
73
73
|
}
|