@salesforce/lds-network-fetch 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.
@@ -271,7 +271,7 @@ const { join, push, unshift } = Array.prototype;
271
271
  const { isArray } = Array;
272
272
  const { entries, keys } = Object;
273
273
 
274
- const UI_API_BASE_URI = '/services/data/v67.0/ui-api';
274
+ const UI_API_BASE_URI = '/services/data/v68.0/ui-api';
275
275
 
276
276
  const LDS_RECORDS_AGGREGATE_UI = 'LDS_Records_AggregateUi';
277
277
  // Boundary which represents the limit that we start chunking at,
@@ -847,4 +847,4 @@ function instrument(newInstrumentation) {
847
847
  }
848
848
 
849
849
  export { instrument, setupFetchNetworkAdapter, setupLexNetworkAdapter };
850
- // version: 1.431.0-0cb7677555
850
+ // version: 1.432.0-a57c62b660
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-fetch",
3
- "version": "1.431.0",
3
+ "version": "1.432.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter using fetch",
6
6
  "main": "dist/ldsNetworkFetch.js",
@@ -38,7 +38,7 @@
38
38
  "@luvio/network-adapter-fetch": "0.160.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@salesforce/lds-network-aura": "^1.431.0"
41
+ "@salesforce/lds-network-aura": "^1.432.0"
42
42
  },
43
43
  "volta": {
44
44
  "extends": "../../package.json"