@authing/react-ui-components 4.4.4-ey.2 → 4.4.4-ey.3
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.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +4 -1
- package/types/EY/interface.d.ts +0 -1
- package/types/Type/application.d.ts +1 -2
- package/types/_utils/index.d.ts +1 -1
- package/types/version/version.d.ts +1 -1
- package/types/EY/InviteIdentityBind/component/WeComQrcodeNew.d.ts +0 -2
- package/types/EY/Login/components/EyLoginWithWeComQrcodeNew.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/react-ui-components",
|
|
3
|
-
"version": "4.4.4-ey.
|
|
3
|
+
"version": "4.4.4-ey.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -238,5 +238,8 @@
|
|
|
238
238
|
"webpack-dev-server": "3.11.0",
|
|
239
239
|
"webpack-manifest-plugin": "2.2.0",
|
|
240
240
|
"workbox-webpack-plugin": "5.1.4"
|
|
241
|
+
},
|
|
242
|
+
"resolutions": {
|
|
243
|
+
"lodash": "^4.17.21"
|
|
241
244
|
}
|
|
242
245
|
}
|
package/types/EY/interface.d.ts
CHANGED
|
@@ -11,8 +11,7 @@ export declare enum LoginMethods {
|
|
|
11
11
|
AD = "ad",
|
|
12
12
|
WechatMpQrcode = "wechatmp-qrcode",
|
|
13
13
|
AuthingOtpPush = "authing-otp-push",
|
|
14
|
-
WechatworkCorpQrconnect = "wechatwork-service-provider-qrconnect"
|
|
15
|
-
WechatworkCorpQrconnectNew = "wechatwork-service-provider-qrconnect-v2"
|
|
14
|
+
WechatworkCorpQrconnect = "wechatwork-service-provider-qrconnect"
|
|
16
15
|
}
|
|
17
16
|
export declare enum OIDCConnectionMode {
|
|
18
17
|
FRONT_CHANNEL = "FRONT_CHANNEL",
|
package/types/_utils/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare const getClassnames: (classnames: (string | boolean | undefined)[
|
|
|
27
27
|
* @param item
|
|
28
28
|
* @returns {boolean}
|
|
29
29
|
*/
|
|
30
|
-
export declare function isObject(item: any):
|
|
30
|
+
export declare function isObject(item: any): any;
|
|
31
31
|
/**
|
|
32
32
|
* https://www.itranslater.com/qa/details/2115518846294557696
|
|
33
33
|
* Deep merge two objects.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.4.4-ey.
|
|
1
|
+
declare const _default: "4.4.4-ey.3";
|
|
2
2
|
export default _default;
|