@remote.it/types
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "@remote.it/types", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "remote.it Typescript type definitions", | ||
@@ -20,3 +20,3 @@ "types": "types.d.ts", | ||
"license": "MIT", | ||
"gitHead": "c71e10ad2e9cad11d0433e32dbda5ceae4347320" | ||
"gitHead": "c0dc309955ca3964b04b376fe694c95489eea254" | ||
} |
@@ -111,3 +111,3 @@ // import { Auth } from 'aws-amplify' | ||
export type SignUpFunc = (username: string, password: string) => Promise<void> | ||
export type SignUpFunc = (username: string, password: string) => Promise<CognitoUserResult> | ||
@@ -148,2 +148,1 @@ 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
5848