crawler-user-agents 1.0.116 → 1.0.117

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.
@@ -5223,5 +5223,20 @@
5223
5223
  "WordPress/X.X.X; https://example.com"
5224
5224
  ],
5225
5225
  "url": "https://wordpress.org"
5226
+ },
5227
+ {
5228
+ "pattern": "PhxBot",
5229
+ "addition_date": "2024/01/06",
5230
+ "instances": [
5231
+ "PhxBot/0.1 (phxbot@protonmail.com)"
5232
+ ]
5233
+ },
5234
+ {
5235
+ "pattern": "ImagesiftBot",
5236
+ "addition_date": "2024/01/06",
5237
+ "instances": [
5238
+ "Mozilla/5.0 (compatible; ImagesiftBot; +imagesift.com)"
5239
+ ],
5240
+ "url": "https://imagesift.com"
5226
5241
  }
5227
5242
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",