samsung-device-helper 0.0.13 → 0.0.15

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.
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
File without changes
@@ -218,4 +218,41 @@ exports.samsungDevices2025 = [
218
218
  type: "phone",
219
219
  models: ["SM-A176B", "SM-A176B/DS"],
220
220
  },
221
+ {
222
+ name: "Galaxy A07 4G",
223
+ releaseDate: "08-25-2025",
224
+ type: "phone",
225
+ models: [
226
+ "SM-A075B",
227
+ "SM-A075B/DS",
228
+ "SM-A075F",
229
+ "SM-A075F/DS",
230
+ "SM-A075M",
231
+ "SM-A075M/DS",
232
+ ],
233
+ },
234
+ {
235
+ name: "Galaxy Tab S10 Lite",
236
+ releaseDate: "08-25-2025",
237
+ type: "tablet",
238
+ models: ["SM-X400", "SM-X406", "SM-X406B"],
239
+ },
240
+ {
241
+ name: "Galaxy Tab S11",
242
+ releaseDate: "09-04-2025",
243
+ type: "tablet",
244
+ models: ["SM-X730", "SM-X736", "SM-X736B"],
245
+ },
246
+ {
247
+ name: "Galaxy Tab S11 Ultra",
248
+ releaseDate: "09-04-2025",
249
+ type: "tablet",
250
+ models: ["SM-X930", "SM-X936B", "SM-X936N", "SM-X930N"],
251
+ },
252
+ {
253
+ name: "Galaxy S25 FE",
254
+ releaseDate: "09-04-2025",
255
+ type: "phone",
256
+ models: ["SM-S731B", "SM-S731B/DS"],
257
+ },
221
258
  ];
File without changes
File without changes
File without changes
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/types.d.ts CHANGED
File without changes
package/dist/types.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samsung-device-helper",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "A utility to help you identify Samsung devices",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",