@account-kit/react-native-signer 4.53.1-alpha.0 → 4.53.1
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
CHANGED
|
@@ -164,11 +164,11 @@ dependencies {
|
|
|
164
164
|
//noinspection GradleDynamicVersion
|
|
165
165
|
implementation "com.facebook.react:react-android:0.76"
|
|
166
166
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
167
|
-
api "javax.xml.bind:jaxb-api:2.
|
|
167
|
+
api "javax.xml.bind:jaxb-api:2.4.0-b180830.0359"
|
|
168
168
|
api "xerces:xercesImpl:2.12.2"
|
|
169
|
-
api "androidx.security:security-crypto:1.1.0
|
|
170
|
-
api "com.google.crypto.tink:tink-android:1.
|
|
171
|
-
api "org.bitcoinj:bitcoinj-core:0.
|
|
169
|
+
api "androidx.security:security-crypto:1.1.0"
|
|
170
|
+
api "com.google.crypto.tink:tink-android:1.18.0"
|
|
171
|
+
api "org.bitcoinj:bitcoinj-core:0.17"
|
|
172
172
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
|
|
173
173
|
}
|
|
174
174
|
|
|
@@ -12,7 +12,7 @@ import com.google.crypto.tink.subtle.EllipticCurves
|
|
|
12
12
|
import kotlinx.serialization.Serializable
|
|
13
13
|
import kotlinx.serialization.encodeToString
|
|
14
14
|
import kotlinx.serialization.json.Json
|
|
15
|
-
import org.bitcoinj.
|
|
15
|
+
import org.bitcoinj.base.Base58
|
|
16
16
|
import org.bouncycastle.jce.ECNamedCurveTable
|
|
17
17
|
import org.bouncycastle.jce.provider.BouncyCastleProvider
|
|
18
18
|
import org.bouncycastle.jce.spec.ECPublicKeySpec
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@account-kit/react-native-signer",
|
|
3
|
-
"version": "4.53.1
|
|
3
|
+
"version": "4.53.1",
|
|
4
4
|
"author": "Alchemy",
|
|
5
5
|
"description": "React Native compatible Smart Wallets signer",
|
|
6
6
|
"source": "./src/index.tsx",
|
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
"version": "0.42.2"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
|
-
"@aa-sdk/core": "^4.53.1
|
|
146
|
-
"@account-kit/signer": "^4.53.1
|
|
145
|
+
"@aa-sdk/core": "^4.53.1",
|
|
146
|
+
"@account-kit/signer": "^4.53.1",
|
|
147
147
|
"@turnkey/react-native-passkey-stamper": "^1.0.14",
|
|
148
148
|
"uuid": "^11.1.0",
|
|
149
149
|
"viem": "2.29.2"
|
|
150
150
|
},
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "05881685ac5a69c1917e987b0899c553c8bf9bfd"
|
|
152
152
|
}
|