@signalwire/web-components 1.0.0-dev-20260219182040 → 1.0.0-dev-20260220203033
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5619,10 +5619,10 @@ z([
|
|
|
5619
5619
|
S = z([
|
|
5620
5620
|
$("sw-participant-controls")
|
|
5621
5621
|
], S);
|
|
5622
|
-
const Bs = "0.
|
|
5622
|
+
const Bs = "1.0.0-rc.0", Us = !0, Is = () => {
|
|
5623
5623
|
if (typeof window < "u") {
|
|
5624
5624
|
const e = new CustomEvent("signalwire:web-components:ready", {
|
|
5625
|
-
detail: { version: "0.
|
|
5625
|
+
detail: { version: "1.0.0-rc.0" }
|
|
5626
5626
|
});
|
|
5627
5627
|
window.dispatchEvent(e);
|
|
5628
5628
|
}
|