@telia-ace/widget-conversation-flamingo 1.1.20-rc.0 → 1.1.20
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-8e0ad5eb.js → conversation-2edf20fc.js} +6 -6
- package/{conversation-e5cbfa02.mjs → conversation-4cb978ba.mjs} +65 -65
- package/{index-f74815a8.js → index-533b68a4.js} +1 -1
- package/{index-536e1cef.mjs → index-a04efb7a.mjs} +2 -2
- package/{index-9a0c787a.mjs → index-c1ee1af2.mjs} +1 -1
- package/{index-8f4273fd.js → index-f2738e72.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-4cb978ba.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 {
|