@newview/report-tools 1.0.13 → 1.0.14

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,12 +1,17 @@
1
1
  {
2
2
  "name": "@newview/report-tools",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
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": ["dist/*", "types/*", "package.json", "tsconfig.json"],
9
+ "files": [
10
+ "dist/*",
11
+ "types/*",
12
+ "package.json",
13
+ "tsconfig.json"
14
+ ],
10
15
  "scripts": {
11
16
  "dev": "vite",
12
17
  "build": "run-p type-check build-only",
package/readme.md CHANGED
@@ -1,3 +1,7 @@
1
+
2
+ ### 1.0.14
3
+ 1、修改打印预览显示不同步问题
4
+
1
5
  ### 1.0.13
2
6
  1、根据字段赋值Tag字段替换为tag
3
7