crawler-user-agents 1.0.118 → 1.0.120

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.
@@ -5262,5 +5262,32 @@
5262
5262
  "BW/1.1; bit.ly/3eZNDnO"
5263
5263
  ],
5264
5264
  "url": "https://builtwith.com/biup"
5265
+ },
5266
+ {
5267
+ "pattern": "GeedoBot",
5268
+ "addition_date": "2024/02/11",
5269
+ "instances": [
5270
+ "Mozilla/5.0 (compatible; GeedoBot; +http://www.geedo.com/bot.html)"
5271
+ ],
5272
+ "url": "http://www.geedo.com"
5273
+ },
5274
+ {
5275
+ "pattern": "Audisto Crawler",
5276
+ "addition_date": "2024/03/14",
5277
+ "instances": [
5278
+ "Audisto Crawler (mobile; +https://audisto.com/bot)",
5279
+ "Audisto Crawler (desktop; +https://audisto.com/bot)",
5280
+ "Audisto Crawler (mobile; essential; +https://audisto.com/bot)",
5281
+ "Audisto Crawler (desktop; essential; +https://audisto.com/bot)"
5282
+ ],
5283
+ "url": "https://audisto.com/help/crawler/bot/"
5284
+ },
5285
+ {
5286
+ "pattern": "PerplexityBot\\/",
5287
+ "addition_date": "2024/03/14",
5288
+ "instances": [
5289
+ "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)"
5290
+ ],
5291
+ "url": "https://docs.perplexity.ai/docs/perplexitybot"
5265
5292
  }
5266
5293
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.118",
3
+ "version": "1.0.120",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",