@capgo/capacitor-wifi 8.0.1 → 8.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.
@@ -44,7 +44,7 @@ import java.util.List;
44
44
  )
45
45
  public class CapacitorWifiPlugin extends Plugin {
46
46
 
47
- private final String pluginVersion = "8.0.1";
47
+ private final String pluginVersion = "8.0.2";
48
48
 
49
49
  private WifiManager wifiManager;
50
50
  private ConnectivityManager connectivityManager;
@@ -6,7 +6,7 @@ import CoreLocation
6
6
 
7
7
  @objc(CapacitorWifiPlugin)
8
8
  public class CapacitorWifiPlugin: CAPPlugin, CAPBridgedPlugin {
9
- private let pluginVersion: String = "8.0.1"
9
+ private let pluginVersion: String = "8.0.2"
10
10
  public let identifier = "CapacitorWifiPlugin"
11
11
  public let jsName = "CapacitorWifi"
12
12
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-wifi",
3
- "version": "8.0.1",
3
+ "version": "8.0.2",
4
4
  "description": "Manage WiFi connectivity for your Capacitor app",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -60,6 +60,7 @@
60
60
  "@rollup/plugin-node-resolve": "^16.0.3",
61
61
  "@types/node": "^24.10.1",
62
62
  "eslint": "^8.57.1",
63
+ "eslint-plugin-import": "^2.31.0",
63
64
  "prettier": "^3.6.2",
64
65
  "prettier-plugin-java": "^2.7.7",
65
66
  "rimraf": "^6.1.0",