ep_table_of_contents 0.3.77 → 0.3.79

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,7 +42,7 @@ jobs:
42
42
  mv ./node_modules/__tmp ./node_modules/"${PLUGIN_NAME}"
43
43
  env:
44
44
  PLUGIN_NAME: ${{ steps.plugin_name.outputs.plugin_name }}
45
- - uses: actions/setup-node@v3
45
+ - uses: actions/setup-node@v4
46
46
  with:
47
47
  node-version: 20
48
48
  cache: 'npm'
@@ -21,7 +21,7 @@ jobs:
21
21
  uses: actions/checkout@v4
22
22
  with:
23
23
  repository: ether/etherpad-lite
24
- - uses: actions/setup-node@v3
24
+ - uses: actions/setup-node@v4
25
25
  with:
26
26
  node-version: 20
27
27
  cache: 'npm'
@@ -40,7 +40,7 @@ jobs:
40
40
  mkdir -p node_modules
41
41
  ln -s ../../etherpad-lite/src node_modules/ep_etherpad-lite
42
42
  -
43
- uses: actions/setup-node@v3
43
+ uses: actions/setup-node@v4
44
44
  with:
45
45
  node-version: 20
46
46
  cache: 'npm'
@@ -83,7 +83,7 @@ jobs:
83
83
  with:
84
84
  fetch-depth: 0
85
85
  -
86
- uses: actions/setup-node@v3
86
+ uses: actions/setup-node@v4
87
87
  with:
88
88
  node-version: 12
89
89
  registry-url: https://registry.npmjs.org/
package/locales/krc.json CHANGED
@@ -4,5 +4,6 @@
4
4
  "Къарачайлы"
5
5
  ]
6
6
  },
7
+ "ep_table_of_contents.toc.title": "Башларын кёргюз",
7
8
  "ep_table_of_contents.toc": "Башларын кёргюз"
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_table_of_contents",
3
- "version": "0.3.77",
3
+ "version": "0.3.79",
4
4
  "description": "View a table of contents for your pad",
5
5
  "author": {
6
6
  "name": "John McLear",