ep_disable_error_messages 0.0.72 → 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.
@@ -24,7 +24,7 @@ jobs:
24
24
  runs-on: ubuntu-latest
25
25
  steps:
26
26
  - name: Checkout
27
- uses: actions/checkout@v6
27
+ uses: actions/checkout@v7
28
28
 
29
29
  - name: Automerge
30
30
  id: automerge
@@ -22,7 +22,7 @@ jobs:
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
@@ -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/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.72",
12
+ "version": "0.0.74",
13
13
  "funding": {
14
14
  "type": "individual",
15
15
  "url": "https://etherpad.org/"