@salesforce/lds-adapters-platform-interaction-orchestrator 1.261.0 → 1.262.1

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 -5
  2. package/sfdc/index.js +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-interaction-orchestrator",
3
- "version": "1.261.0",
3
+ "version": "1.262.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Interaction Orchestrator APIs",
6
6
  "main": "dist/es/es2018/platform-interaction-orchestrator.js",
@@ -39,15 +39,14 @@
39
39
  "clean": "rm -rf dist sfdc src/generated karma/dist",
40
40
  "start": "nx build:karma && karma start",
41
41
  "test": "nx build:karma && karma start --single-run",
42
- "test:compat": "nx build:karma && karma start --single-run --compat",
43
42
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-interaction-orchestrator"
44
43
  },
45
44
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.261.0"
45
+ "@salesforce/lds-bindings": "^1.262.1"
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.1",
49
+ "@salesforce/lds-karma": "^1.262.1"
51
50
  },
52
51
  "nx": {
53
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -1081,7 +1081,11 @@ let getOrchestrationInstanceCollection;
1081
1081
  // Imperative GET Adapters
1082
1082
  let getOrchestrationInstanceCollection_imperative;
1083
1083
  // Adapter Metadata
1084
- const getOrchestrationInstanceCollectionMetadata = { apiFamily: 'InteractionOrchestrator', name: 'getOrchestrationInstanceCollection', ttl: 100 };
1084
+ const getOrchestrationInstanceCollectionMetadata = {
1085
+ apiFamily: 'InteractionOrchestrator',
1086
+ name: 'getOrchestrationInstanceCollection',
1087
+ ttl: 100,
1088
+ };
1085
1089
  // Notify Update Available
1086
1090
  function bindExportsTo(luvio) {
1087
1091
  // LDS Adapters
@@ -1094,11 +1098,9 @@ function bindExportsTo(luvio) {
1094
1098
  };
1095
1099
  }
1096
1100
  withDefaultLuvio((luvio) => {
1097
- ({
1098
- getOrchestrationInstanceCollection,
1099
- getOrchestrationInstanceCollection_imperative,
1100
- } = bindExportsTo(luvio));
1101
+ ({ getOrchestrationInstanceCollection, getOrchestrationInstanceCollection_imperative } =
1102
+ bindExportsTo(luvio));
1101
1103
  });
1102
1104
 
1103
1105
  export { getOrchestrationInstanceCollection, getOrchestrationInstanceCollection_imperative };
1104
- // version: 1.261.0-10ee630e7
1106
+ // version: 1.262.1-9a1924e93