samsung-device-helper 0.0.22 → 0.0.23

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.
@@ -58,5 +58,39 @@ exports.samsungDevices2026 = [
58
58
  "SM-S948E",
59
59
  "SM-S948E/DS"
60
60
  ],
61
+ },
62
+ {
63
+ name: "Galaxy M17e",
64
+ releaseDate: "03-17-2026",
65
+ type: "phone",
66
+ models: [
67
+ "SM-M076B"
68
+ ],
69
+ },
70
+ {
71
+ name: "Galaxy A57",
72
+ releaseDate: "04-09-2026",
73
+ type: "phone",
74
+ models: [
75
+ "SM-A576B",
76
+ "SM-A576Q",
77
+ "SM-A576U1",
78
+ "SM-A576W",
79
+ "SM-A576Z",
80
+ "SM-A5760"
81
+ ],
82
+ },
83
+ {
84
+ name: "Galaxy A37",
85
+ releaseDate: "04-09-2026",
86
+ type: "phone",
87
+ models: [
88
+ "SM-A376E",
89
+ "SM-A376B",
90
+ "SM-A376U",
91
+ "SM-A376U1",
92
+ "SM-A376W",
93
+ "SM-A3760"
94
+ ],
61
95
  }
62
96
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samsung-device-helper",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "A utility to help you identify Samsung devices",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",