abstract-chart 10.0.5 → 10.0.9

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/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format
4
4
 
5
5
  ## [10.0.0] - 2024-11-29
6
6
 
7
- - ~~Switch to ES Modules from CommonJS~~
7
+ - ~~Switch to ES Modules from CommonJS~~ Libraries should be in commonjs, for now...
8
8
 
9
9
  ## [9.0.0] - 2024-11-28
10
10
 
package/lib/index.js CHANGED
@@ -16,5 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./axis.js"), exports);
18
18
  __exportStar(require("./chart.js"), exports);
19
- //dummy
20
19
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAA2B;AAC3B,OAAO"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAA2B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abstract-chart",
3
- "version": "10.0.5",
3
+ "version": "10.0.9",
4
4
  "description": "Drawing charts using multiple unit of measure axes as coordinate system",
5
5
  "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-chart",
6
6
  "main": "lib/index.js",
@@ -18,8 +18,8 @@
18
18
  "README.md"
19
19
  ],
20
20
  "dependencies": {
21
- "abstract-image": "^10.0.4",
21
+ "abstract-image": "^11.0.1",
22
22
  "ts-exhaustive-check": "^1.0.0"
23
23
  },
24
- "gitHead": "f5e5031c14f2770c3912e8c0bebdb897e26a22e0"
24
+ "gitHead": "5f7b5c5a34806b8e6bd9cf42bdf51e985de65c3a"
25
25
  }
package/src/index.ts CHANGED
@@ -1,3 +1,2 @@
1
1
  export * from "./axis.js";
2
2
  export * from "./chart.js";
3
- //dummy