abstract-chart
Advanced tools
Comparing version 10.0.6 to 10.0.9
@@ -7,3 +7,3 @@ # Change Log | ||
- ~~Switch to ES Modules from CommonJS~~ | ||
- ~~Switch to ES Modules from CommonJS~~ Libraries should be in commonjs, for now... | ||
@@ -10,0 +10,0 @@ ## [9.0.0] - 2024-11-28 |
@@ -19,3 +19,2 @@ "use strict"; | ||
__exportStar(require("./chart.js"), exports); | ||
//dummy | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "abstract-chart", | ||
"version": "10.0.6", | ||
"version": "10.0.9", | ||
"description": "Drawing charts using multiple unit of measure axes as coordinate system", | ||
@@ -21,6 +21,6 @@ "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-chart", | ||
"dependencies": { | ||
"abstract-image": "^10.0.5", | ||
"abstract-image": "^11.0.1", | ||
"ts-exhaustive-check": "^1.0.0" | ||
}, | ||
"gitHead": "abd31eaf1d1e0b039725958bda658910454f50e6" | ||
"gitHead": "5f7b5c5a34806b8e6bd9cf42bdf51e985de65c3a" | ||
} |
export * from "./axis.js"; | ||
export * from "./chart.js"; | ||
//dummy |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179595
2729
+ Addedabstract-image@11.0.4(transitive)
+ Addedreact@19.0.0(transitive)
- Removedabstract-image@10.0.5(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)
- Removedreact-dom@18.3.1(transitive)
- Removedscheduler@0.23.2(transitive)
Updatedabstract-image@^11.0.1