@capgo/background-geolocation 7.0.5 → 7.0.6

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.
Files changed (2) hide show
  1. package/dist/plugin.js +1 -1
  2. package/package.json +3 -4
package/dist/plugin.js CHANGED
@@ -1,4 +1,4 @@
1
- var capacitorInAppBrowser = (function (exports, core) {
1
+ var capacitorBackgroundGeolocation = (function (exports, core) {
2
2
  'use strict';
3
3
 
4
4
  const BackgroundGeolocation = core.registerPlugin("BackgroundGeolocation", {
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/background-geolocation",
3
- "version": "7.0.5",
4
- "private": false,
3
+ "version": "7.0.6",
5
4
  "description": "Receive geolocation updates even while the app is in the background.",
6
5
  "main": "dist/plugin.cjs.js",
7
6
  "module": "dist/esm/index.js",
@@ -19,10 +18,10 @@
19
18
  "license": "MIT",
20
19
  "repository": {
21
20
  "type": "git",
22
- "url": "git+https://github.com/Cap-go/capacitor-inappbrowser.git"
21
+ "url": "git+https://github.com/Cap-go/background-geolocation.git"
23
22
  },
24
23
  "bugs": {
25
- "url": "https://github.com/Cap-go/capacitor-inappbrowser/issues"
24
+ "url": "https://github.com/Cap-go/background-geolocation/issues"
26
25
  },
27
26
  "scripts": {
28
27
  "verify": "npm run verify:ios && npm run verify:android && npm run verify:web",