@doflo/flow-interfaces
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -49,2 +49,7 @@ /** | ||
endpoints?: AppEndpointsSchema[]; | ||
/** | ||
* If a host key is supplied the root host name of the element is modified to include the | ||
* host key so the host name will effectively become {hostkey}-{elementName}.doflo.com | ||
*/ | ||
hostkey?: string; | ||
} | ||
@@ -51,0 +56,0 @@ export interface AppEndpointsSchema { |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "A boilerplate repo for publishing typescript packages to npm", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
159979
1464