@netless/app-slide 0.2.58 → 0.2.59

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/main.es.js CHANGED
@@ -36054,7 +36054,7 @@ void main(void){
36054
36054
  }
36055
36055
  var fT = { syncDispatch: "syncDispatch", syncReceive: "syncReceive", syncEventLag: "syncEventLag", renderStart: "renderStart", renderEnd: "renderEnd", renderError: "renderError", slideChange: "slideChange", mainSeqStepStart: "mainSeqStepStart", mainSeqStepEnd: "mainSeqStepEnd", animateStart: "animateStart", animateEnd: "animateEnd", stateChange: "stateChange", slideStepEnd: "slideEnd", slideStepStart: "slideStart" }, mT = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, gT = "";
36056
36056
  try {
36057
- gT = "1.4.6";
36057
+ gT = "1.4.7";
36058
36058
  } catch (t2) {
36059
36059
  gT = "dev";
36060
36060
  }
@@ -36089,8 +36089,8 @@ void main(void){
36089
36089
  return hT(n3, void 0, void 0, function() {
36090
36090
  var e3, i4;
36091
36091
  return uT(this, function(n4) {
36092
- return e3 = t3, this.resourceList.length > 0 && (i4 = t3.replace("__internal__", ""), e3 = this.resourceList.find(function(t4) {
36093
- return t4.endsWith(i4);
36092
+ return e3 = t3, this.resourceList.length > 0 && (i4 = t3.replace(/^.*__internal__/, ""), e3 = this.resourceList.find(function(t4) {
36093
+ return t4.indexOf(i4) >= 0;
36094
36094
  }) || t3), this.config.urlInterrupter ? [2, this.config.urlInterrupter(e3)] : [2, Promise.resolve(e3)];
36095
36095
  });
36096
36096
  });
@@ -39260,7 +39260,7 @@ class SlidePreviewer {
39260
39260
  }
39261
39261
  }
39262
39262
  const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
39263
- const version = "0.2.57";
39263
+ const version = "0.2.59";
39264
39264
  const SlideApp = {
39265
39265
  kind: "Slide",
39266
39266
  setup(context) {