@ivujs/i-utils 1.1.3 → 1.1.4

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.
@@ -0,0 +1,6 @@
1
+ import type * as iUtils from "./index.ts";
2
+
3
+ declare global {
4
+ const iUtils: typeof iUtils;
5
+ }
6
+ export {};
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @ivujs/i-utils v1.1.3
2
+ * @ivujs/i-utils v1.1.4
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.3
2
+ * @ivujs/i-utils v1.1.4
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.3
2
+ * @ivujs/i-utils v1.1.4
3
3
  * Copyright 2021-2026, <gao911222@163.com>
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ivujs/i-utils",
3
3
  "moduleName": "iUtils",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "type": "module",
6
6
  "description": "前端模块化 JavaScript 工具库",
7
7
  "author": "<gao911222@163.com>",
@@ -23,6 +23,9 @@
23
23
  "import": "./dist/es/index.mjs",
24
24
  "require": "./dist/cjs/index.cjs"
25
25
  },
26
+ "./global": {
27
+ "types": "./dist/global.d.ts"
28
+ },
26
29
  "./es": {
27
30
  "types": "./dist/es/index.d.ts",
28
31
  "import": "./dist/es/index.mjs"