@salesforce/lds-worker-api 1.124.1 → 1.124.3
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 -2
- package/dist/standalone/es/lds-worker-api.js +59483 -59483
- package/dist/standalone/umd/lds-worker-api.js +59435 -59435
- package/package.json +3 -3
|
@@ -683,7 +683,7 @@ const nimbusDraftQueue = {
|
|
|
683
683
|
* For full license text, see the LICENSE.txt file
|
|
684
684
|
*/
|
|
685
685
|
|
|
686
|
-
const API_NAMESPACE = 'UiApi';
|
|
686
|
+
const API_NAMESPACE = 'UiApi';
|
|
687
687
|
const RECORD_REPRESENTATION_NAME = 'RecordRepresentation';
|
|
688
688
|
|
|
689
689
|
let luvio = undefined;
|
|
@@ -751,4 +751,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
754
|
-
// version: 1.124.
|
|
754
|
+
// version: 1.124.3-cf2dbb2fa
|