crawler-user-agents 1.0.135 → 1.0.137

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.
@@ -0,0 +1,22 @@
1
+ name: Upload Package to PyPi
2
+ on:
3
+ workflow_run:
4
+ workflows: [CI validation]
5
+ branches: [master]
6
+ types:
7
+ - completed
8
+
9
+ permissions:
10
+ contents: read
11
+
12
+ jobs:
13
+ deploy:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@v4
17
+ - name: Set up Python
18
+ uses: actions/setup-python@v3
19
+ with:
20
+ python-version: '3.x'
21
+ - name: Publish package
22
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
@@ -1110,7 +1110,7 @@
1110
1110
  {
1111
1111
  "pattern": "SeznamBot",
1112
1112
  "addition_date": "2012/03/14",
1113
- "instances": [
1113
+ "instances": [
1114
1114
  "Mozilla/5.0 (compatible; SeznamBot/3.2-test1-1; +http://napoveda.seznam.cz/en/seznambot-intro/)",
1115
1115
  "Mozilla/5.0 (compatible; SeznamBot/3.2-test1; +http://napoveda.seznam.cz/en/seznambot-intro/)",
1116
1116
  "Mozilla/5.0 (compatible; SeznamBot/3.2-test2; +http://napoveda.seznam.cz/en/seznambot-intro/)",
@@ -5308,5 +5308,11 @@
5308
5308
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
5309
5309
  ],
5310
5310
  "url": "https://www.anthropic.com/"
5311
+ },
5312
+ {
5313
+ "pattern": "Monsidobot",
5314
+ "addition_date": "2024/05/14",
5315
+ "instances": ["Mozilla/5.0 (compatible; Monsidobot/2.2; +http://monsido.com/bot.html; info@monsido.com)"],
5316
+ "url": "http://monsido.com/bot.html"
5311
5317
  }
5312
5318
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.135",
3
+ "version": "1.0.137",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",