@epam/ai-dial-overlay 0.8.0-rc.9 → 0.8.1

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
@@ -174,7 +174,7 @@ class ChatOverlay {
174
174
  break;
175
175
  }
176
176
  }
177
- // if request was replied -> should remove it from this.requests
177
+ // if request was replied -> should delete it from this.requests
178
178
  this.requests = this.requests.filter((request) => !request.isReplied);
179
179
  };
180
180
  this.options = options;
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.8.0-rc.9",
5
+ "version": "0.8.1",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.8.0-rc.9"
7
+ "@epam/ai-dial-shared": "0.8.1"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {