From b3eaf833add47ae6d0204ce24ffae2620820f183 Mon Sep 17 00:00:00 2001 From: Tomasz Sapeta Date: Wed, 5 Feb 2020 14:04:00 +0100 Subject: [PATCH] [local-authentication] Rebuild local authentication package --- .../build/LocalAuthentication.types.d.ts | 2 ++ .../build/LocalAuthentication.types.js.map | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/expo-local-authentication/build/LocalAuthentication.types.d.ts b/packages/expo-local-authentication/build/LocalAuthentication.types.d.ts index 791c9c35b13e8..42c48faca3895 100644 --- a/packages/expo-local-authentication/build/LocalAuthentication.types.d.ts +++ b/packages/expo-local-authentication/build/LocalAuthentication.types.d.ts @@ -10,5 +10,7 @@ export declare enum AuthenticationType { } export declare type AuthOptions = { promptMessage?: string; + cancelLabel?: string; fallbackLabel?: string; + disableDeviceFallback?: boolean; }; diff --git a/packages/expo-local-authentication/build/LocalAuthentication.types.js.map b/packages/expo-local-authentication/build/LocalAuthentication.types.js.map index c5f3a5e2f7ce9..ff8bfb973b41d 100644 --- a/packages/expo-local-authentication/build/LocalAuthentication.types.js.map +++ b/packages/expo-local-authentication/build/LocalAuthentication.types.js.map @@ -1 +1 @@ -{"version":3,"file":"LocalAuthentication.types.js","sourceRoot":"","sources":["../src/LocalAuthentication.types.ts"],"names":[],"mappings":"AAEA,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,yEAAe,CAAA;IACf,uFAAsB,CAAA;AACxB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B","sourcesContent":["export type LocalAuthenticationResult = { success: true } | { success: false; error: string };\n\nexport enum AuthenticationType {\n FINGERPRINT = 1,\n FACIAL_RECOGNITION = 2,\n}\n\nexport type AuthOptions = {\n // iOS only\n promptMessage?: string;\n fallbackLabel?: string;\n};\n"]} \ No newline at end of file +{"version":3,"file":"LocalAuthentication.types.js","sourceRoot":"","sources":["../src/LocalAuthentication.types.ts"],"names":[],"mappings":"AAEA,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,yEAAe,CAAA;IACf,uFAAsB,CAAA;AACxB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B","sourcesContent":["export type LocalAuthenticationResult = { success: true } | { success: false; error: string };\n\nexport enum AuthenticationType {\n FINGERPRINT = 1,\n FACIAL_RECOGNITION = 2,\n}\n\nexport type AuthOptions = {\n // iOS only\n promptMessage?: string;\n cancelLabel?: string;\n fallbackLabel?: string;\n disableDeviceFallback?: boolean;\n};\n"]} \ No newline at end of file