@whitesev/utils 2.4.1 → 2.4.2

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.
@@ -4069,7 +4069,7 @@ System.register('Utils', [], (function (exports) {
4069
4069
  this.windowApi = new WindowApi(option);
4070
4070
  }
4071
4071
  /** 版本号 */
4072
- version = "2024.10.28";
4072
+ version = "2024.10.29";
4073
4073
  addStyle(cssText) {
4074
4074
  if (typeof cssText !== "string") {
4075
4075
  throw new Error("Utils.addStyle 参数cssText 必须为String类型");