@dicy/types
Advanced tools
Comparing version 0.12.3 to 0.13.0
{ | ||
"name": "@dicy/types", | ||
"version": "0.12.3", | ||
"version": "0.13.0", | ||
"description": "Shared types for DiCy.", | ||
@@ -31,14 +31,14 @@ "keywords": [ | ||
"dependencies": { | ||
"fs-extra": "^4.0.3", | ||
"fs-extra": "^5.0.0", | ||
"js-yaml": "^3.10.0" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^4.0.3", | ||
"@types/fs-extra": "^5.0.0", | ||
"@types/js-yaml": "^3.10.1", | ||
"@types/node": "^8.0.56", | ||
"jasmine": "^2.8.0", | ||
"@types/node": "^9.4.6", | ||
"jasmine": "^3.0.0", | ||
"jasmine-ts": "^0.2.1", | ||
"rimraf": "^2.6.2", | ||
"typescript": "^2.6.2" | ||
"typescript": "^2.7.2" | ||
} | ||
} |
@@ -24,2 +24,3 @@ export declare type Uri = string; | ||
type: OptionType; | ||
title?: string; | ||
defaultValue?: any; | ||
@@ -33,2 +34,3 @@ description: string; | ||
export declare type DviToPdfEngine = 'dvipdfm' | 'xdvipdfmx' | 'dvipdfmx'; | ||
export declare type Engine = 'latex' | 'lualatex' | 'pdflatex' | 'platex' | 'uplatex' | 'xelatex'; | ||
export declare type EpstopdfBoundingBox = 'default' | 'exact' | 'hires'; | ||
@@ -62,3 +64,3 @@ export declare type IndexEngine = 'makeindex' | 'mendex' | 'texindy' | 'upmendex'; | ||
dviToPdfEngine: DviToPdfEngine; | ||
engine: string; | ||
engine: Engine; | ||
epstopdfBoundingBox: EpstopdfBoundingBox; | ||
@@ -124,3 +126,3 @@ epstopdfOutputPath: string; | ||
dviToPdfEngine?: DviToPdfEngine; | ||
engine?: string; | ||
engine?: Engine; | ||
epstopdfBoundingBox?: EpstopdfBoundingBox; | ||
@@ -127,0 +129,0 @@ epstopdfOutputPath?: string; |
Sorry, the diff of this file is not supported yet
25466
346
+ Addedfs-extra@5.0.0(transitive)
- Removedfs-extra@4.0.3(transitive)
Updatedfs-extra@^5.0.0