@kesbyte/capacitor-exif-gallery 1.0.2 → 1.0.4
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.json +20 -13
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kesbyte/capacitor-exif-gallery",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Capacitor plugin
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "Capacitor EXIF gallery plugin — filter and select photos by GPS location, route polylines, and time range. Native iOS & Android image picker with EXIF metadata extraction.",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/esm/index.d.ts",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"Package.swift",
|
|
18
18
|
"CapacitorExifGallery.podspec"
|
|
19
19
|
],
|
|
20
|
-
"author": "
|
|
21
|
-
"license": "
|
|
20
|
+
"author": "KesByte Digital",
|
|
21
|
+
"license": "CUSTOM",
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
24
|
"url": "git+https://github.com/KesByte-Digital/capacitor-exif-gallery.git"
|
|
@@ -29,21 +29,28 @@
|
|
|
29
29
|
"homepage": "https://github.com/KesByte-Digital/capacitor-exif-gallery#readme",
|
|
30
30
|
"keywords": [
|
|
31
31
|
"capacitor",
|
|
32
|
-
"plugin",
|
|
33
|
-
"
|
|
32
|
+
"capacitor-plugin",
|
|
33
|
+
"exif",
|
|
34
|
+
"exif-gallery",
|
|
34
35
|
"gallery",
|
|
35
|
-
"
|
|
36
|
+
"photo-picker",
|
|
37
|
+
"image-picker",
|
|
38
|
+
"image-filter",
|
|
39
|
+
"photo-gallery",
|
|
36
40
|
"photos",
|
|
37
|
-
"
|
|
41
|
+
"images",
|
|
38
42
|
"gps",
|
|
43
|
+
"geolocation",
|
|
39
44
|
"location",
|
|
40
|
-
"filtering",
|
|
41
|
-
"time-based",
|
|
42
45
|
"location-based",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
46
|
+
"time-based",
|
|
47
|
+
"polyline",
|
|
48
|
+
"metadata",
|
|
49
|
+
"filtering",
|
|
50
|
+
"native",
|
|
45
51
|
"ios",
|
|
46
|
-
"android"
|
|
52
|
+
"android",
|
|
53
|
+
"plugin"
|
|
47
54
|
],
|
|
48
55
|
"scripts": {
|
|
49
56
|
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
|