gulp-hash-filename
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "gulp-hash-filename", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"author": "Michael G Collins <intervalia@gmail.com>", | ||
@@ -30,12 +30,12 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">= 14.0.0" | ||
"node": ">= 16.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^7.32.0", | ||
"mocha": "^9.0.3", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nyc": "^15.1.0" | ||
"chai": "4.3.7", | ||
"coveralls": "3.1.1", | ||
"eslint": "8.34.0", | ||
"mocha": "10.2.0", | ||
"mocha-lcov-reporter": "1.3.0", | ||
"nyc": "15.1.0" | ||
} | ||
} |
@@ -6,2 +6,3 @@ Update History | ||
| --- | --- | --- | | ||
| 4.1.0 | 2023-02-21 | * Updated all 3rd party repos | | ||
| 3.0.0 | 2020-01-28 | * Updated all 3rd party repos<br/>* Removed node 8 support<br/>* Updated to newer ES6 syntax | | ||
@@ -8,0 +9,0 @@ | 2.0.1 | 2019-01-02 | * Minor bug fix to allow no arguments to be passed into the `hash()` function.<br/>* Fixed ISSUE#5. No longer crash if atime, mtime or ctime don't exist. | |
20228