@whitesev/utils 1.4.4 → 1.4.6

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.amd.js CHANGED
@@ -3061,7 +3061,7 @@ define((function () { 'use strict';
3061
3061
  UtilsCore.init(option);
3062
3062
  }
3063
3063
  /** 版本号 */
3064
- version = "2024.6.14";
3064
+ version = "2024.6.16";
3065
3065
  addStyle(cssText) {
3066
3066
  if (typeof cssText !== "string") {
3067
3067
  throw new Error("Utils.addStyle 参数cssText 必须为String类型");