@epam/ai-dial-visualizer-connector 0.38.0-rc.35 → 0.38.0-rc.37

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/index.esm.js +1 -1
  2. package/package.json +2 -2
package/index.esm.js CHANGED
@@ -113,7 +113,7 @@ class VisualizerConnector {
113
113
  iframe.sandbox.add('allow-downloads');
114
114
  iframe.sandbox.add('allow-popups');
115
115
  iframe.sandbox.add('allow-presentation');
116
- iframe.setAttribute('allow', 'clipboard-write *; fullscreen *; accelerometer *; gyroscope *; autoplay *; web-share *');
116
+ iframe.setAttribute('allow', 'clipboard-write *; fullscreen *; accelerometer *; gyroscope *; autoplay *; web-share *; encrypted-media *');
117
117
  iframe.style.height = '100%';
118
118
  iframe.style.width = '100%';
119
119
  iframe.style.border = 'none';
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@epam/ai-dial-visualizer-connector",
3
3
  "description": "Package for connecting custom visualizer into DIAL Chat",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.38.0-rc.35",
5
+ "version": "0.38.0-rc.37",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.38.0-rc.35"
7
+ "@epam/ai-dial-shared": "0.38.0-rc.37"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {