crawler-user-agents 1.0.143 → 1.0.145

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.
@@ -3629,15 +3629,6 @@
3629
3629
  ]
3630
3630
  }
3631
3631
  ,
3632
- {
3633
- "pattern": "Seekport Crawler",
3634
- "addition_date": "2018/10/08",
3635
- "instances": [
3636
- "Mozilla/5.0 (compatible; Seekport Crawler; http://seekport.com/)"
3637
- ],
3638
- "url": "http://seekport.com/"
3639
- }
3640
- ,
3641
3632
  {
3642
3633
  "pattern": "ZoomBot",
3643
3634
  "addition_date": "2018/10/10",
@@ -4719,11 +4710,12 @@
4719
4710
  ]
4720
4711
  },
4721
4712
  {
4722
- "pattern": "SeekportBot",
4713
+ "pattern": "Seekport",
4723
4714
  "addition_date": "2022/10/17",
4724
4715
  "url": "https://bot.seekport.com",
4725
4716
  "instances": [
4726
- "Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)"
4717
+ "Mozilla/5.0 (compatible; SeekportBot; +https://bot.seekport.com)",
4718
+ "Mozilla/5.0 (compatible; Seekport Crawler; http://seekport.com/)"
4727
4719
  ]
4728
4720
  },
4729
4721
  {
@@ -5320,5 +5312,16 @@
5320
5312
  "addition_date": "2024/05/19",
5321
5313
  "instances": ["GroupMeBot/1.0"],
5322
5314
  "url": "https://groupme.com/"
5315
+ },
5316
+ {
5317
+ "pattern": "Vercelbot",
5318
+ "addition_date": "2024/08/30",
5319
+ "instances": ["Vercelbot (+https://vercel.com)"],
5320
+ "url": "https://github.com/vercel/vercel/discussions/5095#discussioncomment-58705"
5321
+ },
5322
+ {
5323
+ "pattern": "vercel-screenshot",
5324
+ "addition_date": "2024/08/30",
5325
+ "instances": []
5323
5326
  }
5324
5327
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.143",
3
+ "version": "1.0.145",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",