@alitu/user-agents-v2-api 0.2.35 → 0.2.37

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.
@@ -3852,6 +3852,17 @@
3852
3852
  ],
3853
3853
  "comments": "aka Samsung Free"
3854
3854
  },
3855
+ {
3856
+ "name": "Seekr",
3857
+ "pattern": "^Seekr/\\d",
3858
+ "urls": [
3859
+ "https://www.seekyoursounds.com"
3860
+ ],
3861
+ "examples": [
3862
+ "Seekr/1.6.0.748-debug Dalvik/2.1.0 (Linux; U; Android 14; SM-S928W Build/UP1A.231005.007)",
3863
+ "Seekr/1077 CFNetwork/3826.400.120 Darwin/24.3.0"
3864
+ ]
3865
+ },
3855
3866
  {
3856
3867
  "name": "ServeStream",
3857
3868
  "pattern": "^ServeStream Dynamo/|^ServeStream$",
@@ -628,6 +628,13 @@
628
628
  "Jaunt/1.5"
629
629
  ]
630
630
  },
631
+ {
632
+ "name": "Jamit bot",
633
+ "pattern": "^Jamit/1\\.0$",
634
+ "examples": [
635
+ "Jamit/1.0"
636
+ ]
637
+ },
631
638
  {
632
639
  "name": "l'Institut national de l'audiovisuel",
633
640
  "pattern": "INA dlweb",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.35",
3
+ "version": "0.2.37",
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": {