apigee-templater-module
Advanced tools
Comparing version 2.6.6 to 2.6.7
@@ -48,9 +48,9 @@ /** | ||
export declare class step { | ||
type: string; | ||
type?: string; | ||
name: string; | ||
flowRunPoints: FlowRunPoint[]; | ||
files: { | ||
files?: { | ||
[key: string]: string; | ||
}; | ||
properties: any; | ||
properties?: any; | ||
} | ||
@@ -57,0 +57,0 @@ /** Describes a proxy to be templated */ |
{ | ||
"name": "apigee-templater-module", | ||
"version": "2.6.6", | ||
"version": "2.6.7", | ||
"description": "This library provides templating services for Apigee X proxies.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-templater", |
153692