crawler-user-agents 1.0.149 → 1.0.150

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",
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.150",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",