@justworkflowit/cdk-constructs 0.0.42 → 0.0.43

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.
@@ -56339,7 +56339,7 @@ async function deployWorkflows(organizationId, bucket, keys) {
56339
56339
  await api.registerWorkflowVersion({
56340
56340
  workflowId,
56341
56341
  organizationId,
56342
- definition: definitionJson
56342
+ definition: definitionStr
56343
56343
  });
56344
56344
  console.log(`\u2705 Created workflow version for: ${workflowName}`);
56345
56345
  } catch (err) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justworkflowit/cdk-constructs",
3
3
  "description": "",
4
- "version": "0.0.42",
4
+ "version": "0.0.43",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {