Comparing version 3.6.0 to 3.7.0
@@ -52,3 +52,3 @@ #!/usr/bin/env node | ||
const tsNodePath = path.join(npmBin.trim(), 'ts-node'); | ||
child_process_1.exec(`${tsNodePath} -e "import t from '${path.resolve(resolvedTemplatePath)}'; console.log(t)"`, (err, template, stderr) => { | ||
child_process_1.exec(`${tsNodePath} -e "import t from '${resolvedTemplatePath}'; console.log(t)"`, (err, template, stderr) => { | ||
if (err) { | ||
@@ -55,0 +55,0 @@ console.error(err); |
{ | ||
"name": "cloudform", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"description": "TypeScript-based imperative way to define AWS CloudFormation templates", | ||
@@ -23,3 +23,3 @@ "main": "packages/cloudform/index.js", | ||
"dependencies": { | ||
"cloudform-types": "^3.6.0", | ||
"cloudform-types": "^3.7.0", | ||
"jsonminify": "^0.4.1", | ||
@@ -36,4 +36,3 @@ "ts-node": "^5.0.1", | ||
"node-fetch": "^1.7.3" | ||
}, | ||
"gitHead": "91ccc59ae679dbcc9b35f027b11c50ec7a11f346" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9124
Updatedcloudform-types@^3.7.0