expo-location 18.0.8-canary-20250303-4dba60e → 18.0.8-canary-20250304-8a21aa7
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-location",
|
|
3
|
-
"version": "18.0.8-canary-
|
|
3
|
+
"version": "18.0.8-canary-20250304-8a21aa7",
|
|
4
4
|
"description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"preset": "expo-module-scripts"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
42
|
+
"expo-module-scripts": "4.0.5-canary-20250304-8a21aa7"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"expo": "53.0.0-canary-
|
|
45
|
+
"expo": "53.0.0-canary-20250304-8a21aa7"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "8a21aa734aadf339bb2778a80d32602ed561405b"
|
|
48
48
|
}
|