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

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.
@@ -1164,6 +1164,16 @@
1164
1164
  "CoreDataPlayerSample/1 CFNetwork/975.0.3 Darwin/17.7.0"
1165
1165
  ]
1166
1166
  },
1167
+ {
1168
+ "name": "Corefeed",
1169
+ "pattern": "^Corefeed/",
1170
+ "examples": [
1171
+ "Corefeed/1 CFNetwork/3860.300.31 Darwin/25.2.0"
1172
+ ],
1173
+ "urls": [
1174
+ "https://corefeed.app/"
1175
+ ]
1176
+ },
1167
1177
  {
1168
1178
  "name": "Corriere della Sera",
1169
1179
  "pattern": "^Corriere della Sera/\\d",
@@ -3155,6 +3165,17 @@
3155
3165
  "https://www.nrc.nl/app/"
3156
3166
  ]
3157
3167
  },
3168
+ {
3169
+ "name": "OpenStream",
3170
+ "pattern": "^OpenStream/\\d",
3171
+ "examples": [
3172
+ "OpenStream/1.3.0 (Self-Hosted Music Streaming; +https://github.com/geill/OpenStream)",
3173
+ "OpenStream/1.3.0"
3174
+ ],
3175
+ "urls": [
3176
+ "https://github.com/openstreamorg/openstreammusic"
3177
+ ]
3178
+ },
3158
3179
  {
3159
3180
  "name": "Outcast",
3160
3181
  "pattern": "^Outcast[/ ]",
@@ -174,6 +174,13 @@
174
174
  "atheerfm/1 CFNetwork/758.3.15 Darwin/15.3.0"
175
175
  ]
176
176
  },
177
+ {
178
+ "name": "Audacy Creator Lab Hosting",
179
+ "pattern": "^Audacy Creator Lab Hosting/",
180
+ "examples": [
181
+ "Audacy Creator Lab Hosting/1.0"
182
+ ]
183
+ },
177
184
  {
178
185
  "name": "Audioboom bot",
179
186
  "pattern": "^audioBoomBot/\\d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.105",
3
+ "version": "0.2.107",
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": {