expo-intent-launcher 12.1.0-canary-20250304-8a21aa7 → 12.1.0-canary-20250304-f08e984
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-intent-launcher",
|
|
3
|
-
"version": "12.1.0-canary-20250304-
|
|
3
|
+
"version": "12.1.0-canary-20250304-f08e984",
|
|
4
4
|
"description": "Provides a way to launch Android intents, e.g. opening a specific activity.",
|
|
5
5
|
"main": "build/IntentLauncher.js",
|
|
6
6
|
"types": "build/IntentLauncher.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"homepage": "https://docs.expo.dev/versions/latest/sdk/intent-launcher/",
|
|
35
35
|
"dependencies": {},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"expo-module-scripts": "4.0.5-canary-20250304-
|
|
37
|
+
"expo-module-scripts": "4.0.5-canary-20250304-f08e984"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"expo": "53.0.0-canary-20250304-
|
|
40
|
+
"expo": "53.0.0-canary-20250304-f08e984"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "f08e984ac18968d26ea7f7f34d11d29a0a97d518"
|
|
43
43
|
}
|