@salesforce/lds-adapters-sales-pathassistant 1.245.0 → 1.246.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-sales-pathassistant",
3
- "version": "1.245.0",
3
+ "version": "1.246.0",
4
4
  "description": "Connect APIs for Path Assistant",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-pathassistant.js",
@@ -31,7 +31,7 @@
31
31
  "darrel.liu@salesforce.com"
32
32
  ],
33
33
  "scripts": {
34
- "build": "yarn build:raml && yarn build:services",
34
+ "build": "yarn build:services",
35
35
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
36
36
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
37
37
  "clean": "rm -rf dist sfdc src/generated karma/dist",
@@ -52,7 +52,11 @@
52
52
  "outputs": [
53
53
  "{projectRoot}/dist",
54
54
  "{projectRoot}/karma/dist",
55
- "{projectRoot}/sfdc",
55
+ "{projectRoot}/sfdc"
56
+ ]
57
+ },
58
+ "build:raml": {
59
+ "outputs": [
56
60
  "{projectRoot}/src/generated"
57
61
  ]
58
62
  }
package/sfdc/index.js CHANGED
@@ -1348,4 +1348,4 @@ withDefaultLuvio((luvio) => {
1348
1348
  });
1349
1349
 
1350
1350
  export { getPathAssistant, getPathAssistantDaysInStage, getPathAssistantDaysInStage_imperative, getPathAssistant_imperative };
1351
- // version: 1.245.0-df5596041
1351
+ // version: 1.246.0-3f6b4cf3f