@firestartr/cli 1.49.0-snapshot-5 → 1.49.0-snapshot-7

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/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -308003,7 +308003,7 @@ async function renderer_render(catalogScope, firestartrScope, claimList) {
308003
308003
  }
308004
308004
  catch (e) {
308005
308005
  cdk8s_renderer_src_logger.error(e.message);
308006
- throw new Error(e.message);
308006
+ throw e;
308007
308007
  }
308008
308008
  return result;
308009
308009
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.49.0-snapshot-5",
3
+ "version": "1.49.0-snapshot-7",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",