ep_text_statistics 0.0.47 → 0.0.49

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.
@@ -13,7 +13,7 @@ jobs:
13
13
  automerge:
14
14
  if: >
15
15
  github.event.workflow_run.conclusion == 'success' &&
16
- github.event.workflow_run.event == 'pull_request' &&
16
+ github.event.workflow_run.event == 'push' &&
17
17
  github.event.workflow_run.actor.login == 'dependabot[bot]'
18
18
  runs-on: ubuntu-latest
19
19
  steps:
@@ -22,7 +22,7 @@ jobs:
22
22
  version: 1.0
23
23
  -
24
24
  name: Install etherpad core
25
- uses: actions/checkout@v4
25
+ uses: actions/checkout@v6
26
26
  with:
27
27
  repository: ether/etherpad-lite
28
28
  path: etherpad-lite
@@ -44,7 +44,7 @@ jobs:
44
44
  ${{ runner.os }}-pnpm-store-
45
45
  -
46
46
  name: Checkout plugin repository
47
- uses: actions/checkout@v4
47
+ uses: actions/checkout@v6
48
48
  with:
49
49
  path: plugin
50
50
  - name: Remove tests
@@ -12,7 +12,7 @@ jobs:
12
12
  steps:
13
13
  -
14
14
  name: Check out Etherpad core
15
- uses: actions/checkout@v4
15
+ uses: actions/checkout@v6
16
16
  with:
17
17
  repository: ether/etherpad-lite
18
18
  - uses: pnpm/action-setup@v3
@@ -33,7 +33,7 @@ jobs:
33
33
  ${{ runner.os }}-pnpm-store-
34
34
  -
35
35
  name: Check out the plugin
36
- uses: actions/checkout@v4
36
+ uses: actions/checkout@v6
37
37
  with:
38
38
  path: ./node_modules/__tmp
39
39
  -
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_text_statistics",
3
3
  "description": "Reading Ease and Grade Level of a pad",
4
- "version": "0.0.47",
4
+ "version": "0.0.49",
5
5
  "author": "johnyma22 (John McLear) <john@mclear.co.uk>",
6
6
  "dependencies": {
7
7
  "text-statistics": "^0.1.1"