@telia-ace/widget-conversation-flamingo 1.1.12-rc.5 → 1.1.12-rc.6
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-a8bfac8a.js → conversation-0e166f89.js} +30 -30
- package/{conversation-cea6b886.mjs → conversation-24a8adae.mjs} +154 -156
- package/{index-104d237e.mjs → index-8689b351.mjs} +1 -1
- package/{index-161bd0e8.js → index-a3333a89.js} +1 -1
- package/{index-e96c1436.mjs → index-cc7faebf.mjs} +2 -2
- package/{index-e010cbfc.js → index-e28f292a.js} +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
const gt = async (e) => {
|
2
|
-
e.registerComponent("conversation", import("./conversation-
|
2
|
+
e.registerComponent("conversation", import("./conversation-24a8adae.mjs").then((t) => t.c));
|
3
3
|
const r = await Promise.resolve().then(() => yt).then(
|
4
4
|
(t) => t.ConversationPlatform
|
5
5
|
);
|