Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d35dc7

Browse files
committed
Build v1.0.0
1 parent890079a commit0d35dc7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎dist/index.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/index.modern.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/index.module.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/index.umd.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/types.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export declare type AuthConfigInterface = (props: {
1818
authProvider:typeofProviders.Auth0|typeofProviders.NetlifyIdentity;
1919
params?:Omit<AuthOptions,"dispatch">;
2020
navigate:Function;
21-
children:ReactNode;
21+
children?:ReactNode;
2222
})=>JSX.Element;
2323
exportdeclaretypeAuthState={
2424
user:AuthUser;

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"react-use-auth",
3-
"version":"0.9.0",
3+
"version":"1.0.0",
44
"description":"The simplest way to add authentication to your React app. Handles everything for you. Users, login forms, redirects, sharing state between components. Everything",
55
"source":"src/index.ts",
66
"main":"dist/index.js",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp