@telia-ace/widget-conversation-flamingo 1.1.76-rc.51 → 1.1.76-rc.52

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.76-rc.51",
3
+ "version": "1.1.76-rc.52",
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.76-rc.51",
12
+ "@telia-ace/widget-core-flamingo": "1.1.76-rc.52",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1",
15
15
  "marked": "^12.0.2"
@@ -5,8 +5,9 @@
5
5
  "storage": {
6
6
  "conversation": {
7
7
  "category": "necessary",
8
+ "type": "sessionStorage",
8
9
  "lifespan": "Browser session",
9
- "purpose": "This storage value is used to store a record of all messages exchanged in the current conversation session."
10
+ "purpose": "This storage value stores a record of all messages exchanged during the current conversation session, ensuring continuity and context within the session. If this entry is missing, the conversation history will be lost if the user reloads the page or navigates away."
10
11
  }
11
12
  }
12
13
  }