@capgo/nativegeocoder 7.3.4 → 7.3.7

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.
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
  <a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
3
3
 
4
4
  <div align="center">
5
- <h2><a href="https://capgo.app/?ref=plugin"> ➡️ Get Instant updates for your App with Capgo</a></h2>
6
- <h2><a href="https://capgo.app/consulting/?ref=plugin"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
5
+ <h2><a href="https://capgo.app/?ref=plugin_nativegeocoder"> ➡️ Get Instant updates for your App with Capgo</a></h2>
6
+ <h2><a href="https://capgo.app/consulting/?ref=plugin_nativegeocoder"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
7
7
  </div>
8
8
 
9
9
  Capacitor plugin for native forward and reverse geocoding
@@ -9,7 +9,7 @@ import com.getcapacitor.annotation.CapacitorPlugin;
9
9
  @CapacitorPlugin(name = "NativeGeocoder")
10
10
  public class NativeGeocoderPlugin extends Plugin {
11
11
 
12
- private final String PLUGIN_VERSION = "7.3.4";
12
+ private final String PLUGIN_VERSION = "7.3.7";
13
13
 
14
14
  private NativeGeocoder implementation = new NativeGeocoder();
15
15
 
@@ -7,7 +7,7 @@ import Capacitor
7
7
  */
8
8
  @objc(NativeGeocoderPlugin)
9
9
  public class NativeGeocoderPlugin: CAPPlugin, CAPBridgedPlugin {
10
- private let PLUGIN_VERSION: String = "7.3.4"
10
+ private let PLUGIN_VERSION: String = "7.3.7"
11
11
  public let identifier = "NativeGeocoderPlugin"
12
12
  public let jsName = "NativeGeocoder"
13
13
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/nativegeocoder",
3
- "version": "7.3.4",
3
+ "version": "7.3.7",
4
4
  "description": "Capacitor plugin for native forward and reverse geocoding",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -37,7 +37,7 @@
37
37
  "verify:android": "cd android && ./gradlew clean build test && cd ..",
38
38
  "verify:web": "npm run build",
39
39
  "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
40
- "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --autocorrect --format",
40
+ "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
41
41
  "eslint": "eslint .",
42
42
  "prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
43
43
  "swiftlint": "node-swiftlint",