@newview/report-tools 1.0.2 → 1.0.4

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,9 +1,9 @@
1
1
  {
2
2
  "name": "@newview/report-tools",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "author": "newview",
5
- "main": "dist/tools.js",
6
- "module": "./dist/tools.esm.js",
5
+ "main": "dist/report-tools.js",
6
+ "module": "./dist/report-tools.esm.js",
7
7
  "typings": "types/index.d.ts",
8
8
  "files": [
9
9
  "dist/*",
package/readme.md CHANGED
@@ -1,3 +1,5 @@
1
+ ### 1.0.3
2
+ 添加自动换行
1
3
 
2
4
  ### 1.0.2
3
5
  修改工具类导入方式
@@ -1,5 +1,5 @@
1
1
 
2
- export declare class ReportTool {
2
+ export declare class reportTool {
3
3
 
4
4
  /**
5
5
  * luckySheet数据转换
@@ -143,4 +143,4 @@ export declare class ReportTool {
143
143
 
144
144
 
145
145
  }
146
- export declare const reportTool: ReportTool;
146
+ export declare const ReportTool: reportTool;