@easyv/admin-utils
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.1-alpha.0
@@ -331,8 +331,8 @@ type ComponentConfig = any[]; | ||
/** | ||
* 彩色打印console | ||
* @param {string} hint 提示内容 | ||
* @param {string} content 打印内容 | ||
* @param {"info"|"warn"|"error"|"trace"} type 打印类型(log,trace,warn,error) | ||
*/ | ||
declare function colorLog(hint: string, content: string, type?: "info" | "warn" | "error" | "trace"): void; | ||
* 彩色打印console | ||
* @param {string} hint 提示内容 | ||
* @param {string} content 打印内容 | ||
* @param {"info"|"warn"|"error"|"trace"} type 打印类型(log,trace,warn,error) | ||
*/ | ||
declare function colorLog(hint: string, content: string, type?: 'info' | 'warn' | 'error' | 'trace'): void; | ||
@@ -380,2 +380,7 @@ /** | ||
}[]; | ||
components: { | ||
type: string; | ||
version: string; | ||
}[]; | ||
handleVersion: string; | ||
}; | ||
@@ -382,0 +387,0 @@ contentFileUrl?: string; |
{ | ||
"name": "@easyv/admin-utils", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.1-alpha.0", | ||
"description": "easyv/twin 公共 utils 集合", | ||
@@ -5,0 +5,0 @@ "types": "./dist/types/index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
170020
5238