@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.
@@ -25,6 +25,7 @@ include_directories(
25
25
 
26
26
  add_library(mopro-ffi SHARED
27
27
  ../cpp/mopro-ffi.cpp
28
+ ../cpp/generated/mopro_umbra_2.cpp
28
29
  cpp-adapter.cpp
29
30
  )
30
31
 
@@ -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 = 29;
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@umbra-privacy/rn-zk-prover",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "description": "ZK Prover bindings for React Native for Umbra Privacy ZKs",
6
6
  "main": "./lib/module/index.js",
7
7
  "types": "./lib/typescript/src/index.d.ts",
@@ -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 = 29;
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) {