dts-universal-report-module 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. package/dist/index.esm.js +7851 -6356
  2. package/dist/index.js +28 -28
  3. package/package.json +3 -24
package/package.json CHANGED
@@ -1,29 +1,9 @@
1
1
  {
2
2
  "name": "dts-universal-report-module",
3
- "version": "1.0.0",
4
- "description": "Universal Report Module (URM) — a production-ready, reusable enterprise reporting library built with React 18, TypeScript, and Material UI v7.",
5
- "keywords": [
6
- "reportmodule",
7
- "report",
8
- "data",
9
- "table",
10
- "reusable",
11
- "URM",
12
- "data",
13
- "json",
14
- "features",
15
- "reports",
16
- "viewer",
17
- "sort",
18
- "filter",
19
- "formatting",
20
- "list",
21
- "keyvalue"
22
- ],
23
- "license": "ISC",
24
- "author": "Oomnieye Digital Twin Solutions",
3
+ "version": "1.0.1",
25
4
  "type": "module",
26
5
  "main": "dist/index.js",
6
+ "module": "dist/index.esm.js",
27
7
  "types": "dist/index.d.ts",
28
8
  "files": [
29
9
  "dist"
@@ -64,6 +44,5 @@
64
44
  "react-dom": {
65
45
  "optional": true
66
46
  }
67
- },
68
- "module": "dist/index.esm.js"
47
+ }
69
48
  }