@sprucelabs/spruce-file-utils 15.1.1 → 15.1.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.
@@ -63,7 +63,7 @@ class ChunkingUploaderImpl extends AbstractEventEmitter {
63
63
  percentComplete,
64
64
  });
65
65
  }
66
- const file = upload.file;
66
+ const { file } = upload;
67
67
  return file;
68
68
  });
69
69
  }
@@ -55,7 +55,7 @@ class ChunkingUploaderImpl extends mercury_event_emitter_1.AbstractEventEmitter
55
55
  percentComplete,
56
56
  });
57
57
  }
58
- const file = upload.file;
58
+ const { file } = upload;
59
59
  return file;
60
60
  }
61
61
  splitIntoChunks(base64) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-file-utils",
3
3
  "description": "Utils for working with files and Sprucebot.",
4
- "version": "15.1.1",
4
+ "version": "15.1.3",
5
5
  "skill": {
6
6
  "namespace": "files"
7
7
  },