apigee-templater-module
Advanced tools
Comparing version 2.6.5 to 2.6.6
@@ -51,2 +51,6 @@ /** | ||
flowRunPoints: FlowRunPoint[]; | ||
files: { | ||
[key: string]: string; | ||
}; | ||
properties: any; | ||
} | ||
@@ -53,0 +57,0 @@ /** Describes a proxy to be templated */ |
@@ -50,2 +50,4 @@ /** | ||
flowRunPoints = []; | ||
files = {}; | ||
properties = {}; | ||
} | ||
@@ -52,0 +54,0 @@ /** Describes a proxy to be templated */ |
{ | ||
"name": "apigee-templater-module", | ||
"version": "2.6.5", | ||
"version": "2.6.6", | ||
"description": "This library provides templating services for Apigee X proxies.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-templater", |
153689
4108