@authing/react-ui-components 4.4.4-ey.13 → 4.4.4-ey.15
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/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.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -241,6 +241,7 @@
|
|
|
241
241
|
"workbox-webpack-plugin": "5.1.4"
|
|
242
242
|
},
|
|
243
243
|
"resolutions": {
|
|
244
|
-
"lodash": "^4.17.21"
|
|
244
|
+
"lodash": "^4.17.21",
|
|
245
|
+
"moment": "^2.29.4"
|
|
245
246
|
}
|
|
246
247
|
}
|
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.15";
|
|
2
2
|
export default _default;
|