@transistorsoft/capacitor-background-geolocation 9.0.1 → 9.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.
package/Package.swift CHANGED
@@ -22,7 +22,7 @@ let package = Package(
22
22
  dependencies: [
23
23
  .product(name: "Capacitor", package: "capacitor-swift-pm"),
24
24
  .product(name: "Cordova", package: "capacitor-swift-pm"),
25
- .product(name: "TSLocationManager", package: "native-background-geolocation"),
25
+ .product(name: "BackgroundGeolocation", package: "native-background-geolocation"),
26
26
  .product(name: "TSBackgroundFetch", package: "transistor-background-fetch"),
27
27
  .product(name: "CocoaLumberjackSwift", package: "CocoaLumberjack")
28
28
  ],
@@ -10,7 +10,7 @@ import TSLocationManager
10
10
  public class BackgroundGeolocationModule: CAPPlugin, CAPBridgedPlugin {
11
11
  public let identifier = "BackgroundGeolocationPlugin"
12
12
  public let jsName = "BackgroundGeolocation"
13
-
13
+
14
14
  public let pluginMethods: [CAPPluginMethod] = [
15
15
  CAPPluginMethod(name: "registerPlugin", returnType: CAPPluginReturnNone),
16
16
  CAPPluginMethod(name: "ready", returnType: CAPPluginReturnPromise),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transistorsoft/capacitor-background-geolocation",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "The most sophisticated cross platform Capacitor background location tracking & geofencing module with battery-conscious motion-detection intelligence",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/index.js",