apigee-templater-module
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -26,2 +26,6 @@ "use strict"; | ||
let processingVars = new Map(); | ||
fs_1.default.mkdirSync(outputDir + "/proxies", { recursive: true }); | ||
fs_1.default.mkdirSync(outputDir + "/targets", { recursive: true }); | ||
fs_1.default.mkdirSync(outputDir + "/policies", { recursive: true }); | ||
fs_1.default.mkdirSync(outputDir + "/resources", { recursive: true }); | ||
for (let endpoint of genInput.proxyEndpoints) { | ||
@@ -28,0 +32,0 @@ for (let plugin of plugins) { |
{ | ||
"name": "apigee-templater-module", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "This library provides templating services for Apigee X proxies.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc" | ||
"build": "tsc", | ||
"deploy": "tsc && npm publish" | ||
}, | ||
@@ -9,0 +10,0 @@ "keywords": [ |
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
15533
232