@epam/ai-dial-shared 0.45.0-dev.181 → 0.45.0-dev.20

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 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -176,6 +176,7 @@ class Task {
176
176
  fail(reason = 'Task failed') {
177
177
  if (this.isResolved)
178
178
  return;
179
+ this.isResolved = true;
179
180
  this.reject(reason);
180
181
  }
181
182
  ready() {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@epam/ai-dial-shared",
3
3
  "description": "Shared elements that support developing DIAL",
4
4
  "homepage": "https://dialx.ai",
5
- "version": "0.45.0-dev.181",
5
+ "version": "0.45.0-dev.20",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {