@alitu/user-agents-v2-api 0.2.68 → 0.2.70

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.
@@ -2295,6 +2295,14 @@
2295
2295
  "InCast/3443 CFNetwork/711.0.6 Darwin/14.0.0"
2296
2296
  ]
2297
2297
  },
2298
+ {
2299
+ "name": "Insomniac Radio",
2300
+ "pattern": "^Insomniac-Radio/",
2301
+ "examples": [
2302
+ "Insomniac-Radio/1.0.2 (iOS 16.7.11)",
2303
+ "Insomniac-Radio/1.0.2 (Android 15)"
2304
+ ]
2305
+ },
2298
2306
  {
2299
2307
  "name": "Instacast",
2300
2308
  "pattern": "^Instacast Instacast/|^Instacast/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.68",
3
+ "version": "0.2.70",
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": {