crawler-user-agents 1.0.114 → 1.0.115

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.
@@ -5214,5 +5214,13 @@
5214
5214
  "PageThing http://pagething.com curl www"
5215
5215
  ],
5216
5216
  "url": "http://pagething.com"
5217
+ },
5218
+ {
5219
+ "pattern": "WordPress\\/",
5220
+ "addition_date": "2023/10/24",
5221
+ "instances": [
5222
+ "WordPress/X.X.X; https://example.com"
5223
+ ],
5224
+ "url": "https://wordpress.org"
5217
5225
  }
5218
5226
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.114",
3
+ "version": "1.0.115",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",