@salesforce/lds-adapters-cms-orchestrator 1.404.0-dev4 → 1.404.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-cms-orchestrator",
3
- "version": "1.404.0-dev4",
3
+ "version": "1.404.0-dev6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Integration between CMS and Flow Orchestrator.",
6
6
  "main": "dist/es/es2018/cms-orchestrator.js",
@@ -59,11 +59,11 @@
59
59
  }
60
60
  },
61
61
  "dependencies": {
62
- "@salesforce/lds-bindings": "^1.404.0-dev4"
62
+ "@salesforce/lds-bindings": "^1.404.0-dev6"
63
63
  },
64
64
  "devDependencies": {
65
- "@salesforce/lds-compiler-plugins": "^1.404.0-dev4",
66
- "@salesforce/lds-karma": "^1.404.0-dev4"
65
+ "@salesforce/lds-compiler-plugins": "^1.404.0-dev6",
66
+ "@salesforce/lds-karma": "^1.404.0-dev6"
67
67
  },
68
68
  "volta": {
69
69
  "extends": "../../package.json"
package/sfdc/index.js CHANGED
@@ -1995,4 +1995,4 @@ withDefaultLuvio((luvio) => {
1995
1995
  });
1996
1996
 
1997
1997
  export { createManagedContentOrchestrationInstance, deleteManagedContentCancelOrchestrationInstance, getManagedContentOrchestrationDefinitions, getManagedContentOrchestrationDefinitions_imperative, getManagedContentOrchestrationInstance, getManagedContentOrchestrationInstanceNotifyChange, getManagedContentOrchestrationInstance_imperative, getManagedContentOrchestrationInstances, getManagedContentOrchestrationInstances_imperative, getManagedContentRunningOrchestrationHistoryEvents, getManagedContentRunningOrchestrationHistoryEvents_imperative };
1998
- // version: 1.404.0-dev4-42147f9daa
1998
+ // version: 1.404.0-dev6-7d450dc392