@whitesev/utils 1.1.6 → 1.1.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.esm.js CHANGED
@@ -3355,9 +3355,7 @@ class Utils {
3355
3355
  * 颜色转换
3356
3356
  * @returns
3357
3357
  */
3358
- ColorConversion() {
3359
- return new ColorConversion();
3360
- }
3358
+ ColorConversion = ColorConversion;
3361
3359
  deepClone(obj) {
3362
3360
  let UtilsContext = this;
3363
3361
  if (obj === void 0)