@fluido/dreno-nextjs
Advanced tools
Comparing version
@@ -15,10 +15,10 @@ export type AuthenticationDrenoClient = Awaited<ReturnType<typeof createAuthenticationDrenoClient>>; | ||
id: string; | ||
createdAt: Date; | ||
name: string; | ||
status: "active" | "suspended" | "deleted" | "banished"; | ||
createdAt: Date; | ||
updatedAt: Date; | ||
lastSignInAt: Date; | ||
description?: string | undefined; | ||
imageURL?: string | undefined; | ||
externalId?: string | undefined; | ||
description?: string | undefined; | ||
}; | ||
@@ -25,0 +25,0 @@ token: string; |
@@ -14,10 +14,10 @@ export declare function getInstanceAuthorizationClient(): Promise<{ | ||
id: string; | ||
createdAt: Date; | ||
name: string; | ||
status: "active" | "suspended" | "deleted" | "banished"; | ||
createdAt: Date; | ||
updatedAt: Date; | ||
lastSignInAt: Date; | ||
description?: string | undefined; | ||
imageURL?: string | undefined; | ||
externalId?: string | undefined; | ||
description?: string | undefined; | ||
}; | ||
@@ -24,0 +24,0 @@ token: string; |
@@ -8,10 +8,10 @@ export declare function getUser(forceRefresh?: boolean): Promise<{ | ||
id: string; | ||
createdAt: Date; | ||
name: string; | ||
status: "active" | "suspended" | "deleted" | "banished"; | ||
createdAt: Date; | ||
updatedAt: Date; | ||
lastSignInAt: Date; | ||
description?: string | undefined; | ||
imageURL?: string | undefined; | ||
externalId?: string | undefined; | ||
description?: string | undefined; | ||
}; | ||
@@ -18,0 +18,0 @@ token: string; |
{ | ||
"name": "@fluido/dreno-nextjs", | ||
"version": "0.1.0-alpha-8", | ||
"version": "0.1.0-alpha-9", | ||
"description": "Dreno library", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@fluido/dreno-core": "^0.1.0-alpha-8", | ||
"@fluido/dreno-react": "^0.1.0-alpha-8", | ||
"@fluido/dreno-core": "^0.1.0-alpha-9", | ||
"@fluido/dreno-react": "^0.1.0-alpha-9", | ||
"lodash": "^4.17.21", | ||
@@ -46,0 +46,0 @@ "valibot": "^0.19.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
57660
0.26%3
-25%