@sprucelabs/spruce-file-utils 15.1.7 → 15.1.8

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.
@@ -10,7 +10,7 @@ class MockChunkingUploader extends mercury_event_emitter_1.AbstractEventEmitter
10
10
  MockChunkingUploader.instance = this;
11
11
  }
12
12
  static assertWasCreated() {
13
- test_utils_1.assert.isTruthy(MockChunkingUploader.instance, 'You need to intantiate ChunkingUploaderImpl.Uploader(this.connectApi).');
13
+ test_utils_1.assert.isTruthy(MockChunkingUploader.instance, 'You need to instantiate ChunkingUploaderImpl.Uploader(()=>this.connectApi()).');
14
14
  }
15
15
  assertFileEqualsLastReturnedFromUpload(file) {
16
16
  (0, schema_1.assertOptions)({ file }, ['file']);
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.7",
4
+ "version": "15.1.8",
5
5
  "skill": {
6
6
  "namespace": "files"
7
7
  },