@cclr/utils 0.1.44 → 0.1.47
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/type/index.d.ts +1 -1
- package/package.json +3 -3
package/lib/type/index.d.ts
CHANGED
|
@@ -113,7 +113,7 @@ declare const deepCompareJson: (p1: TAny, p2: TAny) => boolean;
|
|
|
113
113
|
* @description 数组也会被处理
|
|
114
114
|
* @param object
|
|
115
115
|
*/
|
|
116
|
-
declare const deepFilterNil: <T extends TAny>(object: T) =>
|
|
116
|
+
declare const deepFilterNil: <T extends TAny>(object: T) => TPlainObject | T;
|
|
117
117
|
|
|
118
118
|
/**
|
|
119
119
|
* 枚举key变成数组
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cclr/utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "cclr <18843152354@163.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"g:test": "vitest run",
|
|
31
31
|
"g:build": "drr build"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "7e698eb3b9c3e4498659709be4d0b960230e3c62",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@cclr/lang": "
|
|
35
|
+
"@cclr/lang": "0.1.47"
|
|
36
36
|
}
|
|
37
37
|
}
|