@galacean/engine-loader 1.5.12 → 1.5.13

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/module.js CHANGED
@@ -3332,10 +3332,10 @@ function transcode(buffer, targetFormat, KTX2File) {
3332
3332
  _proto._initTranscodeWorkerPool = function _initTranscodeWorkerPool() {
3333
3333
  var _this = this;
3334
3334
  return Promise.all([
3335
- fetch("https://mdn.alipayobjects.com/rms/afts/file/A*ImQSTZQiexkAAAAAQ1AAAAgAehQnAQ/basis_transcoder.js").then(function(res) {
3335
+ fetch("https://mdn.alipayobjects.com/rms/afts/file/A*J8IrSL8WE8EAAAAAQ6AAAAgAehQnAQ/basis_transcoder.js").then(function(res) {
3336
3336
  return res.text();
3337
3337
  }),
3338
- fetch("https://mdn.alipayobjects.com/rms/afts/file/A*DFX8RJ6Z0G0AAAAAXoAAAAgAehQnAQ/basis_transcoder.wasm").then(function(res) {
3338
+ fetch("https://mdn.alipayobjects.com/rms/afts/file/A*F3duSLqOP2sAAAAAXjAAAAgAehQnAQ/basis_transcoder.wasm").then(function(res) {
3339
3339
  return res.arrayBuffer();
3340
3340
  })
3341
3341
  ]).then(function(param) {