@smbcloud/tauri-plugin-android-tv-check-api 1.1.0 → 1.1.2

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 +2 -0
  2. package/package.json +8 -2
package/README.md CHANGED
@@ -1 +1,3 @@
1
1
  # Tauri Plugin android-tv-check
2
+
3
+ Check if the device is an Android TV device.
package/package.json CHANGED
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@smbcloud/tauri-plugin-android-tv-check-api",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "author": "setoelkahfi@gmail.com",
5
- "description": "",
5
+ "description": "A Tauri plugin to check if the device is an Android TV device.",
6
+ "keywords": [
7
+ "tauri",
8
+ "android",
9
+ "tv",
10
+ "plugin"
11
+ ],
6
12
  "type": "module",
7
13
  "types": "./dist-js/index.d.ts",
8
14
  "main": "./dist-js/index.cjs",