@newview/report-tools 1.0.3 → 1.0.5

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,10 @@
1
1
  {
2
2
  "name": "@newview/report-tools",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "author": "newview",
5
- "main": "dist/tools.js",
6
- "module": "./dist/tools.esm.js",
5
+ "type": "module",
6
+ "main": "./dist/report-tools.umd.cjs",
7
+ "module": "./dist/report-tools.js",
7
8
  "typings": "types/index.d.ts",
8
9
  "files": [
9
10
  "dist/*",
@@ -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;