@grapecity-software/spread-common 19.1.0 → 19.1.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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * SpreadJS Library 19.1.0
3
+ * SpreadJS Library 19.1.1
4
4
  *
5
5
  * Copyright(c) GrapeCity Software inc. All rights reserved.
6
6
  *
@@ -15939,7 +15939,7 @@ declare namespace GC{
15939
15939
  /**
15940
15940
  * Specifies the calculation type of the calculate function.
15941
15941
  * @enum {number}
15942
- * spread.calculate(GC.Spread.Sheets.CalculationType.manual);
15942
+ * spread.calculate(GC.Spread.Sheets.CalculationType.regular);
15943
15943
  */
15944
15944
  export enum CalculationType{
15945
15945
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grapecity-software/spread-common",
3
- "version": "19.1.0",
3
+ "version": "19.1.1",
4
4
  "main": "index.js",
5
5
  "description":"SpreadJS common module",
6
6
  "scripts": {},