@types/gulp-sourcemaps
Advanced tools
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE |
@@ -18,2 +18,7 @@ // Type definitions for gulp-sourcemaps | ||
| interface CloneOptions { | ||
| contents?: boolean; | ||
| deep?: boolean; | ||
| } | ||
| interface WriteOptions { | ||
@@ -24,2 +29,3 @@ addComment?: boolean; | ||
| sourceMappingURLPrefix?: string | WriteMapper; | ||
| clone?: boolean | CloneOptions; | ||
| } | ||
@@ -26,0 +32,0 @@ |
| { | ||
| "name": "@types/gulp-sourcemaps", | ||
| "version": "0.0.30", | ||
| "version": "0.0.31", | ||
| "description": "TypeScript definitions for gulp-sourcemaps", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "cd0e4bba54d05cddd9de8e894b9ed5f4365dd9eab4a86cee0453bbd5c335d428", | ||
| "typesPublisherContentHash": "35313eba0efda6945c730f612e1564796068666d0602c7e131b223310df7083f", | ||
| "typeScriptVersion": "2.0" | ||
| } |
@@ -8,6 +8,6 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/gulp-sourcemaps | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-sourcemaps | ||
| Additional Details | ||
| * Last updated: Thu, 16 Mar 2017 14:36:09 GMT | ||
| * Last updated: Tue, 20 Jun 2017 20:20:01 GMT | ||
| * Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
3203
63.92%4
33.33%26
23.81%