@umbra-privacy/rn-zk-prover 3.0.0 → 3.0.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/MoproFfi.podspec CHANGED
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.source = { :git => "https://github.com/zkmopro/react-native-app.git", :tag => "#{s.version}" }
17
17
 
18
18
  # Download xcframework from CloudFront
19
- xcframework_url = "https://d3j9fjdkre529f.cloudfront.net/v2/static/MoproBindings.xcframework.zip"
19
+ xcframework_url = "https://d3j9fjdkre529f.cloudfront.net/v3/static/MoproBindings.xcframework.zip"
20
20
  s.prepare_command = <<-CMD
21
21
  set -e
22
22
 
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
38
38
 
39
39
  echo "▶︎ Downloading MoproBindings.xcframework…"
40
40
  curl -L -o MoproBindings.xcframework.zip \
41
- "https://d3j9fjdkre529f.cloudfront.net/v2/static/MoproBindings.xcframework.zip"
41
+ "https://d3j9fjdkre529f.cloudfront.net/v3/static/MoproBindings.xcframework.zip"
42
42
 
43
43
  echo "▶︎ Unzipping…"
44
44
  unzip -o MoproBindings.xcframework.zip
@@ -26,7 +26,6 @@ include_directories(
26
26
  add_library(mopro-ffi SHARED
27
27
  ../cpp/mopro-ffi.cpp
28
28
  ../cpp/generated/mopro_umbra_2.cpp
29
- ../cpp/generated/mopro_umbra_2.cpp
30
29
  cpp-adapter.cpp
31
30
  )
32
31
 
@@ -1,7 +1,7 @@
1
1
  // Generated by uniffi-bindgen-react-native
2
2
 
3
3
  // Download prebuilt jniLibs from CloudFront
4
- def androidJniLibsUrl = "https://d3j9fjdkre529f.cloudfront.net/v2/static/MoproBindings-android-jniLibs.zip"
4
+ def androidJniLibsUrl = "https://d3j9fjdkre529f.cloudfront.net/v3/static/MoproBindings-android-jniLibs.zip"
5
5
  def jniLibsDir = file("${projectDir}/src/main/jniLibs")
6
6
 
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbra-privacy/rn-zk-prover",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "ZK Prover bindings for React Native for Umbra Privacy ZKs",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",