@microsoft/connected-workbooks 3.2.0-beta → 3.2.2-beta

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.
@@ -195,7 +195,7 @@ var getExcelForWebWorkbookUrl = function (file, filename, allowTyping) { return
195
195
  switch (_a.label) {
196
196
  case 0:
197
197
  // Check if the file exists
198
- if (file.size < 0) {
198
+ if (file.size <= 0) {
199
199
  throw new Error("File is empty");
200
200
  }
201
201
  fileContent = file;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/connected-workbooks",
3
- "version": "3.2.0-beta",
3
+ "version": "3.2.2-beta",
4
4
  "description": "Microsoft backed, Excel advanced xlsx workbook generation JavaScript library",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",