@salesforce/lds-worker-api 1.235.0 → 1.237.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.
@@ -636,6 +636,7 @@ function executeMutatingAdapter(adapterId, config, onResult, nativeAdapterReques
636
636
  }
637
637
 
638
638
  /* istanbul ignore file */
639
+ // TODO [W-9523236]: add test coverage for this file and remove above comment
639
640
  // A allowlist of methods that we allow to be proxied from another LDS instance
640
641
  const allowList = ['enqueue', 'getQueueActions'];
641
642
  /**
@@ -795,4 +796,4 @@ if (process.env.NODE_ENV !== 'production') {
795
796
  }
796
797
 
797
798
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
798
- // version: 1.235.0-3790decf0
799
+ // version: 1.237.0-5cc894ce9