@capgo/capacitor-navigation-bar 7.3.3 → 7.3.5

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.
@@ -15,7 +15,7 @@ import java.util.Locale;
15
15
  @CapacitorPlugin(name = "NavigationBar")
16
16
  public class CapgoNavigationBarPlugin extends Plugin {
17
17
 
18
- private final String PLUGIN_VERSION = "7.3.3";
18
+ private final String PLUGIN_VERSION = "7.3.5";
19
19
 
20
20
  @PluginMethod
21
21
  public void setNavigationBarColor(PluginCall call) {
@@ -7,7 +7,7 @@ import Capacitor
7
7
  */
8
8
  @objc(CapgoNavigationBarPlugin)
9
9
  public class CapgoNavigationBarPlugin: CAPPlugin, CAPBridgedPlugin {
10
- private let PLUGIN_VERSION: String = "7.3.3"
10
+ private let PLUGIN_VERSION: String = "7.3.5"
11
11
  public let identifier = "CapgoNavigationBarPlugin"
12
12
  public let jsName = "NavigationBar"
13
13
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-navigation-bar",
3
- "version": "7.3.3",
3
+ "version": "7.3.5",
4
4
  "description": "Capacitor plugin Set navigation bar color for android lolipop and higher",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -38,7 +38,7 @@
38
38
  "verify:android": "cd android && ./gradlew clean build test && cd ..",
39
39
  "verify:web": "npm run build",
40
40
  "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
41
- "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --autocorrect --format",
41
+ "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
42
42
  "eslint": "eslint .",
43
43
  "prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
44
44
  "swiftlint": "node-swiftlint",