@salesforce/lds-worker-api 1.233.0 → 1.236.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/sfdc/es/ldsWorkerApi.js +2 -1
- package/dist/standalone/es/lds-worker-api.js +1194 -812
- package/dist/standalone/umd/lds-worker-api.js +1194 -814
- package/package.json +2 -2
|
@@ -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.
|
|
799
|
+
// version: 1.236.0-036823f57
|