@sprucelabs/spruce-file-utils 9.2.3 → 9.2.4

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.
@@ -6,7 +6,7 @@ export default class FileUploaderImpl implements FileUploader {
6
6
  private uploadStrategy;
7
7
  private settings?;
8
8
  protected constructor(options: FileUploaderConstructorOptions);
9
- static Uploader(settings: SettingsStore): FileUploader;
9
+ static Uploader(settings?: SettingsStore): FileUploader;
10
10
  upload(payload: UploadPayload): Promise<{
11
11
  uri: string;
12
12
  type: string;
@@ -6,7 +6,7 @@ export default class FileUploaderImpl implements FileUploader {
6
6
  private uploadStrategy;
7
7
  private settings?;
8
8
  protected constructor(options: FileUploaderConstructorOptions);
9
- static Uploader(settings: SettingsStore): FileUploader;
9
+ static Uploader(settings?: SettingsStore): FileUploader;
10
10
  upload(payload: UploadPayload): Promise<{
11
11
  uri: string;
12
12
  type: string;
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": "9.2.3",
4
+ "version": "9.2.4",
5
5
  "skill": {
6
6
  "namespace": "files"
7
7
  },