@alitu/user-agents-v2-api 0.2.103 → 0.2.105

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.
@@ -3165,12 +3165,13 @@
3165
3165
  },
3166
3166
  {
3167
3167
  "name": "Overcast",
3168
- "pattern": "^Overcast/|^Overcast.*Apple Watch|^Overcast Player ",
3168
+ "pattern": "^Overcast/|^Overcast.*Apple Watch|^Overcast Player |^Watch/\\d+ CFNetwork/",
3169
3169
  "examples": [
3170
3170
  "Overcast/3.0 (+http://overcast.fm/; iOS podcast app)",
3171
3171
  "Overcast (+http://overcast.fm/; Apple Watch podcast app)",
3172
3172
  "Overcast/792 CFNetwork/1098.7 Darwin/19.0.0",
3173
- "Overcast Player 66271"
3173
+ "Overcast Player 66271",
3174
+ "Watch/1140 CFNetwork/3860.200.71 Darwin/25.1.0"
3174
3175
  ]
3175
3176
  },
3176
3177
  {
@@ -4,6 +4,16 @@
4
4
  ],
5
5
  "$schema": "https://raw.githubusercontent.com/opawg/user-agents-v2/master/schemas/patterns.schema.json",
6
6
  "entries": [
7
+ {
8
+ "name": "7Siters Crawler",
9
+ "pattern": "^7Siters",
10
+ "examples": [
11
+ "7Siters/1.1 (+https://7ooo.ru/siters/)"
12
+ ],
13
+ "urls": [
14
+ "https://7ooo.ru/siters/"
15
+ ]
16
+ },
7
17
  {
8
18
  "name": "AAABot - unknown bot",
9
19
  "pattern": "AAABot",
@@ -37,8 +37,11 @@
37
37
  },
38
38
  {
39
39
  "name": "Apple Watch",
40
- "pattern": "watch|Watch OS",
41
- "category": "watch"
40
+ "pattern": "watch|Watch OS|^Watch/\\d+ CFNetwork/",
41
+ "category": "watch",
42
+ "examples": [
43
+ "Watch/1140 CFNetwork/3860.200.71 Darwin/25.1.0"
44
+ ]
42
45
  },
43
46
  {
44
47
  "name": "Apple iPod",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.103",
3
+ "version": "0.2.105",
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": {