@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
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-533b68a4.js");exports.Agent=o.Agent;exports.ConversationComponent=o.ConversationComponent;exports.ConversationEntry=o.ConversationEntry;exports.ConversationPlatform=o.ConversationPlatform;exports.ConversationProvider=o.ConversationProvider;exports.ConversationSessionState=o.ConversationSessionState;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.20
|
3
|
+
"version": "1.1.20",
|
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.20
|
12
|
+
"@telia-ace/widget-core-flamingo": "1.1.20",
|
13
13
|
"uuid": "^9.0.1",
|
14
14
|
"lit-html": "^3.0.2",
|
15
15
|
"rxjs": "^7.8.1"
|