@telia-ace/widget-conversation-flamingo 1.1.32-rc.0 → 1.1.32-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-3beb5b93.mjs → conversation-30b4f564.mjs} +766 -753
- package/conversation-d2944e09.js +688 -0
- package/conversation.d.ts +1 -0
- package/{index-1d75daa4.js → index-0255770a.js} +1 -1
- package/{index-f785c1ce.js → index-47f7bb79.js} +1 -1
- package/{index-945905bd.mjs → index-59fe3cc0.mjs} +1 -1
- package/{index-291fb24c.mjs → index-7b4e9cb8.mjs} +152 -152
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/conversation-c475dda3.js +0 -688
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-47f7bb79.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.32-rc.
|
3
|
+
"version": "1.1.32-rc.1",
|
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.32-rc.
|
12
|
+
"@telia-ace/widget-core-flamingo": "1.1.32-rc.1",
|
13
13
|
"uuid": "^9.0.1",
|
14
14
|
"lit-html": "^3.0.2",
|
15
15
|
"rxjs": "^7.8.1"
|