@telia-ace/widget-conversation-flamingo 1.1.79-rc.1 → 1.1.79-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +9 -0
- package/package.json +2 -2
package/index.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
export { ConversationComponent } from './conversation-component';
|
2
|
+
export { ConversationPlatform } from './conversation-platform';
|
3
|
+
export { ConversationProvider } from './models/conversation-provider';
|
4
|
+
export { User } from './models/user';
|
5
|
+
export { Agent } from './models/agent';
|
6
|
+
export { ConversationEntry } from './models/conversation-entry';
|
7
|
+
export { ConversationMessageType } from './types';
|
8
|
+
export { Conversation } from './conversation';
|
9
|
+
export { truncateLongLinks, findPlainTextLinks, } from './conversation-utilities';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@telia-ace/widget-conversation-flamingo",
|
3
|
-
"version": "1.1.79-rc.
|
3
|
+
"version": "1.1.79-rc.2",
|
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.79-rc.
|
12
|
+
"@telia-ace/widget-core-flamingo": "1.1.79-rc.2",
|
13
13
|
"lit-html": "^3.0.2",
|
14
14
|
"rxjs": "^7.8.1",
|
15
15
|
"marked": "^12.0.2"
|