@vtj/utils 0.18.1 → 0.18.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.mjs CHANGED
@@ -18,10 +18,10 @@ import { default as Ge } from "axios";
18
18
  * Copyright (c) 2026, VTJ.PRO All rights reserved.
19
19
  * @name @vtj/utils
20
20
  * @author CHC chenhuachun1549@dingtalk.com
21
- * @version 0.18.1
21
+ * @version 0.18.2
22
22
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
23
23
  */
24
- const Le = "0.18.1", Q = {
24
+ const Le = "0.18.2", Q = {
25
25
  form: "application/x-www-form-urlencoded",
26
26
  json: "application/json",
27
27
  data: "multipart/form-data"