@salesforce/lds-network-aura 1.431.0 → 1.432.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
CHANGED
|
@@ -21,7 +21,7 @@ import { getEnvironmentSetting, EnvironmentSettings } from 'force/ldsEnvironment
|
|
|
21
21
|
const { create, entries: entries$1, keys: keys$1 } = Object;
|
|
22
22
|
const { parse: parse$1, stringify: stringify$1 } = JSON;
|
|
23
23
|
|
|
24
|
-
const BASE_URI = '/services/data/
|
|
24
|
+
const BASE_URI = '/services/data/v68.0';
|
|
25
25
|
const CONNECT_BASE_URI = `${BASE_URI}/connect`;
|
|
26
26
|
const ASSET_MANAGEMENT_BASE_URI = `${BASE_URI}/asset-management`;
|
|
27
27
|
const COMMERCE_BASE_URI = `${BASE_URI}/commerce`;
|
|
@@ -472,7 +472,7 @@ router.post((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataG
|
|
|
472
472
|
router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs/retry`), buildDataGraphAction('CdpDataGraphController.retryDataGraph'));
|
|
473
473
|
router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataGraphAction('CdpDataGraphController.editDataGraph'));
|
|
474
474
|
|
|
475
|
-
const LWR_APEX_BASE_URI = '/lwr/apex/
|
|
475
|
+
const LWR_APEX_BASE_URI = '/lwr/apex/v68.0';
|
|
476
476
|
const ApexController = 'ApexActionController.execute';
|
|
477
477
|
const CACHE_CONTROL = 'Cache-Control';
|
|
478
478
|
const X_SFDC_ALLOW_CONTINUATION = 'X-SFDC-Allow-Continuation';
|
|
@@ -5369,7 +5369,7 @@ const { join, push, unshift } = Array.prototype;
|
|
|
5369
5369
|
const { isArray } = Array;
|
|
5370
5370
|
const { entries, keys } = Object;
|
|
5371
5371
|
|
|
5372
|
-
const UI_API_BASE_URI = '/services/data/
|
|
5372
|
+
const UI_API_BASE_URI = '/services/data/v68.0/ui-api';
|
|
5373
5373
|
|
|
5374
5374
|
let instrumentation = {
|
|
5375
5375
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -5874,4 +5874,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
5874
5874
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
5875
5875
|
|
|
5876
5876
|
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 };
|
|
5877
|
-
// version: 1.
|
|
5877
|
+
// version: 1.432.0-a57c62b660
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LWR_APEX_BASE_URI = "/lwr/apex/
|
|
1
|
+
export declare const LWR_APEX_BASE_URI = "/lwr/apex/v68.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.432.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.432.0",
|
|
41
|
+
"@salesforce/lds-durable-storage": "^1.432.0",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.432.0",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.432.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.432.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|