@salesforce/lds-network-aura 1.134.4 → 1.134.6

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.
@@ -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/v58.0';
24
+ const BASE_URI = '/services/data/v59.0';
25
25
  const CONNECT_BASE_URI = `${BASE_URI}/connect`;
26
26
  const COMMERCE_BASE_URI = `${BASE_URI}/commerce`;
27
27
  const COMMERCE_EXTENSION_BASE_URI = `${COMMERCE_BASE_URI}/extension`;
@@ -319,7 +319,7 @@ function executeSoqlQueryPost(resourceRequest) {
319
319
  }
320
320
  router.post((path) => path.startsWith(`${WAVE_BASE_URI}/soql`), executeSoqlQueryPost);
321
321
 
322
- const LWR_APEX_BASE_URI = '/lwr/apex/v58.0';
322
+ const LWR_APEX_BASE_URI = '/lwr/apex/v59.0';
323
323
  const ApexController = 'ApexActionController.execute';
324
324
  const CACHE_CONTROL = 'Cache-Control';
325
325
  const X_SFDC_ALLOW_CONTINUATION = 'X-SFDC-Allow-Continuation';
@@ -2456,7 +2456,7 @@ const { join, push, unshift } = Array.prototype;
2456
2456
  const { isArray } = Array;
2457
2457
  const { entries, keys } = Object;
2458
2458
 
2459
- const UI_API_BASE_URI = '/services/data/v58.0/ui-api';
2459
+ const UI_API_BASE_URI = '/services/data/v59.0/ui-api';
2460
2460
 
2461
2461
  let instrumentation = {
2462
2462
  aggregateUiChunkCount: (_cb) => { },
@@ -2961,4 +2961,4 @@ function auraNetworkAdapter(resourceRequest) {
2961
2961
  var main = platformNetworkAdapter(auraNetworkAdapter);
2962
2962
 
2963
2963
  export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
2964
- // version: 1.134.4-b3535d2e7
2964
+ // version: 1.134.6-b7fe2f556
@@ -1 +1 @@
1
- export declare const LWR_APEX_BASE_URI = "/lwr/apex/v58.0";
1
+ export declare const LWR_APEX_BASE_URI = "/lwr/apex/v59.0";
@@ -1,4 +1,4 @@
1
- export declare const BASE_URI = "/services/data/v58.0";
1
+ export declare const BASE_URI = "/services/data/v59.0";
2
2
  export declare const CONNECT_BASE_URI: string;
3
3
  export declare const COMMERCE_BASE_URI: string;
4
4
  export declare const COMMERCE_EXTENSION_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",