@alitu/user-agents-v2-api 0.2.33 → 0.2.34

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.
@@ -2073,7 +2073,7 @@
2073
2073
  },
2074
2074
  {
2075
2075
  "name": "Heard.FM",
2076
- "pattern": "^Heard\\.FM( )?/",
2076
+ "pattern": "^Heard\\.FM\\s*/",
2077
2077
  "examples": [
2078
2078
  "Heard.FM/1.0 (Linux; U; Android 13.0; Xiaomi 23124RN87I",
2079
2079
  "Heard.FM /18.2 CFNetwork/1.0 Darwin/24.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.33",
3
+ "version": "0.2.34",
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": {