@rendley/sdk 1.5.1 → 1.5.2

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.
@@ -109,7 +109,7 @@ export declare class Library {
109
109
  subtitles: Record<string, Subtitles>;
110
110
  constructor();
111
111
  init(): Promise<void>;
112
- destroy(): void;
112
+ destroy(): Promise<void>;
113
113
  getMediaById(id: string): MediaData | undefined;
114
114
  addMedia(file: File | string | Uint8Array, mimeType?: string): Promise<string | null>;
115
115
  deleteMedia(id: string): Promise<void>;
@@ -48,7 +48,7 @@ export declare class MediaData {
48
48
  audioSplit?: string;
49
49
  constructor(id?: string);
50
50
  init(): Promise<void>;
51
- destroy(): void;
51
+ destroy(): Promise<void>;
52
52
  getId(): string;
53
53
  store(): Promise<void>;
54
54
  restore(): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rendley/sdk",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "license": "LICENSE",
5
5
  "author": "Onix Technologies",
6
6
  "homepage": "https://rendley.com",