ep_text_statistics 0.0.63 → 0.0.64

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
@@ -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
@@ -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
@@ -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
@@ -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.63",
4
+ "version": "0.0.64",
5
5
  "author": "johnyma22 (John McLear) <john@mclear.co.uk>",
6
6
  "dependencies": {
7
7
  "text-statistics": "^0.1.1"