ep_disable_error_messages 0.0.73 → 0.0.74

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.
@@ -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 }}
@@ -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 }}
@@ -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 }}
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "deprecated": false,
10
10
  "description": "Disable Error messages to clients in Etherpad",
11
11
  "name": "ep_disable_error_messages",
12
- "version": "0.0.73",
12
+ "version": "0.0.74",
13
13
  "funding": {
14
14
  "type": "individual",
15
15
  "url": "https://etherpad.org/"