File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
projects/ngx-material-data-table Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 8
8
"url" : " https://github.com/evolkmann/ngx-material-data-table"
9
9
},
10
10
"license" : " MIT" ,
11
- "main" : " dist/ngx-material-data-table" ,
11
+ "main" : " dist/ngx-material-data-table/esm2022/ngx-material-data-table.mjs " ,
12
12
"scripts" : {
13
13
"prestart" : " ng build --project ngx-material-data-table" ,
14
14
"start" : " ng serve --project demo" ,
Original file line number Diff line number Diff line change 8
8
},
9
9
"license" : " MIT" ,
10
10
"version" : " 2.0.4" ,
11
+ "sideEffects" : false ,
11
12
"peerDependencies" : {
12
- "@angular/common" : " ^18.0 .0" ,
13
- "@angular/core" : " ^18.0 .0" ,
14
- "@angular/cdk" : " ^18.0 .0" ,
15
- "@angular/material" : " ^18.0 .0" ,
16
- "@angular/animations" : " ^18.0 .0"
13
+ "@angular/common" : " ^18.2 .0" ,
14
+ "@angular/core" : " ^18.2 .0" ,
15
+ "@angular/cdk" : " ^18.2 .0" ,
16
+ "@angular/material" : " ^18.2 .0" ,
17
+ "@angular/animations" : " ^18.2 .0"
17
18
},
18
19
"dependencies" : {
19
- "tslib" : " 2.4.0"
20
+ "tslib" : " ^ 2.4.0"
20
21
}
21
22
}
Original file line number Diff line number Diff line change 21
21
],
22
22
"paths" : {
23
23
"ngx-material-data-table" : [
24
- " dist/ngx-material-data-table"
24
+ " ./ dist/ngx-material-data-table"
25
25
]
26
26
},
27
27
"useDefineForClassFields" : false
You can’t perform that action at this time.
0 commit comments