@icreate/core
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -170,3 +170,3 @@ /* | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-03-11 09:47:27 | ||
* @LastEditTime: 2022-03-11 09:55:07 | ||
* @Descripttion: | ||
@@ -179,7 +179,7 @@ * @FilePath: \src\core\logger.ts | ||
this.color = { | ||
debug: '#569cd6', | ||
info: '#b5cea8', | ||
warn: '#ce9178', | ||
debug: '#6e6e6e', | ||
info: '#2a53cd', | ||
warn: '#f4bd00', | ||
error: '#ce9178', | ||
fatal: '#ce9178' | ||
fatal: '#eb3941' | ||
}; | ||
@@ -201,2 +201,3 @@ } | ||
} | ||
console.log(''); | ||
}; | ||
@@ -203,0 +204,0 @@ /** |
@@ -175,3 +175,3 @@ (function (global, factory) { | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-03-11 09:47:27 | ||
* @LastEditTime: 2022-03-11 09:55:07 | ||
* @Descripttion: | ||
@@ -184,7 +184,7 @@ * @FilePath: \src\core\logger.ts | ||
this.color = { | ||
debug: '#569cd6', | ||
info: '#b5cea8', | ||
warn: '#ce9178', | ||
debug: '#6e6e6e', | ||
info: '#2a53cd', | ||
warn: '#f4bd00', | ||
error: '#ce9178', | ||
fatal: '#ce9178' | ||
fatal: '#eb3941' | ||
}; | ||
@@ -206,2 +206,3 @@ } | ||
} | ||
console.log(''); | ||
}; | ||
@@ -208,0 +209,0 @@ /** |
@@ -7,3 +7,3 @@ "use strict"; | ||
* @LastEditors: 文贝 | ||
* @LastEditTime: 2022-03-11 09:47:27 | ||
* @LastEditTime: 2022-03-11 09:55:07 | ||
* @Descripttion: | ||
@@ -17,7 +17,7 @@ * @FilePath: \src\core\logger.ts | ||
this.color = { | ||
debug: '#569cd6', | ||
info: '#b5cea8', | ||
warn: '#ce9178', | ||
debug: '#6e6e6e', | ||
info: '#2a53cd', | ||
warn: '#f4bd00', | ||
error: '#ce9178', | ||
fatal: '#ce9178' | ||
fatal: '#eb3941' | ||
}; | ||
@@ -39,2 +39,3 @@ } | ||
} | ||
console.log(''); | ||
}; | ||
@@ -41,0 +42,0 @@ /** |
{ | ||
"name": "@icreate/core", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Ics核心包封装", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153820
1924