@fox-js/foxui-pad 4.1.0 → 4.1.1-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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pad",
3
3
  "type": "module",
4
- "version": "4.1.0",
4
+ "version": "4.1.1-2",
5
5
  "description": "FoxUI PAD端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",
@@ -10,6 +10,7 @@
10
10
  "style": "./dist/style.css",
11
11
  "exports": {
12
12
  ".": {
13
+ "types": "./dist/types/index.d.ts",
13
14
  "import": "./dist/index.esm.js",
14
15
  "require": "./dist/index.umd.js"
15
16
  },
@@ -41,5 +42,10 @@
41
42
  },
42
43
  "license": "",
43
44
  "repository": "",
44
- "dependencies": {}
45
- }
45
+ "dependencies": {},
46
+ "peerDependencies": {
47
+ "@element-plus/icons-vue": ">=2.3.1",
48
+ "dayjs": ">=1.0.0",
49
+ "element-plus": ">=2.7.6"
50
+ }
51
+ }
package/dist/style.esm.js DELETED
@@ -1,3 +0,0 @@
1
- /*!
2
- * @fox-js/foxui-desktop v4.0.0 Wed Jun 26 2024 22:12:10 GMT+0800 (中国标准时间)
3
- */