@salesforce/lds-drafts 1.136.4 → 1.136.5

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 CHANGED
@@ -1285,6 +1285,8 @@ class AbstractResourceRequestActionHandler {
1285
1285
  };
1286
1286
  // overlay metadata
1287
1287
  merged.metadata = { ...targetMetadata, ...sourceMetadata };
1288
+ // put status back to pending to auto upload if queue is active and targed is at the head.
1289
+ merged.status = DraftActionStatus.Pending;
1288
1290
  return merged;
1289
1291
  }
1290
1292
  shouldDeleteActionByTagOnRemoval(action) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-drafts",
3
- "version": "1.136.4",
3
+ "version": "1.136.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Drafts",
6
6
  "main": "dist/ldsDrafts.js",