@remote.it/types
Advanced tools
Comparing version 0.5.4 to 0.5.5
{ | ||
"name": "@remote.it/types", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "remote.it Typescript type definitions", | ||
@@ -20,3 +20,3 @@ "types": "types.d.ts", | ||
"license": "MIT", | ||
"gitHead": "c0dc309955ca3964b04b376fe694c95489eea254" | ||
"gitHead": "4c94bd01e59e1a1a22f35b9140c2d8c49175d92c" | ||
} |
@@ -111,3 +111,3 @@ // import { Auth } from 'aws-amplify' | ||
export type SignUpFunc = (username: string, password: string) => Promise<CognitoUserResult> | ||
export type SignUpFunc = (username: string, password: string) => Promise<Void> | ||
@@ -114,0 +114,0 @@ export type ResendFunc = (username: string) => Promise<void> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5835