samsung-device-helper 0.0.21 → 0.0.22

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Samsung Device Helper
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/samsung-device-helper)](https://www.npmjs.com/package/samsung-device-helper)
4
+ [![license](https://img.shields.io/npm/l/samsung-device-helper)](https://github.com/kulcsarrudolf/samsung-device-helper/blob/main/LICENSE)
5
+ [![downloads](https://img.shields.io/npm/dt/samsung-device-helper)](https://www.npmjs.com/package/samsung-device-helper)
6
+ [![GitHub Stars](https://img.shields.io/github/stars/kulcsarrudolf/samsung-device-helper?style=social)](https://github.com/kulcsarrudolf/samsung-device-helper)
7
+ [![tests](https://img.shields.io/github/actions/workflow/status/kulcsarrudolf/samsung-device-helper/publish.yml?label=tests)](https://github.com/kulcsarrudolf/samsung-device-helper/actions)
8
+
3
9
  `samsung-device-helper` is an npm package designed to provide a comprehensive list of Samsung devices, including phones, tablets, and watches. The package offers utility functions to retrieve device names by model and fetch lists of devices by category. **Note:** the list of phones includes models released after 2017, ensuring up-to-date information on the latest Samsung phones.
4
10
 
5
11
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samsung-device-helper",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "A utility to help you identify Samsung devices",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",