File tree Expand file tree Collapse file tree 5 files changed +17
-33
lines changed
projects/ngx-simple-charts Expand file tree Collapse file tree 5 files changed +17
-33
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ngx-simple-charts" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
44 "license" : " Apache License Version 2.0" ,
55 "scripts" : {
66 "ng" : " ng" ,
Original file line number Diff line number Diff line change 22 "$schema" : " ../../../node_modules/ng-packagr/ng-package.schema.json" ,
33 "lib" : {
44 "entryFile" : " ./public-api.ts" ,
5- "umdModuleIds" : {
6- "d3-array" : " d3-array"
7- }
5+ "umdModuleIds" : {}
86 },
97 "allowedNonPeerDependencies" : [" d3" ]
108}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " ngx-simple-charts" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
44 "license" : " Apache License Version 2.0" ,
55 "peerDependencies" : {
66 "@angular/common" : " ^12.0.0" ,
77 "@angular/core" : " ^12.0.0" ,
88 "rxjs" : " ~6.6.3"
9+ },
10+ "dependencies" : {
11+ "d3-array" : " ^3.0.0" ,
12+ "d3-axis" : " ^3.0.0" ,
13+ "d3-brush" : " ^3.0.0" ,
14+ "d3-color" : " ^3.0.0" ,
15+ "d3-format" : " ^3.0.0" ,
16+ "d3-interpolate" : " ^3.0.0" ,
17+ "d3-scale" : " ^4.0.0" ,
18+ "d3-selection" : " ^3.0.0" ,
19+ "d3-shape" : " ^3.0.0" ,
20+ "d3-time-format" : " ^4.0.0" ,
21+ "d3-transition" : " ^3.0.0" ,
22+ "tslib" : " ^2.0.0"
923 }
1024}
You can’t perform that action at this time.
0 commit comments