@salesforce/lds-adapters-cms-orchestrator 1.100.2 → 1.100.4
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.
- package/package.json +3 -3
- 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.100.
|
|
3
|
+
"version": "1.100.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Integration between CMS and Flow Orchestrator.",
|
|
6
6
|
"main": "dist/umd/es2018/cms-orchestrator.js",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@salesforce/lds-bindings": "^1.100.
|
|
55
|
+
"@salesforce/lds-bindings": "^1.100.4"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@luvio/cli": "0.135.4",
|
|
59
59
|
"@luvio/compiler": "0.135.4",
|
|
60
60
|
"@luvio/engine": "0.135.4",
|
|
61
61
|
"@luvio/lwc-luvio": "0.135.4",
|
|
62
|
-
"@salesforce/lds-karma": "^1.100.
|
|
62
|
+
"@salesforce/lds-karma": "^1.100.4"
|
|
63
63
|
},
|
|
64
64
|
"volta": {
|
|
65
65
|
"extends": "../../package.json"
|
package/sfdc/index.js
CHANGED
|
@@ -1821,4 +1821,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1821
1821
|
});
|
|
1822
1822
|
|
|
1823
1823
|
export { createManagedContentOrchestrationInstance, getManagedContentOrchestrationDefinitions, getManagedContentOrchestrationDefinitions_imperative, getManagedContentOrchestrationInstances, getManagedContentOrchestrationInstances_imperative, getManagedContentRunningOrchestrationHistoryEvents, getManagedContentRunningOrchestrationHistoryEvents_imperative };
|
|
1824
|
-
// version: 1.100.
|
|
1824
|
+
// version: 1.100.4-ce1be23b7
|