cd-vue-filter 2.2.9 → 2.3.0

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 +3 -2
package/package.json CHANGED
@@ -1,18 +1,19 @@
1
1
  {
2
2
  "name": "cd-vue-filter",
3
- "version": "2.2.9",
3
+ "version": "2.3.0",
4
4
  "type": "module",
5
5
  "description": "一个功能强大的 Vue 3 过滤器组件,支持多种字段类型和操作符",
6
6
  "main": "./dist/cd-vue-filter.umd.cjs",
7
7
  "module": "./dist/cd-vue-filter.js",
8
8
  "types": "./dist/index.d.ts",
9
+ "style": "./dist/style.css",
9
10
  "exports": {
10
11
  ".": {
11
12
  "import": "./dist/cd-vue-filter.js",
12
13
  "require": "./dist/cd-vue-filter.umd.cjs",
13
14
  "types": "./dist/index.d.ts"
14
15
  },
15
- "./dist/style.css": "./dist/style.css"
16
+ "./style.css": "./dist/style.css"
16
17
  },
17
18
  "files": [
18
19
  "dist"