@telia-ace/widget-conversation-flamingo 1.1.12-rc.7 → 1.1.12-rc.8
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-b97980a4.mjs → conversation-0127d0e4.mjs} +287 -289
- package/conversation-a8d146a2.js +572 -0
- package/{index-2232f2d4.mjs → index-1b763bfd.mjs} +2 -2
- package/{index-843053b2.js → index-23bd49a6.js} +1 -1
- package/{index-6aff04c6.js → index-29e3c407.js} +1 -1
- package/{index-b246eac8.mjs → index-626bdcb9.mjs} +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/conversation-3c27330e.js +0 -572
@@ -1,5 +1,5 @@
|
|
1
1
|
const gt = async (e) => {
|
2
|
-
e.registerComponent("conversation", import("./conversation-
|
2
|
+
e.registerComponent("conversation", import("./conversation-0127d0e4.mjs").then((t) => t.c));
|
3
3
|
const r = await Promise.resolve().then(() => yt).then(
|
4
4
|
(t) => t.ConversationPlatform
|
5
5
|
);
|
package/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index-23bd49a6.js");exports.Agent=o.Agent;exports.ConversationComponent=o.ConversationComponent;exports.ConversationEntry=o.ConversationEntry;exports.ConversationPlatform=o.ConversationPlatform;exports.ConversationProvider=o.ConversationProvider;exports.User=o.User;
|
package/index.mjs
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@telia-ace/widget-conversation-flamingo",
|
3
|
-
"version": "1.1.12-rc.
|
3
|
+
"version": "1.1.12-rc.8",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org"
|
6
6
|
},
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"@lit-labs/motion": "^1.0.4",
|
10
10
|
"@teliads/icons": "^8.4.0",
|
11
11
|
"@teliads/components": "^22.1.1",
|
12
|
-
"@telia-ace/widget-core-flamingo": "1.1.12-rc.
|
12
|
+
"@telia-ace/widget-core-flamingo": "1.1.12-rc.8",
|
13
13
|
"uuid": "^9.0.1",
|
14
14
|
"lit-html": "^3.0.2",
|
15
15
|
"rxjs": "^7.8.1"
|