@rushstack/hashed-folder-copy-plugin
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@rushstack/hashed-folder-copy-plugin", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.", | ||
@@ -18,3 +18,3 @@ "typings": "dist/hashed-folder-copy-plugin.d.ts", | ||
"fast-glob": "~3.3.1", | ||
"@rushstack/node-core-library": "3.64.2" | ||
"@rushstack/node-core-library": "3.65.0" | ||
}, | ||
@@ -25,4 +25,4 @@ "devDependencies": { | ||
"webpack": "~5.82.1", | ||
"@rushstack/heft": "0.64.3", | ||
"local-node-rig": "1.0.0" | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/heft": "0.64.4" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
+ Added@rushstack/node-core-library@3.65.0(transitive)
- Removed@rushstack/node-core-library@3.64.2(transitive)