expo-haptics 14.1.0 → 14.1.1-canary-20250407-10a9b42
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/android/build.gradle +2 -2
- package/expo-module.config.json +7 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.module +103 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.pom +41 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/14.1.1-canary-20250407-10a9b42/expo.modules.haptics-14.1.1-canary-20250407-10a9b42.pom.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/maven-metadata.xml +13 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/maven-metadata.xml.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/maven-metadata.xml.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/maven-metadata.xml.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.haptics/maven-metadata.xml.sha512 +1 -0
- package/package.json +4 -5
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '14.1.
|
|
7
|
+
version = '14.1.1-canary-20250407-10a9b42'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.haptics"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 16
|
|
13
|
-
versionName '14.1.
|
|
13
|
+
versionName '14.1.1-canary-20250407-10a9b42'
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["HapticsModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.haptics.HapticsModule"]
|
|
7
|
+
"modules": ["expo.modules.haptics.HapticsModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "host.exp.exponent",
|
|
10
|
+
"artifactId": "expo.modules.haptics",
|
|
11
|
+
"version": "14.1.1-canary-20250407-10a9b42",
|
|
12
|
+
"repository": "local-maven-repo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f67422521236b067bd723aa3f78be1e6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
33aab2666ff455cc101de95494ce99e45fc33391
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9722e38c417c5e51ed9a82b2e3f97aed7f554dd0531707ff0c008771b0637f04
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f633d4531c9b82d15c63049e288aa9c626060387bd337d684eeeab8636cf9c66c821715ec4d52f8a25d054296b843e6947d7d644af223e2d1cc89737fc8fea61
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fc0297830eaa40b60f8e84b137072bf2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
183faa1f2ada505c94ed37b2a806cd39ad7dcdd9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f64068ca7e363fb1b26ce6544b661ed92e11eb6ccf6c7c46d79ca87d43c308bf
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ef377733cc206f36775d639187745bc7526c2dbc6c010d19277321ee5d4f6a5f9c8fc2d6d195f3632221cc893eeb9cc9b427d6c28b99e88544caee1e9f355e0c
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.haptics",
|
|
6
|
+
"version": "14.1.1-canary-20250407-10a9b42",
|
|
7
|
+
"attributes": {
|
|
8
|
+
"org.gradle.status": "release"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"createdBy": {
|
|
12
|
+
"gradle": {
|
|
13
|
+
"version": "8.13"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"variants": [
|
|
17
|
+
{
|
|
18
|
+
"name": "releaseVariantReleaseApiPublication",
|
|
19
|
+
"attributes": {
|
|
20
|
+
"org.gradle.category": "library",
|
|
21
|
+
"org.gradle.dependency.bundling": "external",
|
|
22
|
+
"org.gradle.libraryelements": "aar",
|
|
23
|
+
"org.gradle.usage": "java-api"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": [
|
|
26
|
+
{
|
|
27
|
+
"group": "androidx.annotation",
|
|
28
|
+
"module": "annotation",
|
|
29
|
+
"version": {
|
|
30
|
+
"requires": "1.0.0"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"files": [
|
|
35
|
+
{
|
|
36
|
+
"name": "expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar",
|
|
37
|
+
"url": "expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar",
|
|
38
|
+
"size": 28152,
|
|
39
|
+
"sha512": "ef377733cc206f36775d639187745bc7526c2dbc6c010d19277321ee5d4f6a5f9c8fc2d6d195f3632221cc893eeb9cc9b427d6c28b99e88544caee1e9f355e0c",
|
|
40
|
+
"sha256": "f64068ca7e363fb1b26ce6544b661ed92e11eb6ccf6c7c46d79ca87d43c308bf",
|
|
41
|
+
"sha1": "183faa1f2ada505c94ed37b2a806cd39ad7dcdd9",
|
|
42
|
+
"md5": "fc0297830eaa40b60f8e84b137072bf2"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "releaseVariantReleaseRuntimePublication",
|
|
48
|
+
"attributes": {
|
|
49
|
+
"org.gradle.category": "library",
|
|
50
|
+
"org.gradle.dependency.bundling": "external",
|
|
51
|
+
"org.gradle.libraryelements": "aar",
|
|
52
|
+
"org.gradle.usage": "java-runtime"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": [
|
|
55
|
+
{
|
|
56
|
+
"group": "org.jetbrains.kotlin",
|
|
57
|
+
"module": "kotlin-stdlib-jdk7",
|
|
58
|
+
"version": {
|
|
59
|
+
"requires": "2.0.21"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"group": "androidx.annotation",
|
|
64
|
+
"module": "annotation",
|
|
65
|
+
"version": {
|
|
66
|
+
"requires": "1.0.0"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"files": [
|
|
71
|
+
{
|
|
72
|
+
"name": "expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar",
|
|
73
|
+
"url": "expo.modules.haptics-14.1.1-canary-20250407-10a9b42.aar",
|
|
74
|
+
"size": 28152,
|
|
75
|
+
"sha512": "ef377733cc206f36775d639187745bc7526c2dbc6c010d19277321ee5d4f6a5f9c8fc2d6d195f3632221cc893eeb9cc9b427d6c28b99e88544caee1e9f355e0c",
|
|
76
|
+
"sha256": "f64068ca7e363fb1b26ce6544b661ed92e11eb6ccf6c7c46d79ca87d43c308bf",
|
|
77
|
+
"sha1": "183faa1f2ada505c94ed37b2a806cd39ad7dcdd9",
|
|
78
|
+
"md5": "fc0297830eaa40b60f8e84b137072bf2"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "releaseVariantReleaseSourcePublication",
|
|
84
|
+
"attributes": {
|
|
85
|
+
"org.gradle.category": "documentation",
|
|
86
|
+
"org.gradle.dependency.bundling": "external",
|
|
87
|
+
"org.gradle.docstype": "sources",
|
|
88
|
+
"org.gradle.usage": "java-runtime"
|
|
89
|
+
},
|
|
90
|
+
"files": [
|
|
91
|
+
{
|
|
92
|
+
"name": "expo.modules.haptics-14.1.1-canary-20250407-10a9b42-sources.jar",
|
|
93
|
+
"url": "expo.modules.haptics-14.1.1-canary-20250407-10a9b42-sources.jar",
|
|
94
|
+
"size": 5163,
|
|
95
|
+
"sha512": "f633d4531c9b82d15c63049e288aa9c626060387bd337d684eeeab8636cf9c66c821715ec4d52f8a25d054296b843e6947d7d644af223e2d1cc89737fc8fea61",
|
|
96
|
+
"sha256": "9722e38c417c5e51ed9a82b2e3f97aed7f554dd0531707ff0c008771b0637f04",
|
|
97
|
+
"sha1": "33aab2666ff455cc101de95494ce99e45fc33391",
|
|
98
|
+
"md5": "f67422521236b067bd723aa3f78be1e6"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
49ad10cce7700b1463cc143b145c2ace
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f281c90d4d008a7d2af9e52b8d929d22aa5e1191
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cf30fd3aae67b68fac73180c8b2f5940ad4df70f924d6e50135036e0ed814958
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6aa110a8eed745af2da22f277ce64f80b92f93981b9f8418fe5411e4a0af18de584fe6f7cb2257c3ea16548ac9b79ff49e437c2cb75cb4b183e691f78e0e4707
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
4
|
+
<!-- This module was also published with a richer model, Gradle metadata, -->
|
|
5
|
+
<!-- which should be used instead. Do not delete the following line which -->
|
|
6
|
+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
|
7
|
+
<!-- that they should prefer consuming it instead. -->
|
|
8
|
+
<!-- do_not_remove: published-with-gradle-metadata -->
|
|
9
|
+
<modelVersion>4.0.0</modelVersion>
|
|
10
|
+
<groupId>host.exp.exponent</groupId>
|
|
11
|
+
<artifactId>expo.modules.haptics</artifactId>
|
|
12
|
+
<version>14.1.1-canary-20250407-10a9b42</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<name>expo.modules.haptics</name>
|
|
15
|
+
<url>https://github.com/expo/expo</url>
|
|
16
|
+
<licenses>
|
|
17
|
+
<license>
|
|
18
|
+
<name>MIT License</name>
|
|
19
|
+
<url>https://github.com/expo/expo/blob/main/LICENSE</url>
|
|
20
|
+
</license>
|
|
21
|
+
</licenses>
|
|
22
|
+
<scm>
|
|
23
|
+
<connection>https://github.com/expo/expo.git</connection>
|
|
24
|
+
<developerConnection>https://github.com/expo/expo.git</developerConnection>
|
|
25
|
+
<url>https://github.com/expo/expo</url>
|
|
26
|
+
</scm>
|
|
27
|
+
<dependencies>
|
|
28
|
+
<dependency>
|
|
29
|
+
<groupId>androidx.annotation</groupId>
|
|
30
|
+
<artifactId>annotation</artifactId>
|
|
31
|
+
<version>1.0.0</version>
|
|
32
|
+
<scope>compile</scope>
|
|
33
|
+
</dependency>
|
|
34
|
+
<dependency>
|
|
35
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
36
|
+
<artifactId>kotlin-stdlib-jdk7</artifactId>
|
|
37
|
+
<version>2.0.21</version>
|
|
38
|
+
<scope>runtime</scope>
|
|
39
|
+
</dependency>
|
|
40
|
+
</dependencies>
|
|
41
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fa5a1a77821746a0abbf7586c17077ad
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6a2c1e01ae784ad533c5d7bf2379ccf933aebc1f
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0f824e1403c55957df552fd29f8a8372dbab0f3b0748d979707fa71804bdf717
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
297104a31fc9ac7cfb6bb680413be0459f671922577cfd2d505205f1163ff5c5c8da102f2fe5efd99fceb03a5bb20ce2a30a9529df82161314174cb18a9ab6d5
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>host.exp.exponent</groupId>
|
|
4
|
+
<artifactId>expo.modules.haptics</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>14.1.1-canary-20250407-10a9b42</latest>
|
|
7
|
+
<release>14.1.1-canary-20250407-10a9b42</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>14.1.1-canary-20250407-10a9b42</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250407111657</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d8a0b93db28a85f3db5a7a1d281060ae
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0e71fce1482f6164a58d58d8113738d0bb7747b8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
93fa46e4ef0e20f6e823998813bfd95a00f7fc8e2c9cd7b32335e5d4ca428771
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
14bfaf3ceacc9eaf6f12c27fbe547608fbee23809d43bcb07f1e02844b938da4d59b8d7b4c7f9b8c22a3711eaffd701e331c1d53442ec4dc54aedaa9967ac563
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-haptics",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.1-canary-20250407-10a9b42",
|
|
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": "
|
|
36
|
+
"expo-module-scripts": "4.1.1-canary-20250407-10a9b42"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"expo": "
|
|
40
|
-
}
|
|
41
|
-
"gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
|
|
39
|
+
"expo": "53.0.0-canary-20250407-10a9b42"
|
|
40
|
+
}
|
|
42
41
|
}
|