@alitu/user-agents-v2-api 0.2.94 → 0.2.95

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.
@@ -187,6 +187,16 @@
187
187
  "AudioWaveBot/1.0"
188
188
  ]
189
189
  },
190
+ {
191
+ "name": "AutoHotkey",
192
+ "pattern": "^AutoHotkey",
193
+ "urls": [
194
+ "https://www.autohotkey.com/"
195
+ ],
196
+ "examples": [
197
+ "AutoHotkey"
198
+ ]
199
+ },
190
200
  {
191
201
  "name": "AwarioSmartBot",
192
202
  "pattern": "^AwarioSmartBot/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.94",
3
+ "version": "0.2.95",
4
4
  "description": "API for identifying User-Agent strings using OPAWG's user-agents-v2 lists.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {