gulp-resolve-dependencies
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "gulp-resolve-dependencies", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Resolve dependency directives in assets (e.g. \"@requires\" or \"//= require\" in JavaScript)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -53,2 +53,3 @@ # gulp-resolve-dependencies | ||
`gulp.src` will not necessarily return files in a [deterministic way](https://github.com/gulpjs/gulp/issues/687). If this turns out to be an issue, using a plugin like [`gulp-sort`](https://www.npmjs.com/package/gulp-sort) or [`gulp-rder`](https://www.npmjs.com/package/gulp-order) right after `gulp.src` might be an option for you. Thanks to @fabiospampinato for [pointing this out](https://github.com/backflip/gulp-resolve-dependencies/issues/10). | ||
@@ -94,2 +95,4 @@ ## API | ||
* @huang64: [Circular dependencies](https://github.com/backflip/gulp-resolve-dependencies/pull/7) | ||
* @doronin: [Path resolver option](https://github.com/backflip/gulp-resolve-dependencies/pull/8) | ||
* @doronin: [Path resolver option](https://github.com/backflip/gulp-resolve-dependencies/pull/8) | ||
* @goodforenergy: [Relative file paths](https://github.com/backflip/gulp-resolve-dependencies/pull/16) | ||
* @adrianosanti: [Outdated dependencies](https://github.com/backflip/gulp-resolve-dependencies/pull/18) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
97
12849
19
261