@minto-ai/tools 1.0.40 → 1.0.45

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.
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * 将对象转换为 URL 查询字符串。
3
- *
4
- * 该函数会遍历对象的键值对,将每个键和值进行 URL 编码,
5
- * 然后以 "key=value" 的形式拼接成字符串,并用 "&" 符号连接。
3
+ * 该函数会遍历对象的键值对,将每个键和值进行 URL 编码,然后以 "key=value" 的形式拼接成字符串,并用 "&" 符号连接。
6
4
  *
7
5
  * @param obj - 需要转换的对象,对象的键为字符串,值为任意类型。
8
6
  * @returns 转换后的 URL 查询字符串。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@minto-ai/tools",
3
3
  "type": "module",
4
- "version": "1.0.40",
4
+ "version": "1.0.45",
5
5
  "description": "明途公共工具库",
6
6
  "author": "hcc",
7
7
  "license": "ISC",