@authing/native-js-ui-components 4.5.22 → 4.5.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.min.js +1 -1
- package/lib/typings/index.d.ts +1 -1
- package/package.json +2 -2
package/lib/typings/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface NativeGuardConstructor {
|
|
|
11
11
|
(appId?: string | NativeGuardProps, config?: Partial<GuardLocalConfig>, tenantId?: string, authClient?: AuthenticationClient): void;
|
|
12
12
|
(props: NativeGuardProps): void;
|
|
13
13
|
}
|
|
14
|
-
export type GuardEventListeners = {
|
|
14
|
+
export declare type GuardEventListeners = {
|
|
15
15
|
[key in keyof GuardEventsKebabToCamelType]: Exclude<Required<GuardEventsKebabToCamelType>[key], undefined>[];
|
|
16
16
|
};
|
|
17
17
|
export declare class Guard {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/native-js-ui-components",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.23",
|
|
4
4
|
"description": "Authing Guard for Native",
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"module": "lib/index.min.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "https://github.com/authing",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@authing/guard-shim-react": "^4.5.
|
|
21
|
+
"@authing/guard-shim-react": "^4.5.23",
|
|
22
22
|
"react": "^16.13.1",
|
|
23
23
|
"react-dom": "^16.13.1"
|
|
24
24
|
},
|