@salesforce/lds-adapters-platform-interaction-orchestrator 1.242.1 → 1.244.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-platform-interaction-orchestrator",
3
- "version": "1.242.1",
3
+ "version": "1.244.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Interaction Orchestrator APIs",
6
6
  "main": "dist/es/es2018/platform-interaction-orchestrator.js",
@@ -32,7 +32,7 @@
32
32
  "module": "platformInteractionOrchestratorApi"
33
33
  },
34
34
  "scripts": {
35
- "build": "yarn build:raml && yarn build:services && yarn build:karma",
35
+ "build": "yarn build:services && yarn build:karma",
36
36
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
37
37
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
38
38
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
@@ -55,7 +55,11 @@
55
55
  "outputs": [
56
56
  "{projectRoot}/dist",
57
57
  "{projectRoot}/karma/dist",
58
- "{projectRoot}/sfdc",
58
+ "{projectRoot}/sfdc"
59
+ ]
60
+ },
61
+ "build:raml": {
62
+ "outputs": [
59
63
  "{projectRoot}/src/generated"
60
64
  ]
61
65
  }
package/sfdc/index.js CHANGED
@@ -1099,4 +1099,4 @@ withDefaultLuvio((luvio) => {
1099
1099
  });
1100
1100
 
1101
1101
  export { getOrchestrationInstanceCollection, getOrchestrationInstanceCollection_imperative };
1102
- // version: 1.242.1-5a8ee3f4c
1102
+ // version: 1.244.0-4d142822f