@salesforce/lds-adapters-sales-eci 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-sales-eci",
3
- "version": "1.246.0",
3
+ "version": "1.248.0",
4
4
  "description": "Einstein Conversation Insights",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-eci.js",
@@ -32,16 +32,16 @@
32
32
  "cgamble@salesforce.com"
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
40
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-sales-eci",
41
41
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-sales-eci",
42
- "start": "karma start",
43
- "test": "karma start --single-run",
44
- "test:compat": "karma start --single-run --compat",
42
+ "start": "nx build:karma && karma start",
43
+ "test": "nx build:karma && karma start --single-run",
44
+ "test:compat": "nx build:karma && karma start --single-run --compat",
45
45
  "test:unit": "jest"
46
46
  },
47
47
  "dependencies": {
@@ -56,7 +56,6 @@
56
56
  "build": {
57
57
  "outputs": [
58
58
  "{projectRoot}/dist",
59
- "{projectRoot}/karma/dist",
60
59
  "{projectRoot}/sfdc"
61
60
  ]
62
61
  },
@@ -64,6 +63,11 @@
64
63
  "outputs": [
65
64
  "{projectRoot}/src/generated"
66
65
  ]
66
+ },
67
+ "build:karma": {
68
+ "outputs": [
69
+ "{projectRoot}/karma/dist"
70
+ ]
67
71
  }
68
72
  }
69
73
  },
package/sfdc/index.js CHANGED
@@ -1032,4 +1032,4 @@ withDefaultLuvio((luvio) => {
1032
1032
  });
1033
1033
 
1034
1034
  export { generateConversationSummary, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative, getTranscript, getTranscript_imperative };
1035
- // version: 1.246.0-3f6b4cf3f
1035
+ // version: 1.248.0-0a41f7ec3