v3-utils-lib 1.0.1 → 1.0.3

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "v3-utils-lib",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "前端工具函数库:路由生成、请求封装、分页、加载遮罩",
5
5
  "type": "module",
6
- "main": "./dist/v3-utils-lib.cjs",
6
+ "main": "./dist/v3-utils-lib.js",
7
7
  "module": "./dist/v3-utils-lib.js",
8
8
  "exports": {
9
9
  ".": "./dist/v3-utils-lib.js",