@salesforce/lds-adapters-industries-cib 1.261.0 → 1.262.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.
@@ -4,4 +4,4 @@ declare let getInteractionInsights: any;
4
4
  declare let getContactsInteractions_imperative: any;
5
5
  declare let getDealParties_imperative: any;
6
6
  declare let getInteractionInsights_imperative: any;
7
- export { getContactsInteractions, getDealParties, getInteractionInsights, getContactsInteractions_imperative, getDealParties_imperative, getInteractionInsights_imperative };
7
+ export { getContactsInteractions, getDealParties, getInteractionInsights, getContactsInteractions_imperative, getDealParties_imperative, getInteractionInsights_imperative, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-cib",
3
- "version": "1.261.0",
3
+ "version": "1.262.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for Corporate and Investment Banking use-cases",
6
6
  "main": "dist/es/es2018/industries-cib.js",
@@ -39,15 +39,14 @@
39
39
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-cib",
40
40
  "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-cib",
41
41
  "start": "nx build:karma && karma start",
42
- "test": "nx build:karma && karma start --single-run",
43
- "test:compat": "nx build:karma && karma start --single-run --compat"
42
+ "test": "nx build:karma && karma start --single-run"
44
43
  },
45
44
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.261.0"
45
+ "@salesforce/lds-bindings": "^1.262.0"
47
46
  },
48
47
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.261.0",
50
- "@salesforce/lds-karma": "^1.261.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.262.0",
49
+ "@salesforce/lds-karma": "^1.262.0"
51
50
  },
52
51
  "nx": {
53
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -1107,9 +1107,17 @@ let getContactsInteractions_imperative;
1107
1107
  let getDealParties_imperative;
1108
1108
  let getInteractionInsights_imperative;
1109
1109
  // Adapter Metadata
1110
- const getContactsInteractionsMetadata = { apiFamily: 'cib', name: 'getContactsInteractions', ttl: 60000 };
1110
+ const getContactsInteractionsMetadata = {
1111
+ apiFamily: 'cib',
1112
+ name: 'getContactsInteractions',
1113
+ ttl: 60000,
1114
+ };
1111
1115
  const getDealPartiesMetadata = { apiFamily: 'cib', name: 'getDealParties', ttl: 60000 };
1112
- const getInteractionInsightsMetadata = { apiFamily: 'cib', name: 'getInteractionInsights', ttl: 60000 };
1116
+ const getInteractionInsightsMetadata = {
1117
+ apiFamily: 'cib',
1118
+ name: 'getInteractionInsights',
1119
+ ttl: 60000,
1120
+ };
1113
1121
  // Notify Update Available
1114
1122
  function bindExportsTo(luvio) {
1115
1123
  // LDS Adapters
@@ -1139,4 +1147,4 @@ withDefaultLuvio((luvio) => {
1139
1147
  });
1140
1148
 
1141
1149
  export { getContactsInteractions, getContactsInteractions_imperative, getDealParties, getDealParties_imperative, getInteractionInsights, getInteractionInsights_imperative };
1142
- // version: 1.261.0-10ee630e7
1150
+ // version: 1.262.0-d3c071fdc