@cocreate/api 1.10.2 → 1.10.3

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.
@@ -41,11 +41,11 @@ jobs:
41
41
  VERSION: "${{ needs.release.outputs.new_release_version }}"
42
42
  steps:
43
43
  - name: Checkout
44
- uses: actions/checkout@v2
44
+ uses: actions/checkout@v3
45
45
  - name: setup nodejs
46
- uses: actions/setup-node@v2
46
+ uses: actions/setup-node@v3
47
47
  with:
48
- node-version: 14.15.4
48
+ node-version: 16
49
49
  - name: yarn install
50
50
  run: >
51
51
  echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
@@ -18,11 +18,11 @@ jobs:
18
18
 
19
19
  steps:
20
20
  - name: Checkout
21
- uses: actions/checkout@v2
21
+ uses: actions/checkout@v3
22
22
  - name: setup nodejs
23
- uses: actions/setup-node@v2
23
+ uses: actions/setup-node@v3
24
24
  with:
25
- node-version: 14.15.4
25
+ node-version: 16
26
26
  - name: yarn install
27
27
  run: >
28
28
  echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.10.3](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.2...v1.10.3) (2023-04-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * workflow node version updated 16 ([72a7849](https://github.com/CoCreate-app/CoCreate-api/commit/72a7849327fd90a91b10c2630168a30267737c81))
7
+
1
8
  ## [1.10.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.1...v1.10.2) (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.2",
3
+ "version": "1.10.3",
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",
@@ -60,10 +60,10 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.8.1",
64
- "@cocreate/crud-client": "^1.19.8",
65
- "@cocreate/docs": "^1.7.0",
66
- "@cocreate/element-prototype": "^1.8.1",
63
+ "@cocreate/actions": "^1.8.2",
64
+ "@cocreate/crud-client": "^1.19.9",
65
+ "@cocreate/docs": "^1.7.1",
66
+ "@cocreate/element-prototype": "^1.8.2",
67
67
  "@cocreate/hosting": "^1.9.2",
68
68
  "@cocreate/render": "^1.24.1",
69
69
  "@cocreate/socket-client": "^1.19.1",