crawler-user-agents 1.20.0 → 1.21.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pyproject.toml +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",
package/pyproject.toml CHANGED
@@ -1,6 +1,7 @@
1
1
  [project]
2
2
  name = "crawler-user-agents"
3
3
  version = "0.1"
4
+ description = "Syntactic patterns of HTTP user-agents used by bots / robots / crawlers / scrapers / spiders."
4
5
 
5
6
  authors = [
6
7
  { name="Martin Monperrus", email="martin.monperrus@gnieh.org" },