@bifold/react-native-attestation 2.12.1 → 2.12.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.
@@ -269,7 +269,7 @@ RCT_EXPORT_METHOD(appleAttestation:(NSString *)keyId
269
269
  }
270
270
 
271
271
  RCT_EXPORT_METHOD(getAppStoreReceipt:(RCTPromiseResolveBlock)resolve
272
- rejecter:(RCTPromiseRejectBlock)reject) {
272
+ reject:(RCTPromiseRejectBlock)reject) {
273
273
  NSURL *appStoreReceiptURL = [[NSBundle mainBundle] appStoreReceiptURL];
274
274
 
275
275
  if (appStoreReceiptURL && [[NSFileManager defaultManager] fileExistsAtPath:[appStoreReceiptURL path]]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifold/react-native-attestation",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "description": "Mobile app attestation",
5
5
  "main": "build/commonjs/index.js",
6
6
  "module": "build/module/index.js",