@salesforce/lds-adapters-community-navigation-menu 1.243.0 → 1.245.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 +7 -3
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-navigation-menu",
3
- "version": "1.243.0",
3
+ "version": "1.245.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",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "scripts": {
20
20
  "clean": "rm -rf dist sfdc src/generated karma/dist",
21
- "build": "yarn build:raml && yarn build:services && yarn build:karma",
21
+ "build": "yarn build:services && yarn build:karma",
22
22
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
23
23
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
24
24
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
@@ -41,7 +41,11 @@
41
41
  "outputs": [
42
42
  "{projectRoot}/dist",
43
43
  "{projectRoot}/karma/dist",
44
- "{projectRoot}/sfdc",
44
+ "{projectRoot}/sfdc"
45
+ ]
46
+ },
47
+ "build:raml": {
48
+ "outputs": [
45
49
  "{projectRoot}/src/generated"
46
50
  ]
47
51
  }
package/sfdc/index.js CHANGED
@@ -405,4 +405,4 @@ withDefaultLuvio((luvio) => {
405
405
  });
406
406
 
407
407
  export { getCommunityNavigationMenu, getCommunityNavigationMenu_imperative };
408
- // version: 1.243.0-c7d8ec9e0
408
+ // version: 1.245.0-df5596041