crawler-user-agents 1.0.91 → 1.0.92

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.
@@ -4893,6 +4893,14 @@
4893
4893
  "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; Cookiebot/1.0; +http://cookiebot.com/) Chrome/97.0.4692.71 Safari/537.36"
4894
4894
  ]
4895
4895
  },
4896
+ {
4897
+ "pattern": "trovitBot",
4898
+ "addition_date": "2022/06/08",
4899
+ "url": "http://www.trovit.com/bot.html",
4900
+ "instances": [
4901
+ "Mozilla/5.0 (compatible; trovitBot 1.0; +http://www.trovit.com/bot.html)"
4902
+ ]
4903
+ },
4896
4904
  {
4897
4905
  "pattern": "seostar\\.co",
4898
4906
  "addition_date": "2022/08/04",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",