wifidirectplugin 1.0.1 → 1.0.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.
@@ -1,7 +1,5 @@
1
1
  package com.ht.plugins.wifidirect;
2
2
 
3
- import static android.content.ContentValues.TAG;
4
-
5
3
  import android.content.Context;
6
4
  import android.net.wifi.WpsInfo;
7
5
  import android.net.wifi.p2p.*;
@@ -24,6 +22,7 @@ public class WifiDirectPlugin extends Plugin {
24
22
  private WifiP2pManager.Channel channel;
25
23
  private Context context;
26
24
  private List<WifiP2pDevice> peerWifiDirDevices = new ArrayList<>();
25
+ private static final String TAG = "WifiDirectPlugin";
27
26
 
28
27
  @Override
29
28
  public void load() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wifidirectplugin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "HT-Installer Wifi Direct Plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",