@vtj/utils 0.9.0-alpha.8 → 0.9.0
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.cjs +3 -3
- package/dist/index.iife.js +26 -26
- package/dist/index.mjs +3 -3
- package/dist/index.umd.js +26 -26
- package/package.json +3 -3
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
@@ -15,10 +15,10 @@ export * from "@vtj/base";
|
|
15
15
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
16
16
|
* @name @vtj/utils
|
17
17
|
* @author CHC chenhuachun1549@dingtalk.com
|
18
|
-
* @version 0.9.0
|
18
|
+
* @version 0.9.0
|
19
19
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
20
20
|
*/
|
21
|
-
const gs = "0.9.0
|
21
|
+
const gs = "0.9.0";
|
22
22
|
/**
|
23
23
|
* @vue/shared v3.5.13
|
24
24
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
@@ -2198,7 +2198,7 @@ const Kr = Wr({
|
|
2198
2198
|
});
|
2199
2199
|
function $r(e) {
|
2200
2200
|
const t = typeof e == "string" ? { url: e } : e;
|
2201
|
-
return (n, r) => Kr.send(W(t, r || {}, { data: n }));
|
2201
|
+
return (n, r) => Kr.send(W({}, t, r || {}, { data: n }));
|
2202
2202
|
}
|
2203
2203
|
function ys(e) {
|
2204
2204
|
const t = {};
|