@capgo/inappbrowser 6.3.0 → 6.3.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.
@@ -57,7 +57,7 @@ dependencies {
57
57
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
58
58
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
59
59
  implementation "androidx.browser:browser:$androidxBrowserVersion"
60
- implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
60
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
61
61
  implementation 'com.google.android.material:material:1.9.0'
62
62
  implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
63
63
  }
@@ -112,7 +112,6 @@ open class WKWebViewController: UIViewController {
112
112
  }
113
113
  }
114
114
 
115
-
116
115
  internal var customUserAgent: String? {
117
116
  didSet {
118
117
  guard let agent = userAgent else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "6.3.0",
3
+ "version": "6.3.2",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -45,26 +45,26 @@
45
45
  "prepublishOnly": "npm run build"
46
46
  },
47
47
  "devDependencies": {
48
- "@capacitor/android": "^6.0.0",
49
- "@capacitor/cli": "^6.0.0",
50
- "@capacitor/core": "^6.0.0",
48
+ "@capacitor/android": "^6.1.2",
49
+ "@capacitor/cli": "^6.1.2",
50
+ "@capacitor/core": "^6.1.2",
51
51
  "@capacitor/docgen": "^0.2.2",
52
- "@capacitor/ios": "^6.0.0",
53
- "@ionic/eslint-config": "^0.3.0",
52
+ "@capacitor/ios": "^6.1.2",
53
+ "@ionic/eslint-config": "^0.4.0",
54
54
  "@ionic/prettier-config": "^4.0.0",
55
55
  "@ionic/swiftlint-config": "^1.1.2",
56
- "@types/node": "^20.12.7",
56
+ "@types/node": "^22.5.1",
57
57
  "@typescript-eslint/eslint-plugin": "^7.8.0",
58
58
  "@typescript-eslint/parser": "^7.8.0",
59
- "eslint": "^9.1.1",
59
+ "eslint": "^9.9.1",
60
60
  "eslint-plugin-import": "^2.29.1",
61
- "husky": "^9.0.11",
62
- "prettier": "^3.2.5",
63
- "prettier-plugin-java": "^2.6.0",
64
- "rimraf": "^5.0.5",
65
- "rollup": "^4.17.1",
61
+ "husky": "^9.1.5",
62
+ "prettier": "^3.3.3",
63
+ "prettier-plugin-java": "^2.6.4",
64
+ "rimraf": "^6.0.1",
65
+ "rollup": "^4.21.1",
66
66
  "swiftlint": "^1.0.2",
67
- "typescript": "^5.4.5"
67
+ "typescript": "^5.5.4"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@capacitor/core": "^6.0.0"