ep_post_data 0.1.14 → 0.1.15
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.
|
@@ -22,12 +22,12 @@ jobs:
|
|
|
22
22
|
sudo apt install -y --no-install-recommends libreoffice libreoffice-pdfimport
|
|
23
23
|
-
|
|
24
24
|
name: Install etherpad core
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@v3
|
|
26
26
|
with:
|
|
27
27
|
repository: ether/etherpad-lite
|
|
28
28
|
-
|
|
29
29
|
name: Checkout plugin repository
|
|
30
|
-
uses: actions/checkout@
|
|
30
|
+
uses: actions/checkout@v3
|
|
31
31
|
with:
|
|
32
32
|
path: ./node_modules/__tmp
|
|
33
33
|
-
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
|
|
29
29
|
-
|
|
30
30
|
name: Check out Etherpad core
|
|
31
|
-
uses: actions/checkout@
|
|
31
|
+
uses: actions/checkout@v3
|
|
32
32
|
with:
|
|
33
33
|
repository: ether/etherpad-lite
|
|
34
34
|
-
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
41
41
|
src/bin/doc/package-lock.json
|
|
42
42
|
-
|
|
43
43
|
name: Check out the plugin
|
|
44
|
-
uses: actions/checkout@
|
|
44
|
+
uses: actions/checkout@v3
|
|
45
45
|
with:
|
|
46
46
|
path: ./node_modules/__tmp
|
|
47
47
|
-
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
# conflicts with this plugin's clone, etherpad-lite must be cloned and
|
|
23
23
|
# moved out before this plugin's repo is cloned to $GITHUB_WORKSPACE.
|
|
24
24
|
-
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@v3
|
|
26
26
|
with:
|
|
27
27
|
repository: ether/etherpad-lite
|
|
28
28
|
path: etherpad-lite
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
# etherpad-lite has been moved outside of $GITHUB_WORKSPACE, so it is now
|
|
32
32
|
# safe to clone this plugin's repo to $GITHUB_WORKSPACE.
|
|
33
33
|
-
|
|
34
|
-
uses: actions/checkout@
|
|
34
|
+
uses: actions/checkout@v3
|
|
35
35
|
# This is necessary for actions/setup-node because '..' can't be used in
|
|
36
36
|
# cache-dependency-path.
|
|
37
37
|
-
|
|
@@ -77,7 +77,7 @@ jobs:
|
|
|
77
77
|
runs-on: ubuntu-latest
|
|
78
78
|
steps:
|
|
79
79
|
-
|
|
80
|
-
uses: actions/checkout@
|
|
80
|
+
uses: actions/checkout@v3
|
|
81
81
|
with:
|
|
82
82
|
fetch-depth: 0
|
|
83
83
|
-
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ep_post_data",
|
|
3
3
|
"description": "Post data into Etherpad using Curl",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.15",
|
|
5
5
|
"author": "John McLear",
|
|
6
6
|
"repository": "git@github.com:johnmclear/ep_post_data.git",
|
|
7
7
|
"contributors": [
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"url": "https://etherpad.org/"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"eslint": "^8.
|
|
24
|
-
"eslint-config-etherpad": "^3.0.
|
|
23
|
+
"eslint": "^8.10.0",
|
|
24
|
+
"eslint-config-etherpad": "^3.0.4",
|
|
25
25
|
"typescript": "^4.5.5"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|