@newview/report-tools 1.0.24 → 1.0.25

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,24 +1,19 @@
1
1
  {
2
2
  "name": "@newview/report-tools",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/report-tools.umd.cjs",
7
7
  "module": "./dist/report-tools.js",
8
8
  "typings": "types/index.d.ts",
9
- "files": [
10
- "dist/*",
11
- "types/*",
12
- "package.json",
13
- "tsconfig.json"
14
- ],
9
+ "files": ["dist/*", "types/*", "package.json", "tsconfig.json"],
15
10
  "scripts": {
16
11
  "dev": "vite",
17
12
  "build": "run-p type-check build-only",
18
13
  "preview": "vite preview",
19
14
  "p": "npm publish --access public",
20
15
  "type-check": "vue-tsc --noEmit",
21
- "build-only": "vite build "
16
+ "build-only": "vite build --watch"
22
17
  },
23
18
  "devDependencies": {
24
19
  "microbundle": "0.15.1",
package/readme.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.0.25
2
+ 1、报表预览打印分页问题处理
3
+
1
4
  ### 1.0.21
2
5
  1、报表打印边距配置应用
3
6