@zhangqingcq/vgce 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhangqingcq/vgce",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,13 +13,15 @@
13
13
  "exports": {
14
14
  ".": {
15
15
  "import": "./dist/vgce.js",
16
- "require": "./dist/vgce.umd.cjs"
16
+ "require": "./dist/vgce.umd.cjs",
17
+ "types": "./types/index.d.ts"
17
18
  },
18
19
  "./dist/style.css": {
19
20
  "import": "./dist/style.css",
20
21
  "require": "./dist/style.css"
21
22
  }
22
23
  },
24
+ "types": "types/index.d.ts",
23
25
  "type": "module",
24
26
  "scripts": {
25
27
  "dev": "vite",