@clerk/clerk-react
Advanced tools
Comparing version 3.2.0 to 3.2.1-staging.0
@@ -1,2 +0,2 @@ | ||
import { SessionResource } from '@clerk/types'; | ||
import { ActiveSessionResource } from '@clerk/types'; | ||
declare type UseSessionReturn = { | ||
@@ -13,3 +13,3 @@ isLoaded: false; | ||
isSignedIn: true; | ||
session: SessionResource; | ||
session: ActiveSessionResource; | ||
}; | ||
@@ -16,0 +16,0 @@ declare type UseSession = () => UseSessionReturn; |
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export declare const LIB_VERSION = "3.2.0"; | ||
export declare const LIB_VERSION = "3.2.1-staging.0"; | ||
export declare const LIB_NAME = "@clerk/clerk-react"; | ||
//# sourceMappingURL=info.d.ts.map |
@@ -5,4 +5,4 @@ "use strict"; | ||
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
exports.LIB_VERSION = '3.2.0'; | ||
exports.LIB_VERSION = '3.2.1-staging.0'; | ||
exports.LIB_NAME = '@clerk/clerk-react'; | ||
//# sourceMappingURL=info.js.map |
{ | ||
"name": "@clerk/clerk-react", | ||
"version": "3.2.0", | ||
"version": "3.2.1-staging.0", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "description": "Clerk.dev React library", | ||
"dependencies": { | ||
"@clerk/types": "^2.2.0", | ||
"@clerk/types": "^2.2.1-staging.0", | ||
"tslib": "^2.3.1" | ||
@@ -71,3 +71,3 @@ }, | ||
"homepage": "https://clerk.dev/", | ||
"gitHead": "c55ec419ca457423883d18581f1b6adfe3528717" | ||
"gitHead": "5c96f5d6c31d0676a0bcfaf96695aa830e53dc26" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { SessionResource } from '@clerk/types'; | ||
import { ActiveSessionResource } from '@clerk/types'; | ||
@@ -8,3 +8,3 @@ import { useSessionContext } from '../contexts/SessionContext'; | ||
| { isLoaded: true; isSignedIn: false; session: null } | ||
| { isLoaded: true; isSignedIn: true; session: SessionResource }; | ||
| { isLoaded: true; isSignedIn: true; session: ActiveSessionResource }; | ||
@@ -11,0 +11,0 @@ type UseSession = () => UseSessionReturn; |
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export const LIB_VERSION = '3.2.0'; | ||
export const LIB_VERSION = '3.2.1-staging.0'; | ||
export const LIB_NAME = '@clerk/clerk-react'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
224275
1