@whitesev/utils 2.6.1 → 2.6.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/LICENSE +674 -0
- 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/UtilsGMCookie.d.ts +3 -4
- package/package.json +52 -52
- package/src/Utils.ts +1 -1
- package/src/UtilsGMCookie.ts +4 -6
package/dist/index.umd.js
CHANGED
|
@@ -5041,7 +5041,7 @@
|
|
|
5041
5041
|
this.windowApi = new WindowApi(option);
|
|
5042
5042
|
}
|
|
5043
5043
|
/** 版本号 */
|
|
5044
|
-
version = "2025.
|
|
5044
|
+
version = "2025.3.24";
|
|
5045
5045
|
addStyle(cssText) {
|
|
5046
5046
|
if (typeof cssText !== "string") {
|
|
5047
5047
|
throw new Error("Utils.addStyle 参数cssText 必须为String类型");
|