@salesforce/lds-network-aura 1.434.0 → 1.435.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/ldsNetwork.js +6 -3
- package/package.json +6 -6
package/dist/ldsNetwork.js
CHANGED
|
@@ -5511,7 +5511,11 @@ function buildAndDispatchGetRecordAggregateUi(recordId, req, params) {
|
|
|
5511
5511
|
queryParams: {},
|
|
5512
5512
|
headers: {},
|
|
5513
5513
|
};
|
|
5514
|
-
|
|
5514
|
+
// Re-enter the composed adapter (when registered) so routing and interceptors
|
|
5515
|
+
// apply to the synthesized aggregate-ui sub-request. Fall back to the base
|
|
5516
|
+
// adapter when unregistered (e.g. in lds-network-adapter unit tests).
|
|
5517
|
+
const subRequestAdapter = networkAdapter;
|
|
5518
|
+
return dispatchSplitRecordAggregateUiAction(recordId, subRequestAdapter, aggregateUiResourceRequest, resourceRequestContext);
|
|
5515
5519
|
}
|
|
5516
5520
|
const getRecordDispatcher = (req) => {
|
|
5517
5521
|
const { resourceRequest, networkAdapter, resourceRequestContext } = req;
|
|
@@ -5572,7 +5576,6 @@ function matchRecordsHandlers(path, resourceRequest) {
|
|
|
5572
5576
|
}
|
|
5573
5577
|
return null;
|
|
5574
5578
|
}
|
|
5575
|
-
|
|
5576
5579
|
const defaultDispatcher = (req) => {
|
|
5577
5580
|
const { networkAdapter, resourceRequest, resourceRequestContext } = req;
|
|
5578
5581
|
return networkAdapter(resourceRequest, resourceRequestContext);
|
|
@@ -5806,4 +5809,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
5806
5809
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
5807
5810
|
|
|
5808
5811
|
export { CrudEventState, CrudEventType, UIAPI_GET_LAYOUT, UIAPI_GET_LAYOUT_USER_STATE, UIAPI_OBJECT_INFO_BATCH_PATH, UIAPI_OBJECT_INFO_PATH, UIAPI_RECORDS_PATH$1 as UIAPI_RECORDS_PATH, UIAPI_RELATED_LIST_RECORDS_BATCH_PATH, UIAPI_RELATED_LIST_RECORDS_PATH, createOkResponse$1 as createOkResponse, main as default, defaultActionConfig, dispatchAction as dispatchAuraAction, forceRecordTransactionsDisabled, getTransactionKey, instrument$1 as instrument, layoutStorage, layoutStorageStatsLogger, layoutUserStateStorage, layoutUserStateStorageStatsLogger, instrument as ldsNetworkAdapterInstrument, objectInfoStorage, objectInfoStorageStatsLogger, shouldForceRefresh };
|
|
5809
|
-
// version: 1.
|
|
5812
|
+
// version: 1.435.0-5818ce3c48
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.435.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS Network Adapter for Aura Runtime",
|
|
6
6
|
"main": "dist/ldsNetwork.js",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"@luvio/engine": "0.160.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-durable-storage": "^1.
|
|
42
|
-
"@salesforce/lds-environment-settings": "^1.
|
|
43
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
44
|
-
"@salesforce/lds-network-adapter": "^1.
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.435.0",
|
|
41
|
+
"@salesforce/lds-durable-storage": "^1.435.0",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.435.0",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.435.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.435.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|