saltfish 0.2.39 → 0.2.41
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.
|
@@ -3719,6 +3719,7 @@ class ShadowDOMManager {
|
|
|
3719
3719
|
}
|
|
3720
3720
|
this.container = document.createElement("div");
|
|
3721
3721
|
this.container.id = "saltfish-container";
|
|
3722
|
+
this.container.appendChild(document.createTextNode(""));
|
|
3722
3723
|
document.body.appendChild(this.container);
|
|
3723
3724
|
this.shadowRoot = this.container.attachShadow({ mode: "open" });
|
|
3724
3725
|
this.styleElement = document.createElement("style");
|
|
@@ -10300,7 +10301,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
10300
10301
|
__proto__: null,
|
|
10301
10302
|
SaltfishPlayer
|
|
10302
10303
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10303
|
-
const version = "0.2.
|
|
10304
|
+
const version = "0.2.41";
|
|
10304
10305
|
const packageJson = {
|
|
10305
10306
|
version
|
|
10306
10307
|
};
|