ep_hide_referrer 0.0.35 → 0.0.37

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.
@@ -35,7 +35,7 @@ jobs:
35
35
  shell: bash
36
36
  run: |
37
37
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
38
- - uses: actions/cache@v4
38
+ - uses: actions/cache@v5
39
39
  name: Setup pnpm cache
40
40
  with:
41
41
  path: ${{ env.STORE_PATH }}
@@ -24,7 +24,7 @@ jobs:
24
24
  shell: bash
25
25
  run: |
26
26
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
27
- - uses: actions/cache@v4
27
+ - uses: actions/cache@v5
28
28
  name: Setup pnpm cache
29
29
  with:
30
30
  path: ${{ env.STORE_PATH }}
@@ -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/
@@ -27,7 +27,7 @@ jobs:
27
27
  shell: bash
28
28
  run: |
29
29
  echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
30
- - uses: actions/cache@v4
30
+ - uses: actions/cache@v5
31
31
  name: Setup pnpm cache
32
32
  with:
33
33
  path: ${{ env.STORE_PATH }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_hide_referrer",
3
3
  "description": "Don't pass the referring URL to third parties. This handles the security/privacy issue where you don't want the third party service to know your pad URL. Improves Privacy.",
4
- "version": "0.0.35",
4
+ "version": "0.0.37",
5
5
  "author": "johnyma22 (John McLear) <john@mclear.co.uk>",
6
6
  "contributors": [],
7
7
  "repository": {
@@ -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
  "scripts": {
24
24
  "lint": "eslint .",