@newview/report-tools 1.0.15 → 1.0.16

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/report-tools",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/report-tools.umd.cjs",
package/readme.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.0.16
2
+ 1、增加获取报表html内容方法
3
+
1
4
  ### 1.0.15
2
5
  1、修改批量打印分页异常问题
3
6