@znemz/cfn-include 2.0.0 → 2.0.1

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/index.js +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -645,6 +645,7 @@ async function handleIncludeBody({ scope, args, body, absolute }) {
645
645
  scope,
646
646
  cft: temp,
647
647
  doEnv: args.doEnv,
648
+ doEval: args.doEval,
648
649
  doLog: args.doLog,
649
650
  inject: args.inject,
650
651
  }).then((_temp) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@znemz/cfn-include",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Preprocessor for CloudFormation templates with support for loops and flexible include statements",
5
5
  "keywords": [
6
6
  "aws",
@@ -71,7 +71,7 @@
71
71
  "mocha": "10.2.0",
72
72
  "npm-run-all": "4.1.5",
73
73
  "prettier": "3",
74
- "serve": "14.2.1",
74
+ "serve": "14.2.4",
75
75
  "sort-package-json": "2.10.1"
76
76
  },
77
77
  "engines": {