ep_table_of_contents 0.4.9 → 0.4.10

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.
@@ -18,7 +18,7 @@ jobs:
18
18
  runs-on: ubuntu-latest
19
19
  steps:
20
20
  - name: Checkout
21
- uses: actions/checkout@v6
21
+ uses: actions/checkout@v7
22
22
 
23
23
  - name: Automerge
24
24
  uses: "pascalgn/automerge-action@v0.16.4"
@@ -16,13 +16,13 @@ jobs:
16
16
  steps:
17
17
  -
18
18
  name: Install libreoffice
19
- uses: awalsh128/cache-apt-pkgs-action@v1.6.0
19
+ uses: awalsh128/cache-apt-pkgs-action@v1.6.3
20
20
  with:
21
21
  packages: libreoffice libreoffice-pdfimport
22
22
  version: 1.0
23
23
  -
24
24
  name: Install etherpad core
25
- uses: actions/checkout@v6
25
+ uses: actions/checkout@v7
26
26
  with:
27
27
  repository: ether/etherpad-lite
28
28
  path: etherpad-lite
@@ -39,7 +39,7 @@ jobs:
39
39
  shell: bash
40
40
  run: |
41
41
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
42
- - uses: actions/cache@v5
42
+ - uses: actions/cache@v6
43
43
  name: Setup pnpm cache
44
44
  with:
45
45
  path: ${{ env.STORE_PATH }}
@@ -48,7 +48,7 @@ jobs:
48
48
  ${{ runner.os }}-pnpm-store-
49
49
  -
50
50
  name: Checkout plugin repository
51
- uses: actions/checkout@v6
51
+ uses: actions/checkout@v7
52
52
  with:
53
53
  path: plugin
54
54
  - name: Remove tests
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  steps:
26
26
  - name: Checkout
27
- uses: actions/checkout@v6
27
+ uses: actions/checkout@v7
28
28
 
29
29
  - name: Initialize CodeQL
30
30
  uses: github/codeql-action/init@v4
@@ -12,7 +12,7 @@ jobs:
12
12
  steps:
13
13
  -
14
14
  name: Check out Etherpad core
15
- uses: actions/checkout@v6
15
+ uses: actions/checkout@v7
16
16
  with:
17
17
  repository: ether/etherpad-lite
18
18
  path: etherpad-lite
@@ -29,7 +29,7 @@ jobs:
29
29
  shell: bash
30
30
  run: |
31
31
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
32
- - uses: actions/cache@v5
32
+ - uses: actions/cache@v6
33
33
  name: Setup pnpm cache
34
34
  with:
35
35
  path: ${{ env.STORE_PATH }}
@@ -38,7 +38,7 @@ jobs:
38
38
  ${{ runner.os }}-pnpm-store-
39
39
  -
40
40
  name: Checkout plugin repository
41
- uses: actions/checkout@v6
41
+ uses: actions/checkout@v7
42
42
  with:
43
43
  path: plugin
44
44
  -
@@ -28,7 +28,7 @@ jobs:
28
28
  - name: Upgrade npm to >=11.5.1 (required for trusted publishing)
29
29
  run: npm install -g npm@latest
30
30
  - name: Check out Etherpad core
31
- uses: actions/checkout@v6
31
+ uses: actions/checkout@v7
32
32
  with:
33
33
  repository: ether/etherpad-lite
34
34
  - uses: pnpm/action-setup@v6
@@ -39,7 +39,7 @@ jobs:
39
39
  shell: bash
40
40
  run: |
41
41
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
42
- - uses: actions/cache@v5
42
+ - uses: actions/cache@v6
43
43
  name: Setup pnpm cache
44
44
  with:
45
45
  path: ${{ env.STORE_PATH }}
@@ -47,7 +47,7 @@ jobs:
47
47
  restore-keys: |
48
48
  ${{ runner.os }}-pnpm-store-
49
49
  -
50
- uses: actions/checkout@v6
50
+ uses: actions/checkout@v7
51
51
  with:
52
52
  fetch-depth: 0
53
53
  -
package/locales/ja.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
- "MagicAho"
4
+ "MagicAho",
5
+ "Tensama0415"
5
6
  ]
6
7
  },
7
- "ep_table_of_contents.toc.title": "目次の表示"
8
+ "ep_table_of_contents.toc.title": "目次の表示",
9
+ "ep_table_of_contents.toc": "目次の表示"
8
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_table_of_contents",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "View a table of contents for your pad",
5
5
  "author": {
6
6
  "name": "John McLear",