ep_chat_log_join_leave 1.0.20 → 1.0.22

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.
@@ -35,7 +35,7 @@ jobs:
35
35
  shell: bash
36
36
  run: |
37
37
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
38
- - uses: actions/cache@v4
38
+ - uses: actions/cache@v5
39
39
  name: Setup pnpm cache
40
40
  with:
41
41
  path: ${{ env.STORE_PATH }}
@@ -24,7 +24,7 @@ jobs:
24
24
  shell: bash
25
25
  run: |
26
26
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
27
- - uses: actions/cache@v4
27
+ - uses: actions/cache@v5
28
28
  name: Setup pnpm cache
29
29
  with:
30
30
  path: ${{ env.STORE_PATH }}
@@ -27,7 +27,7 @@ jobs:
27
27
  shell: bash
28
28
  run: |
29
29
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
30
- - uses: actions/cache@v4
30
+ - uses: actions/cache@v5
31
31
  name: Setup pnpm cache
32
32
  with:
33
33
  path: ${{ env.STORE_PATH }}
package/README.md CHANGED
@@ -7,7 +7,7 @@ Etherpad plugin to log user joins and leaves in the chat history.
7
7
  ## Installation
8
8
 
9
9
  ```
10
- npm install --no-save --legacy-peer-deps ep_chat_log_join_leave
10
+ pnpm run plugins install ep_chat_log_join_leave
11
11
  ```
12
12
 
13
13
  or Use the Etherpad ``/admin`` interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_chat_log_join_leave",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "Etherpad plugin to log user joins and leaves in the chat history",
5
5
  "main": "index.js",
6
6
  "repository": {