crawler-user-agents 1.29.0 → 1.31.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.
@@ -19,6 +19,7 @@ jobs:
19
19
  - uses: actions/setup-node@v4
20
20
  with:
21
21
  node-version: 20
22
+ - run: npm ci
22
23
  - run: node format.js --check
23
24
  - run: python3 -mpip install -U pip
24
25
  - run: python3 -mpip install -e .[dev]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.29.0",
3
+ "version": "1.31.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",