@salesforce/lds-adapters-community-navigation-menu 1.412.0 → 1.413.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.
@@ -269,7 +269,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
269
269
  function createResourceRequest(config) {
270
270
  const headers = {};
271
271
  return {
272
- baseUri: '/services/data/v66.0',
272
+ baseUri: '/services/data/v67.0',
273
273
  basePath: '/connect/communities/' + config.urlParams.communityId + '/navigation-menu/navigation-menu-items',
274
274
  method: 'get',
275
275
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-navigation-menu",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
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",
@@ -28,11 +28,11 @@
28
28
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-community-navigation-menu"
29
29
  },
30
30
  "dependencies": {
31
- "@salesforce/lds-bindings": "^1.412.0"
31
+ "@salesforce/lds-bindings": "^1.413.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@salesforce/lds-compiler-plugins": "^1.412.0",
35
- "@salesforce/lds-karma": "^1.412.0"
34
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
35
+ "@salesforce/lds-karma": "^1.413.0"
36
36
  },
37
37
  "nx": {
38
38
  "targets": {
package/sfdc/index.js CHANGED
@@ -279,7 +279,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
279
279
  function createResourceRequest(config) {
280
280
  const headers = {};
281
281
  return {
282
- baseUri: '/services/data/v66.0',
282
+ baseUri: '/services/data/v67.0',
283
283
  basePath: '/connect/communities/' + config.urlParams.communityId + '/navigation-menu/navigation-menu-items',
284
284
  method: 'get',
285
285
  body: null,
@@ -407,4 +407,4 @@ withDefaultLuvio((luvio) => {
407
407
  });
408
408
 
409
409
  export { getCommunityNavigationMenu, getCommunityNavigationMenu_imperative };
410
- // version: 1.412.0-9006885059
410
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '54.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0