@salesforce/lds-drafts 1.282.0 → 1.284.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.
- package/dist/ldsDrafts.js +4 -0
- package/package.json +2 -2
package/dist/ldsDrafts.js
CHANGED
|
@@ -524,6 +524,10 @@ class DurableDraftQueue {
|
|
|
524
524
|
switch (result) {
|
|
525
525
|
case ProcessActionResult.BLOCKED_ON_ERROR:
|
|
526
526
|
this.state = DraftQueueState.Error;
|
|
527
|
+
await this.notifyChangedListeners({
|
|
528
|
+
type: DraftQueueEventType.QueueStateChanged,
|
|
529
|
+
state: this.state,
|
|
530
|
+
});
|
|
527
531
|
return Promise.reject();
|
|
528
532
|
default:
|
|
529
533
|
return Promise.resolve();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-drafts",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.284.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS Drafts",
|
|
6
6
|
"main": "dist/ldsDrafts.js",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@luvio/engine": "0.154.15",
|
|
28
28
|
"@luvio/environments": "0.154.15",
|
|
29
|
-
"@salesforce/lds-utils-adapters": "^1.
|
|
29
|
+
"@salesforce/lds-utils-adapters": "^1.284.0"
|
|
30
30
|
}
|
|
31
31
|
}
|