apigee-templater-module
Advanced tools
Comparing version 0.4.12 to 0.4.13
@@ -47,3 +47,3 @@ "use strict"; | ||
result.files.forEach((file) => { | ||
fs_1.default.writeFileSync(outputDir + file.path, file.contents); | ||
fs_1.default.writeFileSync(newOutputDir + file.path, file.contents); | ||
}); | ||
@@ -50,0 +50,0 @@ }); |
{ | ||
"name": "apigee-templater-module", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"description": "This library provides templating services for Apigee X proxies.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-templater", |
Sorry, the diff of this file is not supported yet
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
27719