@trebco/treb 30.1.0 → 30.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebco/treb",
3
- "version": "30.1.0",
3
+ "version": "30.1.1",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "homepage": "https://treb.app",
6
6
  "repository": {
@@ -821,7 +821,7 @@ export class EmbeddedSpreadsheet<USER_DATA_TYPE = unknown> {
821
821
 
822
822
  // create calculator instance
823
823
 
824
- this.calculator = this.CreateCalculator(this.model, options);
824
+ this.calculator = this.CreateCalculator(this.model, this.options);
825
825
 
826
826
  }
827
827