expo-crypto 15.0.0-canary-20250331-817737a → 15.0.0-canary-20250403-13261ac
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.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.module +87 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.pom +35 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/15.0.0-canary-20250403-13261ac/expo.modules.crypto-15.0.0-canary-20250403-13261ac.pom.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/maven-metadata.xml +13 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/maven-metadata.xml.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/maven-metadata.xml.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/maven-metadata.xml.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.crypto/maven-metadata.xml.sha512 +1 -0
- package/package.json +5 -4
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '
|
|
7
|
+
version = '15.0.0-canary-20250403-13261ac'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.crypto"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 25
|
|
13
|
-
versionName "
|
|
13
|
+
versionName "15.0.0-canary-20250403-13261ac"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["CryptoModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.crypto.CryptoModule"]
|
|
7
|
+
"modules": ["expo.modules.crypto.CryptoModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "host.exp.exponent",
|
|
10
|
+
"artifactId": "expo.modules.crypto",
|
|
11
|
+
"version": "15.0.0-canary-20250403-13261ac",
|
|
12
|
+
"repository": "local-maven-repo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d828acd0ab9b2a1ce162926327c4f825
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f7fc7f161cfe92554e5bd6cac8e609b3f5919d6c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fbb9dee297c3061dc4d03768b2c257d77e8a8b125bc53523c3b9d63496404bd8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9ee66fd92f77abd9cfefad61c67aba460278f8294792432e98d13500e525acc0622ac8c7ac3d107a0c6e3a9f9c206b4b805fdd739ebdaad0af5507af7374f337
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c8483034809a33559794f57c5ebb6565
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
41bc20630d5ba5ddb606568f7720a6f57d8b49d7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f9efd4ddeb4aa85e9b5f286568e0eaf67a6c860a2f358ed16b1139a6dee212f8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b27dcdb26b1ee5a219442736faacde147da38b03ea1fcb1e40fc0276426a7d77923f47e685fea2d1d30ce86b38f2f3512d61aea59895459556192ca4e559181d
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.crypto",
|
|
6
|
+
"version": "15.0.0-canary-20250403-13261ac",
|
|
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
|
+
"files": [
|
|
26
|
+
{
|
|
27
|
+
"name": "expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar",
|
|
28
|
+
"url": "expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar",
|
|
29
|
+
"size": 31995,
|
|
30
|
+
"sha512": "b27dcdb26b1ee5a219442736faacde147da38b03ea1fcb1e40fc0276426a7d77923f47e685fea2d1d30ce86b38f2f3512d61aea59895459556192ca4e559181d",
|
|
31
|
+
"sha256": "f9efd4ddeb4aa85e9b5f286568e0eaf67a6c860a2f358ed16b1139a6dee212f8",
|
|
32
|
+
"sha1": "41bc20630d5ba5ddb606568f7720a6f57d8b49d7",
|
|
33
|
+
"md5": "c8483034809a33559794f57c5ebb6565"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "releaseVariantReleaseRuntimePublication",
|
|
39
|
+
"attributes": {
|
|
40
|
+
"org.gradle.category": "library",
|
|
41
|
+
"org.gradle.dependency.bundling": "external",
|
|
42
|
+
"org.gradle.libraryelements": "aar",
|
|
43
|
+
"org.gradle.usage": "java-runtime"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": [
|
|
46
|
+
{
|
|
47
|
+
"group": "org.jetbrains.kotlin",
|
|
48
|
+
"module": "kotlin-stdlib-jdk7",
|
|
49
|
+
"version": {
|
|
50
|
+
"requires": "2.0.21"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"files": [
|
|
55
|
+
{
|
|
56
|
+
"name": "expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar",
|
|
57
|
+
"url": "expo.modules.crypto-15.0.0-canary-20250403-13261ac.aar",
|
|
58
|
+
"size": 31995,
|
|
59
|
+
"sha512": "b27dcdb26b1ee5a219442736faacde147da38b03ea1fcb1e40fc0276426a7d77923f47e685fea2d1d30ce86b38f2f3512d61aea59895459556192ca4e559181d",
|
|
60
|
+
"sha256": "f9efd4ddeb4aa85e9b5f286568e0eaf67a6c860a2f358ed16b1139a6dee212f8",
|
|
61
|
+
"sha1": "41bc20630d5ba5ddb606568f7720a6f57d8b49d7",
|
|
62
|
+
"md5": "c8483034809a33559794f57c5ebb6565"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "releaseVariantReleaseSourcePublication",
|
|
68
|
+
"attributes": {
|
|
69
|
+
"org.gradle.category": "documentation",
|
|
70
|
+
"org.gradle.dependency.bundling": "external",
|
|
71
|
+
"org.gradle.docstype": "sources",
|
|
72
|
+
"org.gradle.usage": "java-runtime"
|
|
73
|
+
},
|
|
74
|
+
"files": [
|
|
75
|
+
{
|
|
76
|
+
"name": "expo.modules.crypto-15.0.0-canary-20250403-13261ac-sources.jar",
|
|
77
|
+
"url": "expo.modules.crypto-15.0.0-canary-20250403-13261ac-sources.jar",
|
|
78
|
+
"size": 2443,
|
|
79
|
+
"sha512": "9ee66fd92f77abd9cfefad61c67aba460278f8294792432e98d13500e525acc0622ac8c7ac3d107a0c6e3a9f9c206b4b805fdd739ebdaad0af5507af7374f337",
|
|
80
|
+
"sha256": "fbb9dee297c3061dc4d03768b2c257d77e8a8b125bc53523c3b9d63496404bd8",
|
|
81
|
+
"sha1": "f7fc7f161cfe92554e5bd6cac8e609b3f5919d6c",
|
|
82
|
+
"md5": "d828acd0ab9b2a1ce162926327c4f825"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
57978ba91f0f8212188a90f75ba02cc1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
61ac5d602e4183980df4e5e4020c250fe22eba6b
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7ee3c525a78e67a95dae28c0c061c42cecc00444bcc5dfc539771ed65b4f3866
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8f5ba5c3f2d409e25dc233dc1ca58ffb3b6a98167bba287dfd80074f2ad03597de58017179718910acae2bdc6265245ed1da87fdfce390c0dd37c37490a4dfd6
|
|
@@ -0,0 +1,35 @@
|
|
|
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.crypto</artifactId>
|
|
12
|
+
<version>15.0.0-canary-20250403-13261ac</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<name>expo.modules.crypto</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>org.jetbrains.kotlin</groupId>
|
|
30
|
+
<artifactId>kotlin-stdlib-jdk7</artifactId>
|
|
31
|
+
<version>2.0.21</version>
|
|
32
|
+
<scope>runtime</scope>
|
|
33
|
+
</dependency>
|
|
34
|
+
</dependencies>
|
|
35
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d1187e138a084b897f02ea0514832279
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
45425bcfb71b8309cf37f8321d75cc2aac6b09cf
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f87b93b6c732c0d7173cda8d3305562629c47501264b95fef84e78220bc1ba9c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7f26ec4302a1ecdb1a711c8440f1888e93c5da9addbc95de179c0ba9e399c892d6060da8db60eb303674ad8a377a9feffed77c227e29fbcd28d841b541b06b2b
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>host.exp.exponent</groupId>
|
|
4
|
+
<artifactId>expo.modules.crypto</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>15.0.0-canary-20250403-13261ac</latest>
|
|
7
|
+
<release>15.0.0-canary-20250403-13261ac</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>15.0.0-canary-20250403-13261ac</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250402223119</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6dec799ef190aee92424fc468f655de3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
73298460ac946d152703a365791b7c799b53d2b4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1f44928ebc70deda23712a860d9aefd34f9335ad08a65fef73d943dda2cfad28
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fbdb541edab69e4f679d7b8de42d8bcdbf652ee435fd2f99a0a9147f211415c5b302f6c7f55be5bdc5551cbdbf6f7e63fc8fc4aa978d7b566539dc74e9fc68b1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-crypto",
|
|
3
|
-
"version": "15.0.0-canary-
|
|
3
|
+
"version": "15.0.0-canary-20250403-13261ac",
|
|
4
4
|
"description": "Provides cryptography primitives for Android, iOS and web.",
|
|
5
5
|
"main": "build/Crypto.js",
|
|
6
6
|
"types": "build/Crypto.d.ts",
|
|
@@ -42,9 +42,10 @@
|
|
|
42
42
|
"base64-js": "^1.3.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
45
|
+
"expo-module-scripts": "4.0.5-canary-20250403-13261ac"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"expo": "53.0.0-canary-
|
|
49
|
-
}
|
|
48
|
+
"expo": "53.0.0-canary-20250403-13261ac"
|
|
49
|
+
},
|
|
50
|
+
"gitHead": "13261ac5856369e1ce42ef4c380d5af1d7a40392"
|
|
50
51
|
}
|