@cocreate/api 1.10.3 → 1.10.5
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/.github/workflows/automated.yml +14 -2
- package/CHANGELOG.md +16 -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 +1 -1
|
@@ -8,7 +8,11 @@ jobs:
|
|
|
8
8
|
runs-on: ubuntu-latest
|
|
9
9
|
steps:
|
|
10
10
|
- name: Checkout
|
|
11
|
-
uses: actions/checkout@
|
|
11
|
+
uses: actions/checkout@v3
|
|
12
|
+
- name: setup nodejs
|
|
13
|
+
uses: actions/setup-node@v3
|
|
14
|
+
with:
|
|
15
|
+
node-version: 16
|
|
12
16
|
- name: Jaid/action-sync-node-meta
|
|
13
17
|
uses: jaid/action-sync-node-meta@v1.4.0
|
|
14
18
|
with:
|
|
@@ -19,6 +23,10 @@ jobs:
|
|
|
19
23
|
steps:
|
|
20
24
|
- name: Checkout
|
|
21
25
|
uses: actions/checkout@v3
|
|
26
|
+
- name: setup nodejs
|
|
27
|
+
uses: actions/setup-node@v3
|
|
28
|
+
with:
|
|
29
|
+
node-version: 16
|
|
22
30
|
- name: Semantic Release
|
|
23
31
|
uses: cycjimmy/semantic-release-action@v3
|
|
24
32
|
id: semantic
|
|
@@ -77,7 +85,11 @@ jobs:
|
|
|
77
85
|
runs-on: ubuntu-latest
|
|
78
86
|
steps:
|
|
79
87
|
- name: Checkout
|
|
80
|
-
uses: actions/checkout@
|
|
88
|
+
uses: actions/checkout@v3
|
|
89
|
+
- name: setup nodejs
|
|
90
|
+
uses: actions/setup-node@v3
|
|
91
|
+
with:
|
|
92
|
+
node-version: 16
|
|
81
93
|
|
|
82
94
|
- name: update documentation
|
|
83
95
|
uses: CoCreate-app/CoCreate-docs@master
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.10.5](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.4...v1.10.5) (2023-04-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fullscreen target updated to fullscreen fullscreen-target ([9ff098e](https://github.com/CoCreate-app/CoCreate-api/commit/9ff098e31d6a8d9d3bcddb1244ef94064b9db277))
|
|
7
|
+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([9ab6cda](https://github.com/CoCreate-app/CoCreate-api/commit/9ab6cda64a6b4f746542cd11177a011ded095d2e))
|
|
8
|
+
* removed toogle fullscreen icons. now using css content ([ad90954](https://github.com/CoCreate-app/CoCreate-api/commit/ad90954c748c659770c59401cab9201fddfc165c))
|
|
9
|
+
|
|
10
|
+
## [1.10.4](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.3...v1.10.4) (2023-04-24)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* updated worrkflows to v3 and node version 16 ([20cdc65](https://github.com/CoCreate-app/CoCreate-api/commit/20cdc659cf2513100b9d0f5aebae6777ef7673db))
|
|
16
|
+
|
|
1
17
|
## [1.10.3](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.2...v1.10.3) (2023-04-24)
|
|
2
18
|
|
|
3
19
|
|
package/docs/form.html
CHANGED
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
|
|
196
196
|
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
|
197
197
|
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
|
198
|
-
<a class="margin-right:5px" fullscreen target="#playground"
|
|
198
|
+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
|
|
199
199
|
</div>
|
|
200
200
|
|
|
201
201
|
</div>
|
package/docs/index.html
CHANGED
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
|
|
222
222
|
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
|
223
223
|
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
|
224
|
-
<a class="margin-right:5px" fullscreen target="#playground"
|
|
224
|
+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
|
|
225
225
|
</div>
|
|
226
226
|
|
|
227
227
|
</div>
|
package/docs/module.html
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
|
|
186
186
|
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
|
187
187
|
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
|
188
|
-
<a class="margin-right:5px" fullscreen target="#playground"
|
|
188
|
+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
|
|
189
189
|
</div>
|
|
190
190
|
|
|
191
191
|
</div>
|
package/docs/server.html
CHANGED
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
|
|
197
197
|
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
|
198
198
|
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
|
199
|
-
<a class="margin-right:5px" fullscreen target="#playground"
|
|
199
|
+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
|
|
200
200
|
</div>
|
|
201
201
|
|
|
202
202
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/api",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.5",
|
|
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",
|