@aomex/helper
Advanced tools
Comparing version 0.0.2 to 0.0.3
# @aomex/helper | ||
## 0.0.3 | ||
### Patch Changes | ||
- [`146b6b5`](https://github.com/aomex/aomex/commit/146b6b5f09d4b9f557c1771686f3585bebf4cfc9) Thanks [@geekact](https://github.com/geekact)! - refactor(helper): 重命名 color 为 chalk | ||
## 0.0.2 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
export { default as color } from 'chalk'; | ||
export { default as chalk } from 'chalk'; | ||
@@ -3,0 +3,0 @@ declare function toArray<T>(data: T | readonly T[], unique?: boolean): T[]; |
@@ -14,3 +14,3 @@ // src/to-array.ts | ||
export { | ||
default2 as color, | ||
default2 as chalk, | ||
sleep, | ||
@@ -17,0 +17,0 @@ toArray |
{ | ||
"name": "@aomex/helper", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
4231