@ivujs/i-utils 1.1.13 → 1.1.14

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,5 +1,5 @@
1
1
  /*!
2
- * @ivujs/i-utils v1.1.13
2
+ * @ivujs/i-utils v1.1.14
3
3
  * Copyright 2021-2026, <gao911222@163.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @ivujs/i-utils v1.1.13
2
+ * @ivujs/i-utils v1.1.14
3
3
  * Copyright 2021-2026, <gao911222@163.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @ivujs/i-utils v1.1.13
2
+ * @ivujs/i-utils v1.1.14
3
3
  * Copyright 2021-2026, <gao911222@163.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @ivujs/i-utils v1.1.13
2
+ * @ivujs/i-utils v1.1.14
3
3
  * Copyright 2021-2026, <gao911222@163.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @ivujs/i-utils v1.1.13
2
+ * @ivujs/i-utils v1.1.14
3
3
  * Copyright 2021-2026, <gao911222@163.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @ivujs/i-utils v1.1.13
2
+ * @ivujs/i-utils v1.1.14
3
3
  * Copyright 2021-2026, <gao911222@163.com>
4
4
  * Released under the MIT License.
5
5
  */
@@ -47,6 +47,7 @@ function IUtilsResolver(options) {
47
47
  }
48
48
  }
49
49
  }
50
+ console.log("IUtilsResolver", autoImports.resolverConfig);
50
51
  // 返回解析器
51
52
  return (name) => {
52
53
  if (finalApis.includes(name)) {
@@ -45,6 +45,7 @@ function IUtilsResolver(options) {
45
45
  }
46
46
  }
47
47
  }
48
+ console.log("IUtilsResolver", resolverConfig);
48
49
  // 返回解析器
49
50
  return (name) => {
50
51
  if (finalApis.includes(name)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ivujs/i-utils",
3
3
  "moduleName": "iUtils",
4
- "version": "1.1.13",
4
+ "version": "1.1.14",
5
5
  "type": "module",
6
6
  "description": "前端模块化 JavaScript 工具库",
7
7
  "author": "<gao911222@163.com>",