apigee-templater-module
Advanced tools
Comparing version 0.4.17 to 0.4.18
@@ -47,2 +47,3 @@ export interface ApigeeTemplateInput { | ||
localPath: string; | ||
template?: ApigeeTemplateInput; | ||
} | ||
@@ -49,0 +50,0 @@ export declare class PlugInResult { |
@@ -117,2 +117,3 @@ "use strict"; | ||
result.localPath = outputDir + "/" + genInput.name + ".zip"; | ||
result.template = genInput; | ||
resolve(result); | ||
@@ -119,0 +120,0 @@ }); |
{ | ||
"name": "apigee-templater-module", | ||
"version": "0.4.17", | ||
"version": "0.4.18", | ||
"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
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
51379
769