Skip to content

Commit

Permalink
build files
Browse files Browse the repository at this point in the history
  • Loading branch information
powerful23 committed Jan 16, 2018
1 parent 3f72b77 commit ad19972
Show file tree
Hide file tree
Showing 37 changed files with 91 additions and 45 deletions.
2 changes: 1 addition & 1 deletion packages/aws-amplify/lib/API/RestClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-amplify/lib/API/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-amplify/lib/API/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/aws-amplify/lib/API/types/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-amplify/lib/Analytics/Analytics.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-amplify/lib/Analytics/Analytics.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/aws-amplify/lib/Auth/Auth.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class AuthClass {
* @param {Object} attributeList - Other attributes
* @return - A promise resolves callback data if success
*/
signUp(username: string, password: string, email: string, phone_number: string): Promise<any>;
signUp(attrs: string | object, ...restOfAttrs: string[]): Promise<any>;
/**
* Send the verfication code to confirm sign up
* @param {String} username - The username to be confirmed
Expand Down
41 changes: 32 additions & 9 deletions packages/aws-amplify/lib/Auth/Auth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-amplify/lib/Auth/Auth.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/aws-amplify/lib/Cache/BrowserStorageCache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ad19972

Please sign in to comment.