react-native-authsignal 2.3.0 → 2.3.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.
@@ -23,11 +23,11 @@ RCT_EXTERN_METHOD(signIn:(NSString)action
23
23
  resolver:(RCTPromiseResolveBlock)resolve
24
24
  rejecter:(RCTPromiseRejectBlock)reject)
25
25
 
26
- RCT_EXTERN_METHOD(shouldPromptToCreatePasskey:(RCTPromiseResolveBlock)resolve
26
+ RCT_EXTERN_METHOD(shouldPromptToCreatePasskey:(NSString)username
27
+ resolver:(RCTPromiseResolveBlock)resolve
27
28
  rejecter:(RCTPromiseRejectBlock)reject)
28
29
 
29
- RCT_EXTERN_METHOD(isAvailableOnDevice:(NSString)username
30
- resolver:(RCTPromiseResolveBlock)resolve
30
+ RCT_EXTERN_METHOD(isAvailableOnDevice:(RCTPromiseResolveBlock)resolve
31
31
  rejecter:(RCTPromiseRejectBlock)reject)
32
32
 
33
33
  RCT_EXTERN__BLOCKING_SYNCHRONOUS_METHOD(cancel)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-authsignal",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "The official Authsignal React Native library.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",