@dewakoding/capacitor-mock-location 1.0.0 → 1.1.0
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 +2 -9
- package/android/build.gradle +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @dewakoding/capacitor-mock-location
|
|
2
2
|
|
|
3
|
-
Capacitor plugin to detect mock or fake GPS locations on Android devices.
|
|
3
|
+
Capacitor plugin to detect mock or fake GPS locations on Android devices.
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
@@ -169,11 +169,4 @@ npm run watch
|
|
|
169
169
|
|
|
170
170
|
## License
|
|
171
171
|
|
|
172
|
-
MIT License
|
|
173
|
-
|
|
174
|
-
## Author
|
|
175
|
-
|
|
176
|
-
**DewaKoding**
|
|
177
|
-
|
|
178
|
-
- Website: https://dewakoding.com
|
|
179
|
-
- Email: halodewakoding@gmail.com
|
|
172
|
+
MIT License
|
package/android/build.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dewakoding/capacitor-mock-location",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "DewaKoding Capacitor plugin to detect mock/fake GPS locations on Android devices",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://github.com/dewakoding
|
|
20
|
+
"url": "https://github.com/SeptiawanAjiP/dewakoding-capacitor-plugin"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"capacitor",
|
|
@@ -55,4 +55,3 @@
|
|
|
55
55
|
"node": ">=18.0.0"
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
|