@onlineapps/conn-orch-orchestrator 1.0.13 → 1.0.14
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/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -135,4 +135,6 @@ npm run test:integration
|
|
|
135
135
|
|
|
136
136
|
- [Complete Connectors Documentation](../../../docs/modules/connector.md)
|
|
137
137
|
- [Workflow Architecture](../../../docs/modules/workflow.md)
|
|
138
|
-
- [Testing Standards](../../../docs/modules/connector.md#testing-standards)
|
|
138
|
+
- [Testing Standards](../../../docs/modules/connector.md#testing-standards)
|
|
139
|
+
## Version History
|
|
140
|
+
- 1.0.13: Added variable reference resolution in step inputs
|
package/package.json
CHANGED