@telia-ace/widget-conversation-flamingo 1.1.20 → 1.1.21-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-2edf20fc.js → conversation-671eb53c.js} +4 -3
- package/{conversation-4cb978ba.mjs → conversation-a3378073.mjs} +4 -3
- package/{index-533b68a4.js → index-2261f978.js} +1 -1
- package/{index-a04efb7a.mjs → index-73657d6e.mjs} +2 -2
- package/{index-c1ee1af2.mjs → index-87c87da0.mjs} +1 -1
- package/{index-f2738e72.js → index-cc268d31.js} +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
@@ -1125,7 +1125,7 @@ class M {
|
|
1125
1125
|
}
|
1126
1126
|
}
|
1127
1127
|
const ie = async (e) => {
|
1128
|
-
e.registerComponent("conversation", import("./conversation-
|
1128
|
+
e.registerComponent("conversation", import("./conversation-a3378073.mjs").then((r) => r.c)), await M.getInstance(e.container);
|
1129
1129
|
};
|
1130
1130
|
var j = /* @__PURE__ */ ((e) => (e.User = "user", e.Agent = "agent", e.System = "system", e))(j || {});
|
1131
1131
|
class G {
|