@codeleap/auth
Advanced tools
+4
-4
| { | ||
| "name": "@codeleap/auth", | ||
| "version": "5.8.21", | ||
| "version": "6.0.1", | ||
| "main": "src/index.ts", | ||
@@ -12,4 +12,4 @@ "license": "UNLICENSED", | ||
| "devDependencies": { | ||
| "@codeleap/config": "5.8.21", | ||
| "@codeleap/types": "5.8.21", | ||
| "@codeleap/config": "6.0.1", | ||
| "@codeleap/types": "6.0.1", | ||
| "ts-node-dev": "1.1.8" | ||
@@ -21,5 +21,5 @@ }, | ||
| "peerDependencies": { | ||
| "@codeleap/types": "5.8.21", | ||
| "@codeleap/types": "6.0.1", | ||
| "typescript": "5.5.2" | ||
| } | ||
| } |
@@ -8,4 +8,4 @@ import { DEFAULT_AUTH_ERRORS } from './data' | ||
| export type Err = TAuthError | null | string | ||
| export type Err = TAuthError | null | string | unknown | ||
| export type DefaultAuthError = keyof typeof DEFAULT_AUTH_ERRORS |
Sorry, the diff of this file is not supported yet
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
5809
0.09%