ep_table_of_contents 0.3.72 → 0.3.73
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.
|
@@ -42,12 +42,14 @@ jobs:
|
|
|
42
42
|
-
|
|
43
43
|
uses: actions/setup-node@v3
|
|
44
44
|
with:
|
|
45
|
-
node-version:
|
|
45
|
+
node-version: 20
|
|
46
46
|
cache: 'npm'
|
|
47
47
|
cache-dependency-path: |
|
|
48
48
|
node_modules/ep_etherpad-lite/package-lock.json
|
|
49
49
|
node_modules/ep_etherpad-lite/bin/doc/package-lock.json
|
|
50
50
|
package-lock.json
|
|
51
|
+
- run: npm install npm@6.14.18 -g
|
|
52
|
+
name: Install legacy npm for correct dependency resolution
|
|
51
53
|
# All of ep_etherpad-lite's devDependencies are installed because the
|
|
52
54
|
# plugin might do `require('ep_etherpad-lite/node_modules/${devDep}')`.
|
|
53
55
|
# Eventually it would be nice to create an ESLint plugin that prohibits
|
|
@@ -119,4 +121,4 @@ jobs:
|
|
|
119
121
|
name: Add package to etherpad organization
|
|
120
122
|
run: npm access grant read-write etherpad:developers
|
|
121
123
|
env:
|
|
122
|
-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
124
|
+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ep_table_of_contents",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.73",
|
|
4
4
|
"description": "View a table of contents for your pad",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John McLear",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"eslint": "^8.50.0",
|
|
33
|
-
"eslint-config-etherpad": "^3.0.
|
|
33
|
+
"eslint-config-etherpad": "^3.0.22",
|
|
34
34
|
"typescript": "^4.9.5"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|