@whitesev/utils 1.1.6 → 1.1.7

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.umd.js CHANGED
@@ -3361,9 +3361,7 @@
3361
3361
  * 颜色转换
3362
3362
  * @returns
3363
3363
  */
3364
- ColorConversion() {
3365
- return new ColorConversion();
3366
- }
3364
+ ColorConversion = ColorConversion;
3367
3365
  deepClone(obj) {
3368
3366
  let UtilsContext = this;
3369
3367
  if (obj === void 0)