glob-hasher
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "glob-hasher", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"main": "index.js", | ||
@@ -39,8 +39,8 @@ "description": "A simple glob hasher for Node.js, uses Rust for faster globbing and hashing", | ||
"optionalDependencies": { | ||
"glob-hasher-win32-x64-msvc": "1.4.1", | ||
"glob-hasher-darwin-x64": "1.4.1", | ||
"glob-hasher-linux-x64-gnu": "1.4.1", | ||
"glob-hasher-darwin-arm64": "1.4.1", | ||
"glob-hasher-win32-arm64-msvc": "1.4.1" | ||
"glob-hasher-win32-x64-msvc": "1.4.2", | ||
"glob-hasher-darwin-x64": "1.4.2", | ||
"glob-hasher-linux-x64-gnu": "1.4.2", | ||
"glob-hasher-darwin-arm64": "1.4.2", | ||
"glob-hasher-win32-arm64-msvc": "1.4.2" | ||
} | ||
} |