@salesforce/lds-adapters-platform-interaction-orchestrator 1.246.0 → 1.248.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 +10 -6
  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.246.0",
3
+ "version": "1.248.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,14 +32,14 @@
32
32
  "module": "platformInteractionOrchestratorApi"
33
33
  },
34
34
  "scripts": {
35
- "build": "yarn build:services && yarn build:karma",
35
+ "build": "yarn build:services",
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",
39
39
  "clean": "rm -rf dist sfdc src/generated karma/dist",
40
- "start": "karma start",
41
- "test": "karma start --single-run",
42
- "test:compat": "karma start --single-run --compat",
40
+ "start": "nx build:karma && karma start",
41
+ "test": "nx build:karma && karma start --single-run",
42
+ "test:compat": "nx build:karma && karma start --single-run --compat",
43
43
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-interaction-orchestrator"
44
44
  },
45
45
  "dependencies": {
@@ -54,7 +54,6 @@
54
54
  "build": {
55
55
  "outputs": [
56
56
  "{projectRoot}/dist",
57
- "{projectRoot}/karma/dist",
58
57
  "{projectRoot}/sfdc"
59
58
  ]
60
59
  },
@@ -62,6 +61,11 @@
62
61
  "outputs": [
63
62
  "{projectRoot}/src/generated"
64
63
  ]
64
+ },
65
+ "build:karma": {
66
+ "outputs": [
67
+ "{projectRoot}/karma/dist"
68
+ ]
65
69
  }
66
70
  }
67
71
  },
package/sfdc/index.js CHANGED
@@ -1099,4 +1099,4 @@ withDefaultLuvio((luvio) => {
1099
1099
  });
1100
1100
 
1101
1101
  export { getOrchestrationInstanceCollection, getOrchestrationInstanceCollection_imperative };
1102
- // version: 1.246.0-3f6b4cf3f
1102
+ // version: 1.248.0-0a41f7ec3