@reclaimprotocol/inapp-rn-sdk 0.7.1 → 0.7.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/README.md +2 -2
- package/ios/inapp_rn_sdk/Api.swift +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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)
|
|
@@ -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.
|
|
3
|
+
"version": "0.7.2",
|
|
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",
|