@trebco/treb 29.3.2 → 29.3.3

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": "29.3.2",
3
+ "version": "29.3.3",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "homepage": "https://treb.app",
6
6
  "repository": {
@@ -190,7 +190,7 @@ export class DataModel {
190
190
  }
191
191
 
192
192
  }
193
- return undefined;
193
+
194
194
  }
195
195
 
196
196
  this.parser.Restore();
@@ -234,6 +234,7 @@ export class Workbook {
234
234
  const sheet_index = (defined_name.a$?.localSheetId) ? Number(defined_name.a$.localSheetId) : undefined;
235
235
 
236
236
  // console.info({defined_name, name, expression, sheet_index});
237
+
237
238
  this.named.push({
238
239
  name,
239
240
  expression: typeof expression === 'string' ? expression : expression?.toString() || '',