@breeztech/breez-sdk-spark-react-native 0.7.2 → 0.7.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breeztech/breez-sdk-spark-react-native",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "React Native bindings for the Breez SDK - Nodeless (Spark Implementation)",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -197,7 +197,7 @@
197
197
  "version": "0.49.0"
198
198
  },
199
199
  "checksums": {
200
- "android": "583da057743dae899bf7d35a7f2942e1593ce642fe06c0a135766217e13c127e",
201
- "ios": "7f9a1624910dfe8a8d978fe733ee784954629eaccb08b1218e344ae0623219b6"
200
+ "android": "ea7a9c3d23a57b0912ef41c9c26e8a6fb450d168405c898ca53ed39952d8c207",
201
+ "ios": "0826a0c50b5eb5000f409cd1d3e0809de74f9ba982d71907347ab92f77647b7c"
202
202
  }
203
203
  }
@@ -87,7 +87,7 @@ interface NativeModuleInterface {
87
87
  ubrn_uniffi_breez_sdk_spark_fn_method_breezsdk_disconnect(
88
88
  ptr: bigint
89
89
  ): bigint;
90
- ubrn_uniffi_breez_sdk_spark_fn_method_breezsdk_fetch_token_conversion_limits(
90
+ ubrn_uniffi_breez_sdk_spark_fn_method_breezsdk_fetch_conversion_limits(
91
91
  ptr: bigint,
92
92
  request: Uint8Array
93
93
  ): bigint;
@@ -712,7 +712,7 @@ interface NativeModuleInterface {
712
712
  ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_claim_htlc_payment(): number;
713
713
  ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_delete_lightning_address(): number;
714
714
  ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_disconnect(): number;
715
- ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_fetch_token_conversion_limits(): number;
715
+ ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_fetch_conversion_limits(): number;
716
716
  ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_info(): number;
717
717
  ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_leaf_optimization_progress(): number;
718
718
  ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_lightning_address(): number;