crawler-user-agents 1.16.0 → 1.18.0

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.
@@ -5003,6 +5003,15 @@
5003
5003
  ],
5004
5004
  "url": "https://developers.facebook.com/docs/sharing/webmasters/web-crawlers"
5005
5005
  },
5006
+ {
5007
+ "pattern": "meta-externalads\\/",
5008
+ "addition_date": "2025/08/08",
5009
+ "instances": [
5010
+ "meta-externalads/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)",
5011
+ "meta-externalads/1.1"
5012
+ ],
5013
+ "url": "https://developers.facebook.com/docs/sharing/webmasters/web-crawlers"
5014
+ },
5006
5015
  {
5007
5016
  "pattern": "meta-externalagent\\/",
5008
5017
  "addition_date": "2024/10/03",
@@ -5148,5 +5157,13 @@
5148
5157
  "instances": [
5149
5158
  "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/87.0.4280.88 YextBot/Java Safari/537.36"
5150
5159
  ]
5160
+ },
5161
+ {
5162
+ "pattern": "DatadogSynthetics",
5163
+ "addition_date": "2025/08/19",
5164
+ "url": "https://docs.datadoghq.com/synthetics/",
5165
+ "instances": [
5166
+ "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.168 Safari/537.36 DatadogSynthetics"
5167
+ ]
5151
5168
  }
5152
5169
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.16.0",
3
+ "version": "1.18.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",