react-native-authsignal 0.3.7 → 0.3.8

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.
@@ -14,8 +14,8 @@ RCT_EXTERN_METHOD(signUp:(NSString)token
14
14
  resolver:(RCTPromiseResolveBlock)resolve
15
15
  rejecter:(RCTPromiseRejectBlock)reject)
16
16
 
17
- RCT_EXTERN_METHOD(signIn:(NSString*)action
18
- withToken(NSString*)token
17
+ RCT_EXTERN_METHOD(signIn:(NSString)action
18
+ withToken:(NSString)token
19
19
  withAutofill:(BOOL)autofill
20
20
  resolver:(RCTPromiseResolveBlock)resolve
21
21
  rejecter:(RCTPromiseRejectBlock)reject)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-authsignal",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "The official Authsignal React Native library.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",