@cocreate/file 1.2.2 → 1.2.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.
- package/.github/workflows/automated.yml +38 -15
- package/CHANGELOG.md +14 -0
- package/package.json +4 -6
|
@@ -82,19 +82,42 @@ jobs:
|
|
|
82
82
|
destination: /file/latest
|
|
83
83
|
acl: public-read
|
|
84
84
|
invalidations: true
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
85
|
+
upload:
|
|
86
|
+
runs-on: ubuntu-latest
|
|
87
|
+
|
|
88
|
+
steps:
|
|
89
|
+
- name: Checkout
|
|
90
|
+
uses: actions/checkout@v3
|
|
91
|
+
|
|
92
|
+
- name: Setup Node.js
|
|
93
|
+
uses: actions/setup-node@v3
|
|
94
|
+
with:
|
|
95
|
+
node-version: 16
|
|
96
|
+
|
|
97
|
+
- name: Get Environment Variables
|
|
98
|
+
run: |
|
|
99
|
+
echo "organization_id=${{ secrets.COCREATE_ORGANIZATION_ID }}" >> $GITHUB_ENV
|
|
100
|
+
echo "key=${{ secrets.COCREATE_KEY }}" >> $GITHUB_ENV
|
|
101
|
+
echo "host=${{ secrets.COCREATE_HOST }}" >> $GITHUB_ENV
|
|
102
|
+
|
|
103
|
+
- name: Install @cocreate/cli
|
|
104
|
+
run: npm install -g @cocreate/cli
|
|
105
|
+
|
|
106
|
+
- name: CoCreate CLI Upload
|
|
107
|
+
run: coc upload
|
|
100
108
|
|
|
109
|
+
# docs:
|
|
110
|
+
# runs-on: ubuntu-latest
|
|
111
|
+
# steps:
|
|
112
|
+
# - name: Checkout
|
|
113
|
+
# uses: actions/checkout@v3
|
|
114
|
+
# - name: setup nodejs
|
|
115
|
+
# uses: actions/setup-node@v3
|
|
116
|
+
# with:
|
|
117
|
+
# node-version: 16
|
|
118
|
+
# - name: update documentation
|
|
119
|
+
# uses: CoCreate-app/CoCreate-docs@master
|
|
120
|
+
# env:
|
|
121
|
+
# organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
|
|
122
|
+
# key: ${{ secrets.COCREATE_KEY }}
|
|
123
|
+
# host: ${{ secrets.COCREATE_HOST }}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.2.4](https://github.com/CoCreate-app/CoCreate-file/compare/v1.2.3...v1.2.4) (2023-06-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([62b097d](https://github.com/CoCreate-app/CoCreate-file/commit/62b097d177eee077ae6430fadbf3f2e9c5cb530b))
|
|
7
|
+
|
|
8
|
+
## [1.2.3](https://github.com/CoCreate-app/CoCreate-file/compare/v1.2.2...v1.2.3) (2023-06-10)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([b7c568f](https://github.com/CoCreate-app/CoCreate-file/commit/b7c568fb0de2f61007516df45c1052706eba52b9))
|
|
14
|
+
|
|
1
15
|
## [1.2.2](https://github.com/CoCreate-app/CoCreate-file/compare/v1.2.1...v1.2.2) (2023-06-10)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/file",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "A headless file uploader that uses HTML5 attributes for customization. Allows easy upload of files to server.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"file",
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"start": "npx webpack --config webpack.config.js",
|
|
29
29
|
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
|
|
30
30
|
"dev": "npx webpack --config webpack.config.js --watch",
|
|
31
|
-
"docs": "node ./node_modules/@cocreate/docs/src/index.js",
|
|
32
31
|
"postinstal": "node ./node_modules/@cocreate/cli/check-coc.js"
|
|
33
32
|
},
|
|
34
33
|
"repository": {
|
|
@@ -61,9 +60,8 @@
|
|
|
61
60
|
"webpack-log": "^3.0.1"
|
|
62
61
|
},
|
|
63
62
|
"dependencies": {
|
|
64
|
-
"@cocreate/actions": "^1.8.
|
|
65
|
-
"@cocreate/
|
|
66
|
-
"@cocreate/
|
|
67
|
-
"@cocreate/utils": "^1.21.3"
|
|
63
|
+
"@cocreate/actions": "^1.8.19",
|
|
64
|
+
"@cocreate/render": "^1.24.19",
|
|
65
|
+
"@cocreate/utils": "^1.21.4"
|
|
68
66
|
}
|
|
69
67
|
}
|