expo-haptics 14.1.0-canary-20250219-4a5dade → 14.1.0-canary-20250221-ef26fed
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-haptics",
|
|
3
|
-
"version": "14.1.0-canary-
|
|
3
|
+
"version": "14.1.0-canary-20250221-ef26fed",
|
|
4
4
|
"description": "Provides access to the system's haptics engine on iOS, vibration effects on Android, and Web Vibration API on web.",
|
|
5
5
|
"main": "src/Haptics.ts",
|
|
6
6
|
"types": "build/Haptics.d.ts",
|
|
@@ -33,10 +33,9 @@
|
|
|
33
33
|
"homepage": "https://docs.expo.dev/versions/latest/sdk/haptics/",
|
|
34
34
|
"dependencies": {},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
36
|
+
"expo-module-scripts": "4.0.5-canary-20250221-ef26fed"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"expo": "53.0.0-canary-
|
|
40
|
-
}
|
|
41
|
-
"gitHead": "4a5daded61d3d8b9d501059039ac74c09c25675b"
|
|
39
|
+
"expo": "53.0.0-canary-20250221-ef26fed"
|
|
40
|
+
}
|
|
42
41
|
}
|