operp-print-designer 1.0.2 → 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,7 +1,7 @@
1
1
  {
2
2
  "name": "operp-print-designer",
3
3
  "private": false,
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "type": "module",
6
6
  "description": "一个功能强大的打印模板设计器组件,支持拖拽、数据绑定和打印预览",
7
7
  "main": "./dist/print-designer.umd.js",
@@ -21,7 +21,7 @@
21
21
  "dev": "vite",
22
22
  "build": "tsc -b && vite build",
23
23
  "preview": "vite preview",
24
- "build:lib": "vite build"
24
+ "build:lib": "tsc && vite build"
25
25
  },
26
26
  "keywords": [
27
27
  "print",