@newview/file-ui 1.1.36 → 1.1.37

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/dist/file-ui.js +0 -1
  2. package/package.json +1 -1
package/dist/file-ui.js CHANGED
@@ -556,7 +556,6 @@ let UploadFileInstance$1 = class UploadFileInstance extends BaseInstance {
556
556
  const result = this.utilities.parseApiResult(apiResult);
557
557
  this.previewFileInfo = result[index];
558
558
  this.previewVisible.value = true;
559
- debugger;
560
559
  this.previewIndex.value = this.previewIndexData[fileInfo.Id];
561
560
  });
562
561
  this.props = props;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/file-ui",
3
- "version": "1.1.36",
3
+ "version": "1.1.37",
4
4
  "author": "newview",
5
5
  "license": "MIT",
6
6
  "type": "module",