@salesforce/lds-adapters-community-navigation-menu 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.
|
@@ -287,7 +287,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
287
287
|
function createResourceRequest(config) {
|
|
288
288
|
const headers = {};
|
|
289
289
|
return {
|
|
290
|
-
baseUri: '/services/data/
|
|
290
|
+
baseUri: '/services/data/v59.0',
|
|
291
291
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/navigation-menu/navigation-menu-items',
|
|
292
292
|
method: 'get',
|
|
293
293
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-community-navigation-menu",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.6",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters Community Navigation Menu",
|
|
6
6
|
"main": "dist/es/es2018/community-navigation-menu.js",
|
package/sfdc/index.js
CHANGED
|
@@ -297,7 +297,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
297
297
|
function createResourceRequest(config) {
|
|
298
298
|
const headers = {};
|
|
299
299
|
return {
|
|
300
|
-
baseUri: '/services/data/
|
|
300
|
+
baseUri: '/services/data/v59.0',
|
|
301
301
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/navigation-menu/navigation-menu-items',
|
|
302
302
|
method: 'get',
|
|
303
303
|
body: null,
|
|
@@ -476,4 +476,4 @@ withDefaultLuvio((luvio) => {
|
|
|
476
476
|
});
|
|
477
477
|
|
|
478
478
|
export { getCommunityNavigationMenu, getCommunityNavigationMenu_imperative };
|
|
479
|
-
// version: 1.134.
|
|
479
|
+
// version: 1.134.6-a88a77801
|