@telia-ace/widget-conversation-flamingo 1.1.15-rc.1 → 1.1.15
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-9bbc787d.js → conversation-2e20f9c4.js} +20 -21
- package/{conversation-3926f29b.mjs → conversation-d58bd503.mjs} +16 -21
- package/conversation-session.d.ts +1 -2
- package/conversation.d.ts +2 -2
- package/{index-70996338.js → index-23b605ae.js} +1 -1
- package/{index-d5d01cbe.js → index-6e5d6521.js} +1 -1
- package/{index-306e28c8.mjs → index-cc3fb480.mjs} +2 -2
- package/{index-41339d4e.mjs → index-ccbeb601.mjs} +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
@@ -1106,7 +1106,7 @@ class B {
|
|
1106
1106
|
}
|
1107
1107
|
}
|
1108
1108
|
const nr = async (t) => {
|
1109
|
-
t.registerComponent("conversation", import("./conversation-
|
1109
|
+
t.registerComponent("conversation", import("./conversation-d58bd503.mjs").then((e) => e.c)), await B.getInstance(t.container);
|
1110
1110
|
};
|
1111
1111
|
var T = /* @__PURE__ */ ((t) => (t.User = "user", t.Agent = "agent", t.System = "system", t))(T || {});
|
1112
1112
|
class M {
|
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-23b605ae.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.15
|
3
|
+
"version": "1.1.15",
|
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.15
|
12
|
+
"@telia-ace/widget-core-flamingo": "1.1.15",
|
13
13
|
"uuid": "^9.0.1",
|
14
14
|
"lit-html": "^3.0.2",
|
15
15
|
"rxjs": "^7.8.1"
|