@rushstack/webpack-embedded-dependencies-plugin
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.35.0" | ||
"packageVersion": "7.35.1" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/webpack-embedded-dependencies-plugin", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.", | ||
@@ -29,13 +29,13 @@ "main": "lib/index.js", | ||
"memfs": "3.4.3", | ||
"@rushstack/webpack-plugin-utilities": "0.2.11", | ||
"@rushstack/webpack-plugin-utilities": "0.2.12", | ||
"@rushstack/eslint-config": "3.3.0", | ||
"@rushstack/heft": "0.50.7", | ||
"@rushstack/heft-node-rig": "1.13.1" | ||
"@rushstack/heft": "0.51.0", | ||
"@rushstack/heft-node-rig": "2.0.0" | ||
}, | ||
"scripts": { | ||
"build": "heft build --clean", | ||
"test": "heft test --no-build", | ||
"_phase:build": "heft build --clean", | ||
"_phase:test": "heft test --no-build" | ||
"test": "heft run --only test", | ||
"_phase:build": "heft run --only build -- --clean", | ||
"_phase:test": "heft run --only test -- --clean" | ||
} | ||
} |
60761
57