@salesforce/lds-runtime-mobile 1.136.3 → 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/main.js CHANGED
@@ -5770,6 +5770,8 @@ class AbstractResourceRequestActionHandler {
5770
5770
  };
5771
5771
  // overlay metadata
5772
5772
  merged.metadata = { ...targetMetadata, ...sourceMetadata };
5773
+ // put status back to pending to auto upload if queue is active and targed is at the head.
5774
+ merged.status = DraftActionStatus.Pending;
5773
5775
  return merged;
5774
5776
  }
5775
5777
  shouldDeleteActionByTagOnRemoval(action) {
@@ -15725,4 +15727,4 @@ register({
15725
15727
  });
15726
15728
 
15727
15729
  export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
15728
- // version: 1.136.3-9e778e08e
15730
+ // version: 1.136.5-4301ab650
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-mobile",
3
- "version": "1.136.3",
3
+ "version": "1.136.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS runtime for mobile/hybrid environments.",
6
6
  "main": "dist/main.js",
package/sfdc/main.js CHANGED
@@ -5770,6 +5770,8 @@ class AbstractResourceRequestActionHandler {
5770
5770
  };
5771
5771
  // overlay metadata
5772
5772
  merged.metadata = { ...targetMetadata, ...sourceMetadata };
5773
+ // put status back to pending to auto upload if queue is active and targed is at the head.
5774
+ merged.status = DraftActionStatus.Pending;
5773
5775
  return merged;
5774
5776
  }
5775
5777
  shouldDeleteActionByTagOnRemoval(action) {
@@ -15725,4 +15727,4 @@ register({
15725
15727
  });
15726
15728
 
15727
15729
  export { getRuntime, registerReportObserver, reportGraphqlQueryParseError };
15728
- // version: 1.136.3-9e778e08e
15730
+ // version: 1.136.5-4301ab650