@office-open/core 0.4.5 → 0.4.6

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.
@@ -71,7 +71,7 @@ interface IChartTypeOptions {
71
71
  readonly series: readonly IChartSeriesData[];
72
72
  readonly categories: readonly string[];
73
73
  }
74
- declare const createChartType: (options: IChartTypeOptions) => AreaChart | BarChart | LineChart | PieChart | ScatterChart;
74
+ declare const createChartType: (options: IChartTypeOptions) => AreaChart | ScatterChart | BarChart | LineChart | PieChart;
75
75
  //#endregion
76
76
  //#region src/chart/chart-space.d.ts
77
77
  interface IChartSpaceOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-open/core",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Shared OOXML infrastructure: XmlComponent, value validators, unit converters",
5
5
  "keywords": [
6
6
  "core",
@@ -59,7 +59,7 @@
59
59
  "fflate": "0.8.2",
60
60
  "hash.js": "1.1.7",
61
61
  "nanoid": "5.1.9",
62
- "@office-open/xml": "0.4.5"
62
+ "@office-open/xml": "0.4.6"
63
63
  },
64
64
  "scripts": {
65
65
  "dev": "basis build --stub",