@salesforce/lds-adapters-community-navigation-menu 1.260.0 → 1.261.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/sfdc/index.js +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-navigation-menu",
3
- "version": "1.260.0",
3
+ "version": "1.261.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",
@@ -29,11 +29,11 @@
29
29
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-community-navigation-menu"
30
30
  },
31
31
  "dependencies": {
32
- "@salesforce/lds-bindings": "^1.260.0"
32
+ "@salesforce/lds-bindings": "^1.261.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@salesforce/lds-compiler-plugins": "^1.260.0",
36
- "@salesforce/lds-karma": "^1.260.0"
35
+ "@salesforce/lds-compiler-plugins": "^1.261.0",
36
+ "@salesforce/lds-karma": "^1.261.0"
37
37
  },
38
38
  "nx": {
39
39
  "targets": {
package/sfdc/index.js CHANGED
@@ -388,21 +388,23 @@ let getCommunityNavigationMenu;
388
388
  let getCommunityNavigationMenu_imperative;
389
389
  // Adapter Metadata
390
390
  const getCommunityNavigationMenuMetadata = { apiFamily: 'CommunityNavigation', name: 'getCommunityNavigationMenu' };
391
+ // Notify Update Available
391
392
  function bindExportsTo(luvio) {
392
393
  // LDS Adapters
393
394
  const getCommunityNavigationMenu_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getCommunityNavigationMenu', getCommunityNavigationMenuAdapterFactory), getCommunityNavigationMenuMetadata);
394
395
  return {
395
396
  getCommunityNavigationMenu: createWireAdapterConstructor(luvio, getCommunityNavigationMenu_ldsAdapter, getCommunityNavigationMenuMetadata),
396
397
  // Imperative GET Adapters
397
- getCommunityNavigationMenu_imperative: createImperativeAdapter(luvio, getCommunityNavigationMenu_ldsAdapter, getCommunityNavigationMenuMetadata)
398
+ getCommunityNavigationMenu_imperative: createImperativeAdapter(luvio, getCommunityNavigationMenu_ldsAdapter, getCommunityNavigationMenuMetadata),
399
+ // Notify Update Availables
398
400
  };
399
401
  }
400
402
  withDefaultLuvio((luvio) => {
401
403
  ({
402
404
  getCommunityNavigationMenu,
403
- getCommunityNavigationMenu_imperative
405
+ getCommunityNavigationMenu_imperative,
404
406
  } = bindExportsTo(luvio));
405
407
  });
406
408
 
407
409
  export { getCommunityNavigationMenu, getCommunityNavigationMenu_imperative };
408
- // version: 1.260.0-7a5d1675a
410
+ // version: 1.261.0-10ee630e7