@eka-care/ekascribe-ts-sdk 2.0.34 → 2.0.35
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.
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -54674,7 +54674,7 @@ class SystemCompatibilityManager {
|
|
|
54674
54674
|
*/
|
|
54675
54675
|
async testS3Upload() {
|
|
54676
54676
|
try {
|
|
54677
|
-
const a = this.createDummyMp4File(), s = `${COMPATIBILITY_TEST_FOLDER}
|
|
54677
|
+
const a = this.createDummyMp4File(), s = `${COMPATIBILITY_TEST_FOLDER}/sample-audio.m4a_`, n = `compat-test-${Date.now()}`, r = "compat-test", c = GET_S3_BUCKET_NAME();
|
|
54678
54678
|
return this.testSharedWorker ? !!(await this.uploadViaWorker(
|
|
54679
54679
|
a,
|
|
54680
54680
|
s,
|
|
@@ -54731,7 +54731,7 @@ class SystemCompatibilityManager {
|
|
|
54731
54731
|
52,
|
|
54732
54732
|
49
|
|
54733
54733
|
]);
|
|
54734
|
-
return new Blob([a], { type: "
|
|
54734
|
+
return new Blob([a], { type: "audio/mp4" });
|
|
54735
54735
|
}
|
|
54736
54736
|
/**
|
|
54737
54737
|
* Upload file via shared worker
|