@justworkflowit/cdk-constructs 0.0.39 → 0.0.40

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.
@@ -51266,7 +51266,6 @@ async function deployWorkflows(organizationId, bucket, keys) {
51266
51266
  console.log(`\u2705 Created workflow version for: ${workflowName}`);
51267
51267
  } catch (err) {
51268
51268
  console.error(`\u274C Error processing ${key}`, err);
51269
- throw err;
51270
51269
  }
51271
51270
  }
51272
51271
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justworkflowit/cdk-constructs",
3
3
  "description": "",
4
- "version": "0.0.39",
4
+ "version": "0.0.40",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {