apigee-templater-module
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -30,3 +30,3 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
fs_1.default.writeFileSync(outputDir + "/targets/" + inputConfig.targetName + ".xml", this.template({ targetNale: inputConfig.targetName, targetUrl: inputConfig.targetUrl })); | ||
fs_1.default.writeFileSync(outputDir + "/targets/" + inputConfig.targetName + ".xml", this.template({ targetName: inputConfig.targetName, targetUrl: inputConfig.targetUrl })); | ||
resolve(true); | ||
@@ -33,0 +33,0 @@ }); |
{ | ||
"name": "apigee-templater-module", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "This library provides templating services for Apigee X proxies.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-templater", |
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
27904