@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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlineapps/conn-orch-orchestrator",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Workflow orchestration connector for OA Drive - handles message routing and workflow execution",
5
5
  "main": "src/index.js",
6
6
  "scripts": {