@capgo/inappbrowser 7.2.7 → 7.2.8

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.
@@ -270,7 +270,7 @@ open class WKWebViewController: UIViewController, WKScriptMessageHandler {
270
270
  print("[InAppBrowser - preShowScriptError]: Error!!!!")
271
271
  semaphore.signal()
272
272
  } else if message.name == "close" {
273
- closeView()
273
+ closeView()
274
274
  }
275
275
  }
276
276
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "7.2.7",
3
+ "version": "7.2.8",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -67,6 +67,9 @@
67
67
  "peerDependencies": {
68
68
  "@capacitor/core": ">=7.0.0"
69
69
  },
70
+ "eslintConfig": {
71
+ "extends": "@ionic/eslint-config/recommended"
72
+ },
70
73
  "prettier": "@ionic/prettier-config",
71
74
  "swiftlint": "@ionic/swiftlint-config",
72
75
  "capacitor": {