crawler-user-agents 1.8.0 → 1.10.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.
@@ -33,4 +33,4 @@ jobs:
33
33
  - run: pip install build
34
34
  - run: python -m build --wheel
35
35
  - name: Publish package
36
- uses: pypa/gh-action-pypi-publish@release/v1.8
36
+ uses: pypa/gh-action-pypi-publish@v1.12.4
@@ -5116,5 +5116,13 @@
5116
5116
  "instances": [
5117
5117
  "got (https://github.com/sindresorhus/got)"
5118
5118
  ]
5119
+ },
5120
+ {
5121
+ "pattern": "CensysInspect\\/",
5122
+ "addition_date": "2025/04/22",
5123
+ "url": "https://about.censys.io",
5124
+ "instances": [
5125
+ "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
5126
+ ]
5119
5127
  }
5120
5128
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.8.0",
3
+ "version": "1.10.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",