@contrail/documents
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -31,2 +31,4 @@ export interface TextStyleDefinition { | ||
opacity?: number; | ||
markerStart?: string; | ||
markerEnd?: string; | ||
} | ||
@@ -33,0 +35,0 @@ export interface SizeDefinition { |
@@ -12,5 +12,4 @@ import { LineDefinition, PositionDefinition, RotationDefinition } from './common'; | ||
lineDefinition?: LineDefinition; | ||
markerEnd?: string; | ||
label?: string; | ||
annotations?: any; | ||
} |
{ | ||
"name": "@contrail/documents", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "Documents library for contrail platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
17924
515