aspose.cells.node 25.2.0 → 25.2.1

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/types.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.cells.node",
3
- "version": "25.2.0",
3
+ "version": "25.2.1",
4
4
  "description": "Aspose.Cells for Node.js via C++ is a high-performance and powerful library for manipulating and converting Excel (XLS, XLSX, XLSB), ODS, CSV, and HTML files, offering a comprehensive set of features for creating, editing, converting, and rendering spreadsheets within Node.js applications.",
5
5
  "main": "aspose.cells.js",
6
6
  "types": "types.d.ts",
@@ -35,9 +35,9 @@
35
35
  "license": "Commercial",
36
36
  "homepage": "https://www.aspose.com",
37
37
  "optionalDependencies": {
38
- "aspose.cells.node.win32.x64": "~25.2.0",
39
- "aspose.cells.node.linux.x64": "~25.2.0",
40
- "aspose.cells.node.darwin.x64": "~25.2.0",
41
- "aspose.cells.node.darwin.arm64": "~25.2.0"
38
+ "aspose.cells.node.win32.x64": "~25.2.1",
39
+ "aspose.cells.node.linux.x64": "~25.2.1",
40
+ "aspose.cells.node.darwin.x64": "~25.2.1",
41
+ "aspose.cells.node.darwin.arm64": "~25.2.1"
42
42
  }
43
43
  }
package/types.d.ts CHANGED
@@ -39920,12 +39920,12 @@ export class Axis {
39920
39920
  /**
39921
39921
  * Specifies a custom value for the display unit.
39922
39922
  */
39923
- getCoustomDisplayUnit() : number;
39923
+ getCustomDisplayUnit() : number;
39924
39924
  /**
39925
39925
  * Specifies a custom value for the display unit.
39926
39926
  * @param value - The value to set.
39927
39927
  */
39928
- setCoustomDisplayUnit(value: number) : void;
39928
+ setCustomDisplayUnit(value: number) : void;
39929
39929
  /**
39930
39930
  * Represents a unit label on an axis in the specified chart.
39931
39931
  * Unit labels are useful for charting large values— for example, in the millions or billions.