@libs-ui/utils 0.2.323-0 → 0.2.325-0

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/helpers.d.ts CHANGED
@@ -27,7 +27,7 @@ export declare const isNil: (value: unknown, options?: {
27
27
  * isEmpty([1, 2, 3]); // false
28
28
  * isEmpty({ a: 1 }); // false
29
29
  */
30
- export declare const isEmpty: (value: unknown, options?: {
30
+ export declare const isEmpty: (value: any, options?: {
31
31
  ignoreCheckTypePrimitive?: boolean;
32
32
  ignoreUnWrapSignal?: boolean;
33
33
  ignoreCheckString?: boolean;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@libs-ui/utils",
3
- "version": "0.2.323-0",
3
+ "version": "0.2.325-0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
7
  "crypto-es": "^2.1.0",
8
8
  "dayjs": "1.11.5",
9
- "@libs-ui/interfaces-types": "0.2.323-0",
9
+ "@libs-ui/interfaces-types": "0.2.325-0",
10
10
  "rxjs": "~7.8.0"
11
11
  },
12
12
  "sideEffects": false,