expo-haptics 14.1.0-canary-20250320-7a205d3 → 14.1.0-canary-20250331-817737a

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-haptics",
3
- "version": "14.1.0-canary-20250320-7a205d3",
3
+ "version": "14.1.0-canary-20250331-817737a",
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,9 +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-20250320-7a205d3"
36
+ "expo-module-scripts": "4.0.5-canary-20250331-817737a"
37
37
  },
38
38
  "peerDependencies": {
39
- "expo": "53.0.0-canary-20250320-7a205d3"
39
+ "expo": "53.0.0-canary-20250331-817737a"
40
40
  }
41
41
  }