crawler-user-agents 1.27.0 → 1.28.0

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.
@@ -14,7 +14,7 @@ on:
14
14
  - completed
15
15
 
16
16
  jobs:
17
- publish-npm:
17
+ npm-publish:
18
18
  runs-on: ubuntu-latest
19
19
  permissions:
20
20
  contents: write
@@ -24,10 +24,9 @@ jobs:
24
24
  url: https://www.npmjs.com/package/crawler-user-agents
25
25
  steps:
26
26
  - uses: actions/checkout@v4
27
- - uses: actions/setup-node@v4
27
+ - uses: actions/setup-node@v6
28
28
  with:
29
- node-version: 20
30
- registry-url: https://registry.npmjs.org/
29
+ node-version: 24
31
30
  - run: npm clean-install
32
31
  - run: git checkout .
33
32
  # fetch the latest version from npm and set it in package.json
@@ -36,8 +35,6 @@ jobs:
36
35
  - run: npm version --no-git-tag-version minor
37
36
  # publish this new version to npm
38
37
  - run: npm publish --provenance
39
- env:
40
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
41
38
  - run: git config user.name "github-actions"
42
39
  - run: git config user.email "github-actions@github.com"
43
40
  - run: echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
@@ -5196,5 +5196,13 @@
5196
5196
  "addition_date": "2025/12/23",
5197
5197
  "url": "https://help.observepoint.com/en/articles/9101465-allow-exclude-observepoint-traffic#h_2a8176c9b9",
5198
5198
  "instances": []
5199
+ },
5200
+ {
5201
+ "pattern": "Checkly",
5202
+ "addition_date": "2026/02/11",
5203
+ "url": "https://www.checklyhq.com/docs/",
5204
+ "instances": [
5205
+ "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35 Safari/537.36 (Checkly, https://www.checklyhq.com)"
5206
+ ]
5199
5207
  }
5200
5208
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",