@salesforce/lds-adapters-sales-eci 1.308.0-dev5 → 1.308.0-dev6

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 +4 -4
  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.308.0-dev5",
3
+ "version": "1.308.0-dev6",
4
4
  "description": "Einstein Conversation Insights",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-eci.js",
@@ -45,11 +45,11 @@
45
45
  "test:unit": "jest"
46
46
  },
47
47
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.308.0-dev5"
48
+ "@salesforce/lds-bindings": "^1.308.0-dev6"
49
49
  },
50
50
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.308.0-dev5",
52
- "@salesforce/lds-karma": "^1.308.0-dev5"
51
+ "@salesforce/lds-compiler-plugins": "^1.308.0-dev6",
52
+ "@salesforce/lds-karma": "^1.308.0-dev6"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -1830,4 +1830,4 @@ withDefaultLuvio((luvio) => {
1830
1830
  });
1831
1831
 
1832
1832
  export { generateConversationSummary, getConversationGenerativeInsight, getConversationGenerativeInsightNotifyChange, getConversationGenerativeInsight_imperative, getConversationSummaryRelatedList, getConversationSummaryRelatedListNotifyChange, getConversationSummaryRelatedList_imperative, getTranscript, getTranscript_imperative, initiateMeeting, terminateMeeting };
1833
- // version: 1.308.0-dev5-7e965f814e
1833
+ // version: 1.308.0-dev6-76d7a63e29