@types/vinyl-fs
Advanced tools
Comparing version 2.4.7 to 2.4.8
@@ -111,3 +111,4 @@ // Type definitions for vinyl-fs 2.4 | ||
export interface DestOptions { | ||
/** Specify the working directory the folder is relative to | ||
/** | ||
* Specify the working directory the folder is relative to | ||
* Default is process.cwd() | ||
@@ -117,3 +118,4 @@ */ | ||
/** Specify the mode the files should be created with | ||
/** | ||
* Specify the mode the files should be created with | ||
* Default is the mode of the input file (file.stat.mode) | ||
@@ -130,3 +132,4 @@ * or the process mode if the input file has no mode property | ||
/** Enables sourcemap support on files passed through the stream. Will write inline soucemaps if | ||
/** | ||
* Enables sourcemap support on files passed through the stream. Will write inline soucemaps if | ||
* specified as true. Specifying a string path will write external sourcemaps at the given path. | ||
@@ -136,3 +139,4 @@ */ | ||
/** When creating a symlink, whether or not the created symlink should be relative. If false, | ||
/** | ||
* When creating a symlink, whether or not the created symlink should be relative. If false, | ||
* the symlink will be absolute. Note: This option will be ignored if a junction is being created. | ||
@@ -139,0 +143,0 @@ */ |
{ | ||
"name": "@types/vinyl-fs", | ||
"version": "2.4.7", | ||
"version": "2.4.8", | ||
"description": "TypeScript definitions for vinyl-fs", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "vvakame", | ||
"url": "https://github.com/vvakame" | ||
"url": "https://github.com/vvakame", | ||
"githubUsername": "vvakame" | ||
}, | ||
{ | ||
"name": "remisery", | ||
"url": "https://github.com/remisery" | ||
"url": "https://github.com/remisery", | ||
"githubUsername": "remisery" | ||
} | ||
@@ -28,4 +30,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "7aadc3767e1f7aa172b8a46b8034d3ec4304bd2e7be30bbee5360c396ba3986b", | ||
"typesPublisherContentHash": "8eefc4a905f4d7b245aed9627f8e3a435dd04523cb6995fb26d29cb713aac555", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Last updated: Wed, 25 Oct 2017 16:19:00 GMT | ||
* Dependencies: events, vinyl, glob-stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
11422
211