crawler-user-agents 1.0.149 → 1.0.151

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.
@@ -4414,6 +4414,14 @@
4414
4414
  ],
4415
4415
  "url": "https://openai.com/bot"
4416
4416
  },
4417
+ {
4418
+ "pattern": "OAI-SearchBot",
4419
+ "addition_date": "2024/09/24",
4420
+ "instances": [
4421
+ "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; OAI-SearchBot/1.0; +https://openai.com/searchbot"
4422
+ ],
4423
+ "url": "https://platform.openai.com/docs/bots"
4424
+ },
4417
4425
  {
4418
4426
  "pattern": "YandexRenderResourcesBot\\/",
4419
4427
  "addition_date": "2023/08/16",
@@ -4938,5 +4946,31 @@
4938
4946
  "pattern": "vercel-screenshot",
4939
4947
  "addition_date": "2024/08/30",
4940
4948
  "instances": []
4949
+ },
4950
+ {
4951
+ "pattern": "facebookcatalog\\/",
4952
+ "addition_date": "2024/10/03",
4953
+ "instances": [
4954
+ "facebookcatalog/1.0"
4955
+ ],
4956
+ "url": "https://developers.facebook.com/docs/sharing/webmasters/web-crawlers"
4957
+ },
4958
+ {
4959
+ "pattern": "meta-externalagent\\/",
4960
+ "addition_date": "2024/10/03",
4961
+ "instances": [
4962
+ "meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)",
4963
+ "meta-externalagent/1.1"
4964
+ ],
4965
+ "url": "https://developers.facebook.com/docs/sharing/webmasters/web-crawlers"
4966
+ },
4967
+ {
4968
+ "pattern": "meta-externalfetcher\\/",
4969
+ "addition_date": "2024/10/03",
4970
+ "instances": [
4971
+ "meta-externalfetcher/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)",
4972
+ "meta-externalfetcher/1.1"
4973
+ ],
4974
+ "url": "https://developers.facebook.com/docs/sharing/webmasters/web-crawlers"
4941
4975
  }
4942
4976
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.149",
3
+ "version": "1.0.151",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",