@netless/appliance-plugin 1.1.34-beta.2 → 1.1.34-beta.3

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.
@@ -1,7 +1,7 @@
1
1
  var Pr = Object.defineProperty;
2
2
  var Or = (r, n, e) => n in r ? Pr(r, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[n] = e;
3
3
  var I = (r, n, e) => Or(r, typeof n != "symbol" ? n + "" : n, e);
4
- import { g as Rr, P as Yr } from "./bridge-C4n1zHQZ.mjs";
4
+ import { g as Rr, P as Yr } from "./bridge-Bb-MjyNY.mjs";
5
5
  import "spritejs";
6
6
  import { compress as Ur, decompress as Br } from "lz-string";
7
7
  import "clipper-lib";
@@ -1148,7 +1148,7 @@ function Mg(r) {
1148
1148
  return dg(r, gg | fg);
1149
1149
  }
1150
1150
  var pg = Mg;
1151
- const un = /* @__PURE__ */ Bn(pg), Cr = "1.1.34-beta.2", yg = "@netless/appliance-plugin", Ei = typeof OffscreenCanvas == "function" ? "worker" : "mainThread";
1151
+ const un = /* @__PURE__ */ Bn(pg), Cr = "1.1.34-beta.3", yg = "@netless/appliance-plugin", Ei = typeof OffscreenCanvas == "function" ? "worker" : "mainThread";
1152
1152
  if (typeof window < "u") {
1153
1153
  let r = window.__netlessUA || "";
1154
1154
  r += ` ${yg}@${Cr}`, window.__netlessUA = r;
@@ -5045,14 +5045,14 @@ class rp extends ip {
5045
5045
  }
5046
5046
  async useBackgroundThread() {
5047
5047
  console.info("use background thread");
5048
- const { BackgroundThreadManagerImpl: e } = await import("./index-CH_SAlCz.mjs");
5048
+ const { BackgroundThreadManagerImpl: e } = await import("./index-BbVM6AMN.mjs");
5049
5049
  this.backgroundThreadManager = new e(this);
5050
5050
  }
5051
5051
  async useMainThread() {
5052
5052
  console.info("no OffscreenCanvas"), this.control.hasExtendFontFaces && await document.fonts.ready.then(() => {
5053
5053
  this.Logger.info("[Appliance]: set font faces in main thread success");
5054
5054
  });
5055
- const { MainThreadManagerImpl: e } = await import("./index-D8qxABte.mjs");
5055
+ const { MainThreadManagerImpl: e } = await import("./index-O6ldDna3.mjs");
5056
5056
  this.mainThread = new e(this);
5057
5057
  }
5058
5058
  async on() {