@mediabunny/mp3-encoder 1.48.0 → 1.49.0
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/bundles/mediabunny-mp3-encoder.js +1 -1
- package/dist/bundles/mediabunny-mp3-encoder.min.js +1 -1
- package/dist/bundles/mediabunny-mp3-encoder.min.mjs +2 -2
- package/dist/bundles/mediabunny-mp3-encoder.mjs +2 -2
- package/dist/modules/src/index.js +1 -1
- package/dist/modules/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -2
|
@@ -317,7 +317,7 @@ var MediabunnyMp3Encoder = (() => {
|
|
|
317
317
|
// packages/mp3-encoder/src/index.ts
|
|
318
318
|
var MP3_ENCODER_LOADED_SYMBOL = Symbol.for("@mediabunny/mp3-encoder loaded");
|
|
319
319
|
if (globalThis[MP3_ENCODER_LOADED_SYMBOL]) {
|
|
320
|
-
|
|
320
|
+
import_mediabunny.Logging._error(
|
|
321
321
|
"[WARNING]\n@mediabunny/mp3-encoder was loaded twice. This will likely cause the encoder not to work correctly. Check if multiple dependencies are importing different versions of @mediabunny/mp3-encoder, or if something is being bundled incorrectly."
|
|
322
322
|
);
|
|
323
323
|
}
|