@umbra-privacy/rn-zk-prover 1.0.0 → 1.0.2
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/CMakeLists.txt
CHANGED
|
@@ -521,7 +521,7 @@ const FfiConverterMapStringArrayString = new FfiConverterMap(FfiConverterString,
|
|
|
521
521
|
*/
|
|
522
522
|
function uniffiEnsureInitialized() {
|
|
523
523
|
// Get the bindings contract version from our ComponentInterface
|
|
524
|
-
const bindingsContractVersion =
|
|
524
|
+
const bindingsContractVersion = 30;
|
|
525
525
|
// Get the scaffolding contract version by calling the into the dylib
|
|
526
526
|
const scaffoldingContractVersion = nativeModule().ubrn_ffi_mopro_umbra_2_uniffi_contract_version();
|
|
527
527
|
if (bindingsContractVersion !== scaffoldingContractVersion) {
|
package/package.json
CHANGED
|
@@ -791,7 +791,7 @@ const FfiConverterMapStringArrayString = new FfiConverterMap(FfiConverterString,
|
|
|
791
791
|
*/
|
|
792
792
|
function uniffiEnsureInitialized() {
|
|
793
793
|
// Get the bindings contract version from our ComponentInterface
|
|
794
|
-
const bindingsContractVersion =
|
|
794
|
+
const bindingsContractVersion = 30;
|
|
795
795
|
// Get the scaffolding contract version by calling the into the dylib
|
|
796
796
|
const scaffoldingContractVersion = nativeModule().ubrn_ffi_mopro_umbra_2_uniffi_contract_version();
|
|
797
797
|
if (bindingsContractVersion !== scaffoldingContractVersion) {
|