@lntvow/utils 1.7.7 → 1.7.8
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/dist/index.d.ts +3 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -58,17 +58,17 @@ declare interface InitConsoleOptions {
|
|
|
58
58
|
* @description 缓存的key
|
|
59
59
|
* @default LNTVOW_CONSOLE
|
|
60
60
|
*/
|
|
61
|
-
name
|
|
61
|
+
name?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @description 显示console的时间 单位s
|
|
64
64
|
* @default 3600 一个小时
|
|
65
65
|
*/
|
|
66
|
-
time
|
|
66
|
+
time?: number;
|
|
67
67
|
/**
|
|
68
68
|
* @description 显示console的事件触发次数
|
|
69
69
|
* @default 20
|
|
70
70
|
*/
|
|
71
|
-
count
|
|
71
|
+
count?: number;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
export declare const isArray: (arg: any) => arg is any[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lntvow/utils",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.8",
|
|
4
4
|
"description": "工具库",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"module": "dist/index.mjs",
|
|
13
13
|
"types": "dist/index.d.ts",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@lntvow/eslint-config": "^8.2.
|
|
15
|
+
"@lntvow/eslint-config": "^8.2.5",
|
|
16
16
|
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
17
17
|
"bumpp": "^9.1.1",
|
|
18
18
|
"commitizen": "^4.3.0",
|