@reclaimprotocol/inapp-rn-sdk 0.7.1 → 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/README.md CHANGED
@@ -294,11 +294,11 @@ error.innerError
294
294
 
295
295
  ### Build failures for iOS in 0.7.0
296
296
 
297
- - An accidental breaking change causes 0.7.0 to fail with build failures for ios. 0.7.1 fixes this issue.
297
+ - An accidental breaking change causes 0.7.0, 0.7.1 to fail with build failures for ios. 0.7.2 fixes this issue.
298
298
 
299
299
  ## Migration
300
300
 
301
- - Migration steps for [0.7.1](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#071)
301
+ - Migration steps for [0.7.2](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#072)
302
302
  - Migration steps for [0.6.0](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#060)
303
303
  - Migration steps for [0.3.1](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#031)
304
304
  - Migration steps for [0.3.0](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#030)
@@ -118,7 +118,7 @@ dependencies {
118
118
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
119
119
 
120
120
  //noinspection UseTomlInstead
121
- implementation "org.reclaimprotocol:inapp_sdk:0.7.0"
121
+ implementation "org.reclaimprotocol:inapp_sdk:0.7.3"
122
122
  }
123
123
 
124
124
  if (isNewArchitectureEnabled()) {
@@ -512,7 +512,7 @@ public typealias ReclaimVerificationOptionFetchAttestorAuthRequestHandler = (
512
512
  attestorAuthRequestProvider: attestorAuthRequestProvider,
513
513
  claimCreationType: claimCreationTypeApi(),
514
514
  canAutoSubmit: canAutoSubmit,
515
- isCloseButtonVisible: isCloseButtonVisible,
515
+ isCloseButtonVisible: isCloseButtonVisible
516
516
  )
517
517
  }
518
518
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reclaimprotocol/inapp-rn-sdk",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Reclaim Protocol's InApp React Native SDK for ZK proof generations for requests with an in-app experience of web verification",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",