@salesforce/lds-network-fetch 1.384.0 → 1.386.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.
@@ -227,7 +227,7 @@ const { join, push, unshift } = Array.prototype;
227
227
  const { isArray } = Array;
228
228
  const { entries, keys } = Object;
229
229
 
230
- const UI_API_BASE_URI = '/services/data/v65.0/ui-api';
230
+ const UI_API_BASE_URI = '/services/data/v66.0/ui-api';
231
231
 
232
232
  const LDS_RECORDS_AGGREGATE_UI = 'LDS_Records_AggregateUi';
233
233
  // Boundary which represents the limit that we start chunking at,
@@ -807,4 +807,4 @@ function instrument(newInstrumentation) {
807
807
  }
808
808
 
809
809
  export { instrument, setupFetchNetworkAdapter, setupLexNetworkAdapter };
810
- // version: 1.384.0-cb845692ac
810
+ // version: 1.386.0-667e615528
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-fetch",
3
- "version": "1.384.0",
3
+ "version": "1.386.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter using fetch",
6
6
  "main": "dist/ldsNetworkFetch.js",
@@ -38,6 +38,6 @@
38
38
  "@luvio/network-adapter-fetch": "0.158.7"
39
39
  },
40
40
  "devDependencies": {
41
- "@salesforce/lds-network-aura": "^1.384.0"
41
+ "@salesforce/lds-network-aura": "^1.386.0"
42
42
  }
43
43
  }