@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.
- package/dist/index.amd.js +1 -1
- package/dist/index.amd.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/index.system.js +1 -1
- package/dist/index.system.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/src/Httpx.d.ts +1 -1
- package/dist/types/src/types/Httpx.d.ts +7 -0
- package/package.json +1 -1
- package/src/Httpx.ts +1 -0
- package/src/Utils.ts +1 -1
- package/src/types/Httpx.d.ts +7 -0
package/dist/index.amd.js
CHANGED
|
@@ -4066,7 +4066,7 @@ define((function () { 'use strict';
|
|
|
4066
4066
|
this.windowApi = new WindowApi(option);
|
|
4067
4067
|
}
|
|
4068
4068
|
/** 版本号 */
|
|
4069
|
-
version = "2024.10.
|
|
4069
|
+
version = "2024.10.29";
|
|
4070
4070
|
addStyle(cssText) {
|
|
4071
4071
|
if (typeof cssText !== "string") {
|
|
4072
4072
|
throw new Error("Utils.addStyle 参数cssText 必须为String类型");
|