@cocreate/api 1.10.3 → 1.10.4

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.
@@ -8,7 +8,11 @@ jobs:
8
8
  runs-on: ubuntu-latest
9
9
  steps:
10
10
  - name: Checkout
11
- uses: actions/checkout@v2
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@v2
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,10 @@
1
+ ## [1.10.4](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.3...v1.10.4) (2023-04-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated worrkflows to v3 and node version 16 ([20cdc65](https://github.com/CoCreate-app/CoCreate-api/commit/20cdc659cf2513100b9d0f5aebae6777ef7673db))
7
+
1
8
  ## [1.10.3](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.2...v1.10.3) (2023-04-24)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
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",