Skip to content

Commit

Permalink
Build v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizec committed Dec 5, 2020
1 parent 890079a commit 0d35dc7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.modern.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.module.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export declare type AuthConfigInterface = (props: {
authProvider: typeof Providers.Auth0 | typeof Providers.NetlifyIdentity;
params?: Omit<AuthOptions, "dispatch">;
navigate: Function;
children: ReactNode;
children?: ReactNode;
}) => JSX.Element;
export declare type AuthState = {
user: AuthUser;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-auth",
"version": "0.9.0",
"version": "1.0.0",
"description": "The simplest way to add authentication to your React app. Handles everything for you. Users, login forms, redirects, sharing state between components. Everything",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 0d35dc7

Please sign in to comment.