ep_search 0.0.28 → 0.0.29

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.
@@ -26,7 +26,7 @@ jobs:
26
26
  with:
27
27
  repository: ether/etherpad-lite
28
28
  path: etherpad-lite
29
- - uses: pnpm/action-setup@v3
29
+ - uses: pnpm/action-setup@v5
30
30
  name: Install pnpm
31
31
  with:
32
32
  version: 10
@@ -15,7 +15,7 @@ jobs:
15
15
  uses: actions/checkout@v4
16
16
  with:
17
17
  repository: ether/etherpad-lite
18
- - uses: pnpm/action-setup@v3
18
+ - uses: pnpm/action-setup@v5
19
19
  name: Install pnpm
20
20
  with:
21
21
  version: 10
@@ -10,7 +10,7 @@ jobs:
10
10
  publish-npm:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/setup-node@v4
13
+ - uses: actions/setup-node@v6
14
14
  with:
15
15
  node-version: 20
16
16
  registry-url: https://registry.npmjs.org/
@@ -18,7 +18,7 @@ jobs:
18
18
  uses: actions/checkout@v4
19
19
  with:
20
20
  repository: ether/etherpad-lite
21
- - uses: pnpm/action-setup@v3
21
+ - uses: pnpm/action-setup@v5
22
22
  name: Install pnpm
23
23
  with:
24
24
  version: 10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_search",
3
3
  "description": "Search through all pads for a string",
4
- "version": "0.0.28",
4
+ "version": "0.0.29",
5
5
  "author": {
6
6
  "name": "John McLear",
7
7
  "email": "john@mclear.co.uk",
@@ -18,7 +18,7 @@
18
18
  "devDependencies": {
19
19
  "eslint": "^8.57.1",
20
20
  "eslint-config-etherpad": "^4.0.4",
21
- "typescript": "^5.9.3"
21
+ "typescript": "^6.0.2"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",