@epam/ai-dial-overlay 0.12.0-rc.8 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -64,6 +64,8 @@ const run = async () => {
64
64
  },
65
65
  // optional, class for loader
66
66
  loaderClass: 'overlay__loader',
67
+ // optional, id of the conversation to be selected on start
68
+ overlayConversationId: 'some-conversation-id',
67
69
  });
68
70
 
69
71
  // overlay loaded application and ready to send and receive information from the application.
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@epam/ai-dial-overlay",
3
3
  "description": "Package for opening dial in overlay",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.12.0-rc.8",
5
+ "version": "0.12.0",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.12.0-rc.8"
7
+ "@epam/ai-dial-shared": "0.12.0"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {