@donmahallem/gulp-sharp
Advanced tools
Comparing version 1.0.11 to 1.0.13
@@ -6,2 +6,24 @@ # Change Log | ||
## [1.0.13](https://github.com/donmahallem/js-libs/compare/@donmahallem/gulp-sharp@1.0.12...@donmahallem/gulp-sharp@1.0.13) (2021-06-03) | ||
### Bug Fixes | ||
* **deps:** update dependency sharp to ~0.28.2 ([d5eb031](https://github.com/donmahallem/js-libs/commit/d5eb0318aef59985ff00e8373f196085e8255a62)) | ||
* **deps:** update dependency sharp to ~0.28.3 ([2621d78](https://github.com/donmahallem/js-libs/commit/2621d784d62f9c1b358c808fc675a0f0967ef981)) | ||
## [1.0.12](https://github.com/donmahallem/js-libs/compare/@donmahallem/gulp-sharp@1.0.11...@donmahallem/gulp-sharp@1.0.12) (2021-05-07) | ||
**Note:** Version bump only for package @donmahallem/gulp-sharp | ||
## [1.0.11](https://github.com/donmahallem/js-libs/compare/@donmahallem/gulp-sharp@1.0.10...@donmahallem/gulp-sharp@1.0.11) (2021-04-20) | ||
@@ -8,0 +30,0 @@ |
@@ -131,4 +131,4 @@ 'use strict'; | ||
exports.gulpSharp = gulpSharp; | ||
// BUILD: Tue Apr 20 2021 15:40:48 GMT+0200 (Central European Summer Time) | ||
// BUILD: Thu Jun 03 2021 21:18:47 GMT+0200 (Central European Summer Time) | ||
//# sourceMappingURL=index.js.map |
@@ -100,4 +100,4 @@ import deepmerge from 'deepmerge'; | ||
export { gulpSharp }; | ||
// BUILD: Tue Apr 20 2021 15:40:48 GMT+0200 (Central European Summer Time) | ||
// BUILD: Thu Jun 03 2021 21:18:47 GMT+0200 (Central European Summer Time) | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@donmahallem/gulp-sharp", | ||
"version": "1.0.11", | ||
"version": "1.0.13", | ||
"description": "Sharp Plugin for Gulp. Modify images via sharp.", | ||
@@ -56,3 +56,3 @@ "main": "dist/cjs/index.js", | ||
"@types/gulp": "4.0.8", | ||
"@types/sharp": "0.28.0", | ||
"@types/sharp": "0.28.3", | ||
"@types/through2": "2.0.36" | ||
@@ -64,7 +64,7 @@ }, | ||
"plugin-error": "~1.0.1", | ||
"sharp": "~0.28.1", | ||
"sharp": "~0.28.3", | ||
"through2": "~4.0.2", | ||
"vinyl": "~2.2.1" | ||
}, | ||
"gitHead": "d73119218cc6c1a72bf62a71950632a1350cfffc" | ||
"gitHead": "f845ebdcccf3004ebf42c8b430107ba74d6c0a63" | ||
} |
52667
+ Addedsemver@7.7.0(transitive)
- Removedsemver@7.7.1(transitive)
Updatedsharp@~0.28.3